MyBB Community Forums

Full Version: YouTube MyCode (now with MyBB popup support!)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Hi,
this simple MyCode will embed a YouTube video (ok, nothing special...) but with the "new" popup support by Youtube!

Regex:
\[youtube\](.*?)\[/youtube\]
(or whatever you want)

Replacement:
<div style="margin:0;padding:0;width:512px;"><div style="float:right;"><button onclick="MyBB.popupWindow('http://www.youtube.com/watch_popup?v=$1','youtube_$1',640,480);" style="background:url(http://s.ytimg.com/yt/img/master-vfl102488.png) 0 -658px;border:0;height:22px;width:27px;" /></div><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/$1&amp;fs=1&amp;rel=0" width="512" height="384"><param name="movie" value="http://www.youtube.com/v/$1&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /></object></div>

Usage:
[youtube]i9Z8gW8NBks[/youtube]
(it's the video ID by youtube)

Demo: Short Films (click on the image at the top on the right of a video)
(or view this screenshot)
WOW That's amazing. But can you make this plugin url compatible? Like [youtube]link of the video[/youtube] ???

Thanks,
faviouz
(2009-07-24, 03:36 PM)faviouz Wrote: [ -> ]WOW That's amazing. But can you make this plugin url compatible? Like [youtube]link of the video[/youtube] ???

Thanks,
faviouz

Just use this regex:
\[youtube\]http://www.youtube.com/watch\?v=(.*)\[/youtube\]
Does it work? Toungue (didn't feel like testing it)
I've tested it in my board and it works.
btw there is a nice testing feature of mycode in admin cp. Wink
have tried form Opera 10 browser? Smile
Umm Does this do HQ videos?
HQ is available.

If want to try it out (different browser, ...) use the demo link in my first post (FF3, FF3.5, IE7, IE8 Operas 9, Chrome 2 works without any problem - other browser I haven't tested yet).
Added.

Thanks for the code querschlaeger Smile.
can u add we add the forum css for a border ?
Pages: 1 2 3 4