YouTube Playlist BBCode

Video BBCode Database
BBCodes used for embedding videos
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

YouTube Playlist BBCode

Post by BBCode Bot »

YouTube Playlist BBCode

Author: DJS596
Description: Allows users to insert a YouTube playlist into their posts by simply enclosing the playlist ID (http://www.youtube.com/view_play_list?p=ID WOULD BE HERE!) in the BBCode tags.
BBCode:

Code: Select all

[ytplaylist]{SIMPLETEXT}[/ytplaylist]
HTML:

Code: Select all

<object width="480" height="385"><param name="movie" value="http://www.youtube.com/p/{SIMPLETEXT}" /><embed src="http://www.youtube.com/p/{SIMPLETEXT}" type="application/x-shockwave-flash" width="480" height="385"></embed></object>
Helpline:

Code: Select all

YouTube Playlist:[ytplaylist]Playlist code ONLY (at the end of the YouTube playlist URL)[/ytplaylist]
Example:

Code: Select all

[ytplaylist]5473B80079A1FCC6[/ytplaylist]
Demo:
[ytplaylist]5EDAB37EA1823E58[/ytplaylist]
ZatoriFrank
BBCoder II
BBCoder II
Posts: 5
Joined: 28 Aug 2010, 14:23

Re: YouTube Playlist BBCode

Post by ZatoriFrank »

Hi :)

Just to let you know, this YouTube Playlist BBCode supports Full Screen mode :thumb:

HTML:

Code: Select all

<object width="700" height="394"><param name="movie" value="http://www.youtube.com/p/{SIMPLETEXT}?hl=en_US&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/{SIMPLETEXT}?hl=en_US&fs=1" type="application/x-shockwave-flash" width="700" height="394" allowscriptaccess="always" allowfullscreen="true"></embed></object>
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: YouTube Playlist BBCode

Post by Stoker »

Thanks Frank :thumb:
Board rules! No PM support
ZatoriFrank
BBCoder II
BBCoder II
Posts: 5
Joined: 28 Aug 2010, 14:23

Re: YouTube Playlist BBCode

Post by ZatoriFrank »

Your most welcome
thanks for phpbb3BBCodes.com :thumb:
oh and btw why can't i get a signature on in here Stoker :?:

In Gratitude
Frank
User avatar
Inner Circle
BBCoder III
BBCoder III
Posts: 107
Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:

Re: YouTube Playlist BBCode

Post by Inner Circle »

Because you need 25 Posts in order to use a signature
Locked