PDA

View Full Version : How to add YouTube Tag in to BBCode


DevilKid
04-18-2008, 01:40 PM
Using phpBB3

1. Log in to the Administrative Control Panel (ACP), and click the Posting tab, then click on 'Add a new BBCode'

3. Enter the following under BBCode Usage:

{TEXT}

4. Enter the following under HTML replacement:

<embed src="http://www.youtube.com/v/{TEXT}" wmode="transparent" style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" flashvars="">

5. (Optional) Enter the following under Help line:
"Please write the ID of the YouTube Video which you want to add"

6. Ensure that Display on posting page is checked to make it easier for users to use the BBCode.

7. Click Submit

You should now have a YouTube button available from your posting interface.

To use it, simply enter the ID of the YouTube video between the BBCode.

Example:

If your YouTube URL is: http://www.youtube.com/watch?v=RKDwiStOAFA (used the one Matt used in his Topic)


your BBCode in your post would appear:


RKDwiStOAFA

Hope this helps.
Andy

kanbalhi
06-06-2008, 05:04 PM
hello andy thats great