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?
source
share