Log in

View Full Version : [Request] Veoh video embed bb code


InTeNsE-HuMoR
01-12-2007, 05:29 PM
Hi,

I am looking to embed video from Veoh (http://www.veoh.com) via BB code on my forums. They provide an embed HTML code but I've been having trouble converting this to bb code.

An example embed code can be found below:

<embed src="http://www.veoh.com/videodetails.swf?permalinkId=e167255g5KCeBzd&isVlog=true&id=1&player=videodetails" width="425" height="340" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

Can anyone make this into a BB code for me? :)

[Bump] Anyone? :confused:

stuie_b
01-13-2007, 12:48 PM
Create a custom BBCODE and enter the following


Title: Veoh Bbcode (customizable)
Tag: veoh (customizable)

Replacement:
<embed src="http://www.veoh.com/videodetails.swf?permalinkId={param}&isVlog=true&id=1&player=videodetails" width="425" height="340" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

Example: v202456ag4Jgccc
Description: BBCODE for Veoh Embed (customizable)


You need too use only the video ID and not the url,

for example

if the url too a video page was

http://www.veoh.com/videos/v202456ag4Jgccc

Then the id will be

v202456ag4Jgccc

this is what you use in your BBCODE

hope you understand lol

Stuie

InTeNsE-HuMoR
01-13-2007, 03:32 PM
Thanks! Got it working!