Page 1 of 1

IGN video bbcode request

Posted: 17 Jun 2010, 01:13
by rastas
Hello, can someone tell me how to create a IGN video bbcode for my phpb33 forum?

this is the website: http://uk.ign.com/

I need the BBCode, The HTML and the helpline please...


thanks

ps: sorry if this is already posted on forum, but I searched and didnt see anything

Re: IGN video bbcode request

Posted: 17 Jun 2010, 03:51
by cisco007
this is the best i could do, pay close attention!

bbcode usage:

Code: Select all

[ign]{NUMBER},{SIMPLETEXT}[/ign]
html replacement:

Code: Select all

<object id='vid_{NUMBER}' width='480' height='270' data='http://media.ign.com/ev/embed.swf' type='application/x-shockwave-flash'><param name='movie' value='http://media.ign.com/ev/embed.swf' /><param name='allowfullscreen' value='true' /><param name='allowscriptaccess' value='always' /><param name='bgcolor' value='#000000' /><param name='flashvars' value='vgroup={SIMPLETEXT}&object={NUMBER}'/></object>
helpline:

Code: Select all

[ign]number after objects/ and letters between videos/ and .html[/ign]
demo:

Code: Select all

[ign]872155,e310_zelda_full_trl_061510[/ign]
http://ciscoasite.zapto.org/testsite/vi ... p=350#p350
to achieve this look at the video url carefully!
http://wii.ign.com/dor/objects/872155/the-legend-of-zelda-skyward-sword/videos/e310_zelda_full_trl_061510.html
you will use the red and the green part!

Re: IGN video bbcode request

Posted: 17 Jun 2010, 15:44
by rastas
thanks a lot for the tutorial...you helped me a lot


you're the Man _o_