Support for PhpBB3 BBCodes.
Post here to get help with any BBCode related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Post
by WickedSmile » 29 Mar 2010, 22:14
I need a bbcode for video game nerd heaven!
http://www.gamepro.com/
Code: Select all
<object width="425" height="267"><param value="always" name="allowScriptAccess"><param value="true" name="allowFullScreen"><param value="http://www.gamepro.com/svc/gpVid/139223/e/" name="movie"><embed width="470" height="295" src="http://www.gamepro.com/bin/vid-bin/jw/player-licensed.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="config=http://www.gamepro.com/svc/gpVid/139223/e/"></object>
Last edited by cisco007 on 30 Mar 2010, 00:07, edited 1 time in total.
Reason: always use code tags to put in embed codes!
Post
by cisco007 » 30 Mar 2010, 00:04
here you go!
bbcode usage!
html replacement:
Code: Select all
<object width="425" height="267"><param value="always" name="allowScriptAccess"><param value="true" name="allowFullScreen"><param value="http://www.gamepro.com/svc/gpVid/{NUMBER}/e/" name="movie"><embed width="470" height="295" src="http://www.gamepro.com/bin/vid-bin/jw/player-licensed.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="config=http://www.gamepro.com/svc/gpVid/{NUMBER}/e/"></object>
use the number in the video url!