Spotify Play button doesn't work for favorites playlist

I'm having trouble getting a new feature released by Spotify, the Play Button, to work with the selected playlist that I use. When I use any other playlist, it works great.

Example...

Works:

<iframe src="https://embed.spotify.com/?uri=spotify:user:joshua88wa:playlist:6U00tOjtzhBrEgpJJhTxDh" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>

Does not work:

<iframe src="https://embed.spotify.com/?uri=spotify:user:joshua88wa:starred" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>

Is there a way to make my star playlist work with this new feature?

+3
source share
1 answer

Favorite playlists are not supported using the Spotify Play button. The reason is that it is implemented in the backend. This puts too much strain on our servers in general. We will fix it in the end, but so far it’s not possible.

+2
source

All Articles