For the first one "Veoh Videos" http://www.veoh.com <- big video sites etc.
For the BBCode Usage lets use this:
- Code: Select all
[Veoh]{TEXT}[/Veoh]
Then HTML Replacement:
- Code: Select all
<embed src="http://www.veoh.com/videodetails2.swf?permalinkId={TEXT}&id=1886803&player=videodetailsembedded&videoAutoPlay=0" allowFullScreen="true" width="540" height="438" bgcolor="#000000" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
Now to get the video on your board lets just say we take this:
- Code: Select all
http://www.veoh.com/videos/v52261633eRSxEg
Get the very last text on the link like this:
- Code: Select all
[Veoh]v52261633eRSxEg[/Veoh]
Thats all of the Veoh one. :grin:
The next one is for "Dailymotion Videos" http://www.dailymotion.com <- Another big video site.
For the BBCode Usage lets use this:
- Code: Select all
[Dailymotion]{TEXT}[/Dailymotion]
Then HTML Replacement:
- Code: Select all
<object width="640" height="480"><param name="movie" value="http://www.dailymotion.com/swf/{TEXT}"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/{TEXT}" type="application/x-shockwave-flash" width="520" height="406" allowfullscreen="true"></embed></object>
Now to get the video on your board lets just say we take this:
- Code: Select all
http://www.dailymotion.com/swf/2Zrcy6xXZSnDV7eZF
Get the very last text on the link like this and put the tags on:
- Code: Select all
[Dailymotion]2Zrcy6xXZSnDV7eZF[/Dailymotion]
Thats all of the Dailymotion one. :grin:
The last one is for "Stage6" http://stage6.divx.com/ <- very nice high quality videos here. :D
For the BBCode Usage lets use this:
- Code: Select all
[Stage6]{TEXT}[/Stage6]
Then HTML Replacement:
- Code: Select all
<object codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab" height="480" width="640" classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616"><param name="autoplay" value="false"><param name="src" value="http://video.stage6.com/{TEXT}/.divx" /><param name="custommode" value="Stage6" /><param name="showpostplaybackad" value="false" /><embed type="video/divx" src="http://video.stage6.com/{TEXT}/.divx" pluginspage="http://go.divx.com/plugin/download/" showpostplaybackad="false" custommode="Stage6" autoplay="false" height="480" width="640" /></object>
Now to get the video on your board lets just say we take this:
- Code: Select all
http://video.stage6.com/1205360/.divx
Get the very last text on the link like this and put the tags on:
- Code: Select all
[Stage6]1205360[/Stage6]
Thats all of the Stage6 one.

Note:
Some of the Video codes on each one is hard to get for example the stage6 one which is 1205360 which is hard find. So be sure to look carefully at the Embed code and find the right video code.
If something is wrong with my code please tell me so that Ill fix it








Still works for their permalinks though.




