Page 1 of 1

New [VIDEO] bbcode in full editor

Posted: 14 Aug 2013, 12:01
by amstel78
New
phpBB [video]

[/code]
phpBB [video]


Sample Usage (Youtube):

Code: Select all

[video]http://www.youtube.com/watch?v=ir4H2ClPoAI[/video]
phpBB [video]


If this works well, I may get rid of the YOUTUBE bbcode since it's silly.

Re: New [VIDEO] bbcode in full editor

Posted: 14 Aug 2013, 12:17
by amstel78
Sample usage for live streaming video (Katmai National Park, Alaska - BEAR cam):

Code: Select all

[video]http://www.ustream.tv/channel/12434958[/video]
phpBB [video]


Note: Ustream formats must look like one of the following:

Code: Select all

http://www.ustream.tv/recorded/24512027
http://www.ustream.tv/embed/recorded/24512027
http://www.ustream.tv/channel/6540154
http://www.ustream.tv/embed/6540154
http://www.ustream.tv/recorded/25906299
http://www.ustream.tv/embed/recorded/25906299?v=3&wmode=direct
http://www.ustream.tv/channel/11857029
http://www.ustream.tv/embed/11857029?v=3&wmode=direct

Re: New [VIDEO] bbcode in full editor

Posted: 28 Oct 2013, 15:43
by amstel78
Quick update. For Liveleak videos, use the iFrame tag as demonstrated below:

Code: Select all

[iframe]http://www.liveleak.com/ll_embed?f=7b8b29fc65a2[/iframe]


Here's what the embed code looks like on Live Leak. Just cut/paste the link between the quotation marks after src.

Code: Select all

<iframe width="640" height="360" src="http://www.liveleak.com/ll_embed?f=7b8b29fc65a2" frameborder="0" allowfullscreen></iframe>