PDA

View Full Version : Spotify play button bbcode


Alfa1
04-12-2012, 02:05 AM
See:
https://developer.spotify.com/technologies/spotify-play-button/
http://techcrunch.com/2012/04/11/spotify-play-button/?grcc=b9c724f51edfacb90697043ee4eea4bdZ8ZwdgtZ0Z10 7Z188Z68Z3

A spotify bbcode would allow forum users to play and share legal music on forums. The Spotify Play Button uses an iframe, so its needed to consider security with the coding of this addon.

Princeton
04-12-2012, 12:37 PM
is this a request for a modification or are you just posting information?

BirdOPrey5
04-12-2012, 03:37 PM
Seems like a simple enough bbcode.

Add a New BB Code-

Title: Spotify
tag name: spotify

Use this code as the replacement text:

<iframe src="https://embed.spotify.com/?uri=spotify:track:{param}" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>


use option: no

all disable options: yes

Usage would be: 4bz7uB4edifWKJXSDxwHcs

NeXtCentury
04-20-2012, 12:52 PM
Thanks, got it working that way.
I only didn't add the track: part so users can also chose for a playlist.
<iframe src="https://embed.spotify.com/?uri=spotify:{param}" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>