Video BB Code

coolv1994

Member
Messages
508
Reaction score
0
Points
16
If you have ever wanted to post videos from YouTube on your forum, check this out.
Step 1: Open your Admin CP.
Step 2: Go to add custom BB Code.
Step 3:Name this youtube.
Step 4: Place this code in the HTML text box.
Code:
[FONT=Courier New]<object width="425" height="355">[/FONT]
[FONT=Courier New]<param name="movie" value=http://www.youtube.com/v/{TEXT}></param>[/FONT]
[FONT=Courier New]<param name="wmode" value="transparent"></param>[/FONT]
[FONT=Courier New]<embed src=http://www.youtube.com/v/{TEXT} type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed>[/FONT]
[FONT=Courier New]</object>[/FONT]
How to use:
Code:
[youtube]video id[/youtube]
*Note:The video id is the text that comes after watch?v=video id.

Hope you enjoyed this tutorial.;)
-Vinnie
 
Last edited:
Top