Good people, you can not add a Youtube video to a post in a PHPBB3 forum by default. You will need to change some stuff. First thing you will need to do is to log in to your admin cp. The second thing you will need to do is click on the Posting tab at the top of your admin cp. Then you need to click the option on the left side which says BBCodes. This will give you an option to Add A New BBcode. Click that option. You will then need to put this code
- Code: Select all
[youtube]http://{TEXT1}youtube.com/watch?v={TEXT2}[/youtube]
into the top box. And you will need to put this code
- Code: Select all
<object width="425" height="355"><param name="movie" value="http://{TEXT1}youtube.com/v/{TEXT2}"></param><param name="wmode" value="transparent"></param><embed src="http://{TEXT1}youtube.com/v/{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
into the second box. Put into the help line field "Youtube". Click the check box next to "Display on posting page". Click Submit and you're done.