MyBB Community Forums

Full Version: Soundcloud Playlist Embedding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've seen plenty of Soundcloud embedding, but very little in regard to supporting embedding pre-made playlists.


The Regular Expression is (set the tags as whatever you wish);
\[YourTag\](https?:\/\/(.*?)?soundcloud\.com\/[a-z0-9\-\/]*)\[/YourTag\]


The Replacement is;
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=$1&color=a4ce71&auto_play=false&show_artwork=true"></iframe>


Change color=a4ce71 to a hex value that better matches your forum theme if you need.


If I wanted to embed this album/playlist from CLPPNG; https://soundcloud.com/subpop/sets/clipping-clppng
This is what you end up with in a post

[Image: 0WGCd39.png]