MyBB Community Forums

Full Version: Spotify MyCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2016-01-23, 11:31 AM)Blackbeard Wrote: [ -> ]can someone post a preview please? main post image doesn't work.

[Image: IuE7sp1.png]

If you want to see in use pm me. You can also resize the frame.
no need, thanks. Looks very nice!
Removed post?
^ not sure if the code is still valid - at present it is available through archive.org capture
A small update

Title
spotify

Regular expression
\[spotify=(album|track|playlist)\](.*?)\[/spotify\]

Replacement
<iframe src="https://open.spotify.com/embed/$1/$2" width="300" height="80" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>

Examples
[spotify=track]3A9CyZ67l8GR6MRqNThS3s[/spotify]

[spotify=playlist]3cqyIkP2DDmWc5iExmbTld[/spotify]

[spotify=album]4Yv09HhX5L4fvlHHpTZ9UW[/spotify]

Result
[Image: image.png]
interesting tutorial. However, isn't spotify if not logged in, it only shows a preview of the song?
It's only shows 30 seconds even if I logged on Spotify. Is there any update for this?
(2020-04-29, 07:03 PM)Mixy Wrote: [ -> ]A small update

Title
spotify

Regular expression
\[spotify=(album|track|playlist)\](.*?)\[/spotify\]

Replacement
<iframe src="https://open.spotify.com/embed/$1/$2" width="300" height="80" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>

Examples
[spotify=track]3A9CyZ67l8GR6MRqNThS3s[/spotify]

[spotify=playlist]3cqyIkP2DDmWc5iExmbTld[/spotify]

[spotify=album]4Yv09HhX5L4fvlHHpTZ9UW[/spotify]

Result
[Image: image.png]

XSS vulnerable. Do not use.
Pages: 1 2