MyBB Community Forums

Full Version: Deezer Mycode [1.4.x]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
with this code you can stream mp3 from deezer.com

Author: King

Title

Deezer


Regular Expression

\[deezer\](.*?)\[/deezer\]


Replacement

<div style="width:220px;height:55px;"><object width="220" height="55"><param name="movie" value="http://www.deezer.com/embedded/small-widget-v2.swf?idSong=$1&colorBackground=0x555552&textColor1=0xFFFFFF&colorVolume=0x39D1FD&autoplay=0"></param><embed src="http://www.deezer.com/embedded/small-widget-v2.swf?idSong=$1&colorBackground=0x525252&textColor1=0xFFFFFF&colorVolume=0x39D1FD&autoplay=0" type="application/x-shockwave-flash" width="220" height="55"></embed></object><br><font size='1' color ='#000000'></font></div>

Enabled? Yes

Example:
[Image: deeuc6.png]

greetz
Is your content always numbers? If so, I suggest you put in a regex that only accepts numbers:

Regular Expression
\[deezer\]([0-9]+?)\[/deezer\]
I love you!!! Toungue Big Grin


Edit: How can i add a button in the editor??