Page 1 of 1

New video BBcodes

Posted: 08 Dec 2011, 08:23
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

New video BBcodes

Posted: 19 Jan 2012, 04:50
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

New youtube video BBcodes

Posted: 22 Nov 2012, 17:15
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]

New video BBcodes

Posted: 24 Nov 2012, 11:08
by Theriddler