The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Spotify play button bbcode
See:
https://developer.spotify.com/techno...y-play-button/ http://techcrunch.com/2012/04/11/spo...0Z107Z188Z68Z3 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. |
#2
|
||||
|
||||
is this a request for a modification or are you just posting information?
|
#3
|
||||
|
||||
Seems like a simple enough bbcode.
Add a New BB Code- Title: Spotify tag name: spotify Use this code as the replacement text: Code:
<iframe src="https://embed.spotify.com/?uri=spotify:track:{param}" width="300" height="380" frameborder="0" allowtransparency="true"></iframe> all disable options: yes Usage would be: [spotify]4bz7uB4edifWKJXSDxwHcs[/spotify] |
#4
|
|||
|
|||
Thanks, got it working that way.
I only didn't add the track: part so users can also chose for a playlist. Code:
<iframe src="https://embed.spotify.com/?uri=spotify:{param}" width="300" height="380" frameborder="0" allowtransparency="true"></iframe> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|