Page 1 of 1

BBCode Embed movies

Posted: Sat Aug 13, 2011 12:26 am
by Grey
I like embedding videos over having to click someones link and go to another window.
These are tested and work on my test forum at default install.

phpbb ACP -> posting -> BBCodes
BBCode usage:
[youtube]{SIMPLETEXT}[/youtube]

HTML replacement:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{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/v/{SIMPLETEXT}&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="350"></embed></object>

Help line:
Insert YouTube Video ID# – Example: [youtube]xmLa_W_afH4[/youtube]

Settings: -> check display on posting page.

Re: BBCode Embed movies

Posted: Sat Aug 13, 2011 12:28 am
by Grey
phpbb ACP -> posting -> BBCodes
BBCode usage:
[liveleak]{SIMPLETEXT}[/liveleak]

HTML replacement:
<object width="450" height="370"><param name="movie" value="http://www.liveleak.com/view?i={SIMPLETEXT}"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.liveleak.com/e/{SIMPLETEXT}" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always" width="450" height="370"></embed></object>

Help line:
Insert Liveleak Video ID# – Example: [liveleak]11823492[/liveleak]

Settings: -> check display on posting page.