Youtube videos in posts.

netsavy006

Seasoned Veteran
Joined
Apr 18, 2007
Messages
2,705
Reaction score
7
FP$
579
What do I need to do to allow Youtube videos to show in forum posts? (mybb 1.6)
 
BBCode Replacement:
Code:
[youtube]{SIMPLETEXT}[/youtube]

HTML Input:
Code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{SIMPLETEXT}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{SIMPLETEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

Example: place the last part of the url that carries the ID into the BBCode tags to embed the video
Code:
[youtube]abc123yxz456[/youtube]
 
Thank you. I've placed the code and I've got it working. Thank you very much.
 
Back
Top Bottom