Code: Select all
[youtube]{IDENTIFIER}[/youtube]
Code: Select all
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{TEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Code: Select all
[youtube]Asm7WOi8ux8[/youtube]
Datsun wrote:thanks
that works like a charm
Code: Select all
[youtube]http://www.youtube.com/watch?v=Asm7WOi8ux8[/youtube]
Code: Select all
[youtube]Asm7WOi8ux8[/youtube]
karlsemple wrote:Code: Select all
[youtube]{IDENTIFIER}[/youtube]
Then you do not use the URI but just the video id as show below in my example,Code: Select all
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{TEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
for this http://www.youtube.com/watch?v=Asm7WOi8ux8 video you useCode: Select all
[youtube]Asm7WOi8ux8[/youtube]
karlsemple wrote:screen shot of the actual bbcode editing page in the admin panel?
Code: Select all
[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]
Code: Select all
<center><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}" type="application/x-shockwave-flash" width="425" height="350"></embed></object></center>
Code: Select all
[youtube]YouTube Full URL[/youtube]
karlsemple wrote:Code: Select all
[youtube]{IDENTIFIER}[/youtube]
Code: Select all
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{TEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Then you do not use the URI but just the video id as show below in my example,
for this http://www.youtube.com/watch?v=Asm7WOi8ux8 video you use
Code: Select all
[youtube]Asm7WOi8ux8[/youtube]