Anna Gabrielyan
Anna Gabrielyan

Reputation: 2170

spotify music playlist in website

Does anybody know how to play spotify music on website? I have a play button in my web page, and when I click on it, I want to play background music from my spotify playlist. I don't want to embed spotify playlist on my website with iframe, I want to do that with spotify App (if it is possible), but I don't know how.

Here is the link to my website: http://workshopcafe.com/beta/

Can anybody show me how to create an app and use it, if anybody have done it. Thanks in advance!

Upvotes: 0

Views: 1601

Answers (1)

Munim
Munim

Reputation: 6510

You can use Spotify URIs. Here's their help page about it. For playlists, you can link to spotify:user:spotify:playlist:0FQk6BADgIIYd3yTLCThjg, where the last key is the playlist ID, and the second spotify is the username of the playlist creator.

Upvotes: 1

Related Questions