« Web, HTML, Tech Forum

Adding playlists to profile?

Posted by Scumbag

posted

Forum: Web, HTML, Tech

I already know how to embed individual songs, but does anyone know if/how I could embed whole playlists? I experimented with SCMplayer but it doesn't work :/


Report Topic

1 Reply

Reply by lem.iso

posted

spotify -> go to desired playlist -> 3 dots -> share -> embed playlist -> show code, then copy paste. you can change the dimensions to best suit your profile. should look something like this:

<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/PLAYLISTID?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>


you can change the height and width values accordingly


Report Reply