Hi!
For a client, I'm looking for embeding a player of his albums on his website.
I tried to follow the article 'Play Button' (https://developer.spotify.com/technologies/widgets/spotify-play-button/) by replacing playlist and the ID but that didn't work.
My code :
<iframe src="https://embed.spotify.com/?uri=spotify:user:spotify:albums:6pkQfQc58FFRwpdqOxJizg" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>
What did I do wrong ?
Solved! Go to Solution.
Hey @solenne75,
You forgot to remove the "spotify:user:" part and wrote "spotify:albums:" instead of "spotify:album:" 🙂
This one's a little different than yours but it'll work the same way:
<iframe src="https://open.spotify.com/embed/album/6pkQfQc58FFRwpdqOxJizg" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>
Hey @solenne75,
You forgot to remove the "spotify:user:" part and wrote "spotify:albums:" instead of "spotify:album:" 🙂
This one's a little different than yours but it'll work the same way:
<iframe src="https://open.spotify.com/embed/album/6pkQfQc58FFRwpdqOxJizg" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game…