How To Embed Spotify In An Iframe

Use the open.spotify.com/embed/ URL for any track, album, or playlist.

Embed Code

<iframe src="https://open.spotify.com/embed/track/TRACK_ID"
  width="100%" height="352"
  frameborder="0"
  allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
  loading="lazy"></iframe>

Why The Main Site Won't Frame

Right-click any track in Spotify > Share > Embed to get the URL. The main spotify.com site blocks framing.

Official documentation →

See the embedding status of spotify.com →