How to add YouTube videos to phpBB forum

13 May 2011 by Rick ~ 0 Comments 12593 views

Go to you Admin Panel -> Posting -> BBCodes

Add a new BBCode with the following:

[youtube]http://www.youtube.com/watch?v={SIMPLETEXT}[/youtube]
<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>

Finally you can add a little exaplanation or example in the last textarea.

PD: I don’t like phpBB forums but sometimes you just have to deal with it.

Subscribe by E-mail:

« »
Add a Comment

Use [code] example piece of code [/code] to insert code into your comment.