Support Forums
[youtube] - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49)
+---- Thread: [youtube] (/showthread.php?tid=4765)



[youtube] - iGirls - 02-11-2010

I've got these tags, working great.
Though, is there anyway I can make it work, just by using [yt][/yt]?


RE: [youtube] - ccalby - 02-11-2010

What is the name of the plugin you are using Smile


RE: [youtube] - ELY_M - 02-20-2010

you would have to mod the plugin that you are using.
replace youtube to yt in the plugin php file.
unactivate your plugin.
upload new modded plugin to plugins dir.
activate your plugin again.


RE: [youtube] - Jordan L. - 02-20-2010

If you're using Omniscients' plugin for the youtube tags, [yt] should work fine. I always use the [yt]. I've never used [youtube].


RE: [youtube] - eXPerience™ - 02-20-2010

You can use just a MyBB Code you dont need a plugin. Tell me if you want that code i will give you.


RE: [youtube] - Danny - 02-23-2010

(02-20-2010, 01:37 PM)eXPerience™ Wrote: You can use just a MyBB Code you dont need a plugin. Tell me if you want that code i will give you.

Can I please have the code?


RE: [youtube] - eXPerience™ - 02-24-2010

Sure:

Title:
Code:
Youtube

Short Description:
Code:
YouLarge Embeddable Youtube video

Regular Expression:

Code:
\[youtube\]http://www.youtube.com/watch\?v=(.*)\[/youtube\]

Replacement:

Code:
<center><div style="margin:0;padding:0;width:642px;"><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="642" height="388"><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></center>



RE: [youtube] - ELY_M - 02-24-2010

eXPerience™ is correct.
you can easy make mycodes in your admin panel.