I want to create a play button for Spotify for a users playlist. For some reason it returns an error message: "sorry, this playlist is empty"
This is the code i'm using:
<iframe src="https://embed.spotify.com/?uri=spotify:user:robleach:playlist:5Cv2iMSoeJvFKgQeweFhFD" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>
And it returns the error: "sorry, this playlist is empty"
If however I use the example code on Spotify's site, which is essentially the same code it works? I'm presuming it may be down to it being a different user?
<iframe src="https://embed.spotify.com/?uri=spotify:user:erebore:playlist:788MOXyTfcUb1tdw4oC7KJ" width="250" height="80" frameborder="0" allowtransparency="true"></iframe>
Has anyone had this trouble before? Anyone got a work around?
Cheers Rob.