MyBB Community Forums

Full Version: video in post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do you insert a youtube video in a post ? i copyed the Embed code and doesn`t work. do i neea a plugin for this ?
Have you tried the MyCode?
Regular expression:
\[y\](.*?)\[/y\]
Replacement:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/$1&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/$1&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
I use it on my forums, works perfectly. Smile
There's a plugin in the list...

http://mods.mybboard.net/view/multi-vide...e-for-mybb

Enjoy.

And the embed code probably didn't work as the forum you tried to post it in has HTML disallowed.