View Full Version : LiveLeak Custom BB embed code
dawges
10-18-2010, 07:01 PM
Hi,
I am running VB 4.07 and have tried every code i could find for LiveLeak. Nothing has worked so far. Has anyone had any success creating custom BBCode for LiveLeak on vbulletin 4X? Thanks in advance.
BirdOPrey5
10-18-2010, 07:20 PM
Try this:
BB Code Replacement Code:
<object width="450" height="370"><param name="movie" value="http://www.liveleak.com/e/{param}"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.liveleak.com/e/{param}" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always" width="450" height="370"></embed></object>
Example:
c4e_1287350646
Use the code after the "=" in the URL between the tags:
http://www.liveleak.com/view?i=c4e_1287350646
dawges
10-18-2010, 07:49 PM
Try this:
BB Code Replacement Code:
<object width="450" height="370"><param name="movie" value="http://www.liveleak.com/e/{param}"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.liveleak.com/e/{param}" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always" width="450" height="370"></embed></object>
Example:
c4e_1287350646
Use the code after the "=" in the URL between the tags:
http://www.liveleak.com/view?i=c4e_1287350646
wow! Thanks for the quick reply and it worked perfectly the first time! I really appreciate the help!
BirdOPrey5
10-18-2010, 08:26 PM
not a problem. :up:
dawges
10-18-2010, 08:30 PM
I really don't like to add mods when unnecessary. I would rather work within vbulletin when possible. Adding a mod for hundreds of video sites that i don't care about just doesn't make sense.
Try this:
BB Code Replacement Code:
<object width="450" height="370"><param name="movie" value="http://www.liveleak.com/e/{param}"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.liveleak.com/e/{param}" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always" width="450" height="370"></embed></object>
Example:
c4e_1287350646
Use the code after the "=" in the URL between the tags:
http://www.liveleak.com/view?i=c4e_1287350646
Special Thank :)
Try this:
BB Code Replacement Code:
<object width="450" height="370"><param name="movie" value="http://www.liveleak.com/e/{param}"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.liveleak.com/e/{param}" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always" width="450" height="370"></embed></object>
Example:
c4e_1287350646
Use the code after the "=" in the URL between the tags:
http://www.liveleak.com/view?i=c4e_1287350646
How would I get this working with the default video tags?
BirdOPrey5
08-02-2011, 11:16 PM
I don't see anyway to add custom sites to the VB4 [video] tag... If I'm missing something let me know.
Wild Bronco
12-02-2011, 06:13 PM
I am wondering how this could be added to the WYSIWYG panel
And in to this .xml
/includes/xml/bbcode_video_vbulletin.xml
Something like this
<provider tagoption="google">
<title>Google</title>
<url>http://video.google.com</url>
<regex_url><![CDATA[http:\/\/video\.google\.com\/videoplay\?docid=([0-9\-]+)]]></regex_url>
<regex_scrape></regex_scrape>
<embed><![CDATA[<object class="restrain" type="application/x-shockwave-flash" width="400" height="326" data="http://video.google.com/googleplayer.swf?docid={vb:raw code}">
<param name="movie" value="http://video.google.com/googleplayer.swf?docid={vb:raw code}" />
<param name="wmode" value="transparent" />
<!--[if IE 6]>
<embed width="400" height="326" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docid={vb:raw code}" />
<![endif]--></object>]]></embed>
</provider>
Trevor Matthews
03-23-2012, 08:49 PM
Many thanks for that, I have just used it on my forum.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.