BBCode youtube

Post Reply
User avatar
clight77
Donor
Posts: 30
Joined: Mon Mar 11, 2013 10:09 pm
Flag: Canada

BBCode youtube

Post by clight77 »

Spaceace, I use these 3, seems like everytime you turn around the youtube bbcodes posted at phpBB.com quit working.
I got tired of always trying to fix them.

BBCode for auto play: (This I do not show, it is only for me to use)

[youtubeAP]{TEXT}embed/{IDENTIFIER}{TEXT2}[/youtubeAP]


<iframe width="420" height="315" src="http://www.youtube.com/embed/{IDENTIFIE ... autoplay=1" frameborder="0" allowfullscreen></iframe>


[youtubeAP]copy and paste your youtube embed iframe code here[/youtubeAP]


-----------------------------------------------------------------------------------


BBCode no auto play:

[youtube]{TEXT}embed/{IDENTIFIER}{TEXT2}[/youtube]


<iframe width="420" height="315" src="http://www.youtube.com/embed/{IDENTIFIER}" frameborder="2"></iframe>


[youtube]copy and paste your youtube embed iframe code here[/youtube]


----------------------------------------------------------------------------------------


Youtube highslide: (install highslide needed) (I use this mostly on my site)

[youtubehs]{IDENTIFIER}[/youtubehs]


<a href="http://www.youtube.com/embed/{IDENTIFIE ... ransparent" onclick="return hs.htmlExpand(this, {align: 'center', objectType: 'iframe', width: 580, height: 485, allowSizeReduction: false, wrapperClassName: 'draggable-header no-footer', preserveContent: false, objectLoadTime: 'after'})" class="highslide"><img style="width: 70px; height: 45px; border:1px solid black;" alt="YouTube Video" src="http://i.ytimg.com/vi/{IDENTIFIER}/default.jpg" /></a>


YouTube Highslide: [youtubehs]YouTube Video ID after the v= (use eg:) q_YY4POfQyo[/youtubehs]
Car Explodes While Driving on Highway - YouTube YouTube Video
Last edited by clight77 on Wed Aug 17, 2016 12:04 am, edited 1 time in total.


Post Reply