YOUTUBE HD BBCODE

User submitted BBCodes
Let us see what You have
There is no support here! Only Read Access!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden
Locked
devilkkw
BBCoder I
BBCoder I
Posts: 3
Joined: 04 Apr 2010, 03:42

YOUTUBE HD BBCODE

Post by devilkkw »

Thats bbcode play video of youtube in HighDefinition,if the video is in HD format.
Code:

Code: Select all

[youtubehd]http://www.youtube.com/watch?v={IDENTIFIER}[/youtubehd]
HTML:

Code: Select all

<object width="720" height="576"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&hl=it_IT&fs=1&rel=0&color1=0x006699&color2=0x54abd6&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}&hl=it_IT&fs=1&rel=0&color1=0x006699&color2=0x54abd6&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="720" height="576"></embed></object>
Help:

Code: Select all

 [youtubehd]Link to YouTube Video[/youtubehd]
This make a standard size of player.
If you want select size of player use this:
Code:

Code: Select all

[youtubehd={NUMBER1} {NUMBER2}]http://www.youtube.com/watch?v={IDENTIFIER}[/youtubehd]
HTML:

Code: Select all

<object width="{NUMBER1}" height="{NUMBER2}"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&hl=it_IT&fs=1&rel=0&color1=0x006699&color2=0x54abd6&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}&hl=it_IT&fs=1&rel=0&color1=0x006699&color2=0x54abd6&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="{NUMBER1}" height="{NUMBER2}"></embed></object>
Help:

Code: Select all

 [youtubehd=width height]Link to YouTube Video[/youtubehd]
Screen:
Image
Last edited by devilkkw on 04 Apr 2010, 12:01, edited 1 time in total.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3559
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: YOUTUBE HD BBCODE

Post by Stoker »

Feel free to post a demolink if available ;)
Board rules! No PM support
devilkkw
BBCoder I
BBCoder I
Posts: 3
Joined: 04 Apr 2010, 03:42

Re: YOUTUBE HD BBCODE

Post by devilkkw »

sorry,no demo link aviable. :oops:
imo23
BBCoder I
BBCoder I
Posts: 1
Joined: 16 Apr 2010, 15:16

Re: YOUTUBE HD BBCODE

Post by imo23 »

works great!

is there any chance to use this with highslide?

sorry for my bad english.

thanks
devilkkw
BBCoder I
BBCoder I
Posts: 3
Joined: 04 Apr 2010, 03:42

Re: YOUTUBE HD BBCODE

Post by devilkkw »

what is highslide?
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 866
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: YOUTUBE HD BBCODE

Post by Steve »

Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
Locked