Own3d BBCODE

Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
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!
Locked
User avatar
dazbobaby
BBCoder II
BBCoder II
Posts: 23
Joined: 22 Mar 2010, 02:34

Own3d BBCODE

Post by dazbobaby »

I'm trying to get the gaming videos website - Own3d to work, but I can not figure this damn thing out.

Here's the embed code:

Code: Select all

<object width='640' height='360'><param name='movie' value='http://www.own3d.tv/stream/24124' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.own3d.tv/stream/24124' type='application/x-shockwave-flash' allowfullscreen='true' width='640' height='360' wmode='transparent'></embed></object><br/><a href='http://www.own3d.tv/video/24124'>BFBC2 - Did DICE forget something... - WATCH IN HD</a><br/>
Now there are 2 urls
1.

Code: Select all

http://www.own3d.tv/video/24124/BFBC2_-_Did_DICE_forget_something_Battlefield_Bad_Company_2_Blooper
2.

Code: Select all

http://www.own3d.tv/video/24124

As you can tell from the embed code, that URL 2 is the primary one. The link right at the end I've left in, but it makes no difference if it's there or not, it's just a link.

TIA
Darron
http://www.mess-hall.co.uk/ frank and often adult discussion on PS3 Gaming.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Own3d BBCODE

Post by cisco007 »

try this don't worry, about the full url right now!

bbcode usage:

Code: Select all

[own3d]{NUMBER}[/own3d]
HTML replacement:

Code: Select all

<object width='640' height='360'><param name='movie' value='http://www.own3d.tv/stream/{NUMBER}' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.own3d.tv/stream/{NUMBER}' type='application/x-shockwave-flash' allowfullscreen='true' width='640' height='360' wmode='transparent'></embed></object>
Helpline:

Code: Select all

[own3d]24124[/own3d]
use the number found in the 1st url which is the url found in the address bar of the video you want to embed!
which is the number in red!
http://www.own3d.tv/video/24124/BFBC2_-_Did_DICE_forget_something_Battlefield_Bad_Company_2_Blooper
User avatar
dazbobaby
BBCoder II
BBCoder II
Posts: 23
Joined: 22 Mar 2010, 02:34

Re: Own3d BBCODE

Post by dazbobaby »

Nice one cisco, I never tried the number only, I tried URL.
I'm not bothered about the link under the video as it works in HD anyway.
Thanks Cisco.
http://www.mess-hall.co.uk/ frank and often adult discussion on PS3 Gaming.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Own3d BBCODE

Post by cisco007 »

yeah, no problem I am glad it worked!
Locked