Twitvid 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

Twitvid Video BBCode

Post by BBCode Bot »

Twitvid Video BBCode

Author: Cisco007
Description: Twitvid Video BBCode add twitter videos to your website from twitvid.com

BBCode:

Code: Select all

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

Code: Select all

<object width="425" height="344"><param name="movie" value="http://www.twitvid.com/player/{IDENTIFIER}"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.twitvid.com/player/{IDENTIFIER}" quality="high" allowscriptaccess="always" allowNetworking="all" allowfullscreen="true" wmode="transparent" height="344" width="425"></object>
Helpline:

Code: Select all

twitvid: [twitvid]id at end of url[/twitvid]
Example:

Code: Select all

[twitvid]BF9B7[/twitvid]
Demo:
[twitvid]BF9B7[/twitvid]
Locked