Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Embed Album player on website

Solved!

Embed Album player on website

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 ?

 

Reply

Accepted Solutions
Marked as 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>

 

MaximSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

View solution in original post

1 Reply
Marked as 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>

 

MaximSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

Suggested posts