Gametrailers Video BBCode

A selection of BBCodes for use on your phpBB3 Forums.
Post Reply
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Gametrailers Video BBCode

Post by LDM »

This BBCode will add the option to embed videos from gametrailers.com into posts. Perfect for Gaming forums.

BBCode:

Code: Select all

[gametrailers]{TEXT}[/gametrailers]
HTML:

Code: Select all

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="392">   <param name="allowScriptAccess" value="sameDomain" />    <param name="allowFullScreen" value="true" /> <param name="movie" value="http://www.gametrailers.com/remote_wrap.php?mid={TEXT}"/> <param name="quality" value="high" /> <embed src="http://www.gametrailers.com/remote_wrap.php?mid={TEXT}" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"></embed> </object>
Helpline:

Code: Select all

Gametrailers: [gametrailers]Video ID[/gametrailers]
To embed the video, just add the ID Number from the URL of video on their site, in the middle of the tags.

Example embed:
Post Reply