Youtube Bbcode »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Youtube Bbcode



KillaCam [ Mon 11 Jan, 2010 06:18 ]
Post subject: Youtube Bbcode
i followed a tuttorial online how to do this and is not working still....can someone tell me what I do wrong please

here is code:
Code: [Hide] [Select]
[youtube]http://{TEXT1}youtube.com/v/{TEXT2}[/youtube]


here is html thing:
Code: [Hide] [Select]
<object width="425" height="344"><param name="movie" value="http://{TEXT1}youtube.com/v/{TEXT2}&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://{TEXT1}youtube.com/v/{TEXT2}&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>



now when i try post a video on my forum is shows this:
Code: [Hide] [Select]
[youtube]http://www.youtube.com/watch?v=KRbzJ0L1Zn8[/youtube]


Joshua203 [ Mon 11 Jan, 2010 08:14 ]
Post subject: Re: Youtube Bbcode
hi there,

would this work for you?

Code: [Hide] [Select]
[youtube]http://www.youtube.com/watch?v={SIMPLETEXT}[/youtube]


Code: [Hide] [Select]
<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>




Powered by Icy Phoenix