Is it possible to manipulate the Spotify Play Button via jQuery? For instance, pausing and playing, changing the song, etc? I've tried to modify the contents of the iframe in which the Play Button resides by using .contents() but haven't had much luck. Any ideas?
Thanks
Unfortunately, the Spotify Play Button doesn't expose a JS Api to control playback.