MyBB Community Forums

Full Version: SoundCloud player
You're currently viewing a stripped down version of our content. View the full version with proper formatting.


Code to insert the SoundCloud player on mybb forum

add this mycode in admin cp

Regular expression:
\[sc\](.*?)\[/sc\]
Exchange:

<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=$1&secret_url=false"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=$1&secret_url=false" type="application/x-shockwave-flash" width="100%"></embed> </object>
use
[sc]http:www.soundcloud.link_here[/sc]
done..


couldnt find it working any where