DEV Community

Cover image for Spotify NowPlaying In HTML
Danial Ahmed
Danial Ahmed

Posted on • Edited on

2

Spotify NowPlaying In HTML

So if you havent already read the last blog How to get Spotify NowPlaying In README.md
because you will need that...

Once you have got something like the above image than it is very simple

  • right click
  • press inspect
  • go to the html element that highlights the whole element
  • right click that
  • edit with html
  • ctrl + a
  • ctrl + c That is it all you need to do now is past it into your html site

checkout our example over at OUR WEBSITE

Top comments (0)

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay