MyBB Community Forums

Full Version: [MyCode] SoundCloud.com
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Introduction
I was recently addicted to soundcloud for it's speed and it's beauty. I made a bb tag for it.. It's only minimal nothing more, nothing less. But it works perfectly

Regular Expression
/\[soundcloud\](http:\/\/)soundcloud.com\/(.+?)\/(.+?)\[\/soundcloud\]/

Replacement
<object height=\"81\" width=\"100%\"><param name=\"movie\" value=\"http://player.soundcloud.com/player.swf?url=$1soundcloud.com/$2/$3&amp;show_comments=true&amp;auto_play=false\"</param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"81\" src=\"http://player.soundcloud.com/player.swf?url=$1soundcloud.com/$2/$3&amp;show_comments=true&amp;auto_play=false\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed></object>

Working Demo
http://synfyre.net/index.php?mdl=forum&pid=93

Cheers!,
-n1tr0b
Soundcloud is awesome, thanks for this!
Hm doesnt work for me :o
Doesn't work. Boo. Sad
I saw the demo, nice Smile