Reputation: 11
I want to control the play and pause and of the Spotify Play Button I have integrated in a website. Is there a way to do it? For example, if I want to start playing a song by clicking an element on the page, at the moment users still need to press the play button in the Spotify player. Is it possible to skip this step and play the song immediately?
Upvotes: 1
Views: 563
Reputation: 3279
At the moment, the Spotify Play Button doesn't expose any interface to control it. See Manipulating Spotify Play Button via jQuery. Thus, the user as to click on the play button to start plying a track.
Upvotes: 1