New video BBcodes

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
Locked
User avatar
viddex2011
BBCoder I
BBCoder I
Posts: 2
Joined: 23 Aug 2011, 09:40
BBCodes: 3

New video BBcodes

Post by viddex2011 »

Hi Guys,

Here are the new BBcodes for megavideo and youtube, you can enter them in the ACP on the posting tab.

BBCode usage:

Code: Select all

[megavideo]{SIMPLETEXT}[/megavideo]
HTML replacement:

Code: Select all

<object width="640" height="360"><param name="movie" value="http://www.megavideocom/v/{SIMPLETEXT}"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.megavideocom/v/{SIMPLETEXT}" type="application/x-shockwave-flash" allowfullscreen="true" width="640" height="360"></embed></object>
Help line:

Code: Select all

[megavideo]Last part of the url after = sign[/megavideo]
***********************************************************************************************************************************************
***********************************************************************************************************************************************

BBCode Usage:

Code: Select all

[youtube]{SIMPLETEXT}[/youtube]
HTML replacement:

Code: Select all

<object width="640" height="360"><param name="movie" value="http://www.youtubecom/v/{SIMPLETEXT}?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtubecom/v/{SIMPLETEXT}?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Help line:

Code: Select all

[youtube]Last part of the url after = sign[/youtube]
P.S. Due to the posting restrictions, you must add the "dot" in youtube dot com and megavideo dot com, in two places for each one.

viddex2011

:D
User avatar
viddex2011
BBCoder I
BBCoder I
Posts: 2
Joined: 23 Aug 2011, 09:40
BBCodes: 3

New video BBcodes

Post by viddex2011 »

Hi Guys,

Here are more BBcodes for megavideo and youtube, Megavideo appears to have dropped the old embed code but it still works if you have it.

BBCode usage:

Code: Select all

[megavid]{SIMPLETEXT}[/megavid]
HTML replacement:

Code: Select all

<iframe width="640" height="360" src="http://www.megavideo*com/e/?v={SIMPLETEXT}" frameborder="0" allowfullscreen></iframe>
Help line:

Code: Select all

[megavid]Last part of the url after = sign[/megavid]
*********************************************************************************************************************
*********************************************************************************************************************

BBCode Usage:

Code: Select all

[you2be]{SIMPLETEXT}[/you2be]
HTML replacement:

Code: Select all

<iframe width="640" height="360" src="http://www.youtube-nocookie*com/embed/{SIMPLETEXT}?rel=0" frameborder="0" allowfullscreen></iframe>
Help line:

Code: Select all

[you2be]Last part of the url after = sign[/you2be]
P.S. Due to the posting restrictions, you must replace the asterisk * with a period . in youtube-nocookie dot com and megavideo dot com, one place for each one. All the above work in phpbb 3.0.10

You can change the you2be and megavid tags to whatever you want [/chewtoy] :lol:

width="640" height="360" can be changed as well

viddex2011

:D
User avatar
Galandas
BBCoder III
BBCoder III
Posts: 129
Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:

New youtube video BBcodes

Post by Galandas »

and so much easier
and much faster

by Rey

BBCODE:

Code: Select all

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

Code: Select all

<iframe width="560" height="315" src="http://www.youtube.com/embed/{IDENTIFIER}" frameborder="0" allowfullscreen></iframe>
Help line:

Code: Select all

[youtube]youtube link in the browser bar[/youtube]
Example:

Code: Select all

[youtube]http://www.youtube.com/watch?v=ZZikoGwilA8[/youtube]
User avatar
Theriddler
BBCoder II
BBCoder II
Posts: 18
Joined: 27 Oct 2011, 01:24
BBCodes: 4
Location: The Netherlands

New video BBcodes

Post by Theriddler »

Locked