Break Video 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

Break Video BBCode

Post by BBCode Bot »

Break Video BBCode

The Break Video BBCode puts a Break Video in the topics of Your phpbb3 Board.

BBCode:

Code: Select all

[break]{IDENTIFIER}[/break]
HTML:

Code: Select all

<object width="464" height="392">
<param name="movie" value="http://embed.break.com/{IDENTIFIER}"></param>
<embed src="http://embed.break.com/{IDENTIFIER}" type="application/x-shockwave-flash" width="464" height="392"></embed></object>
Helpline:

Code: Select all

Break Video: [break]Video ID[/break]
Example:

Code: Select all

[break]NDgwMDEy[/break]
Demo:
[break]NDgwMDEy[/break]
Locked