CarbonTV

C

cgonzalez

Guest
Any way to add the definition for CarbonTV.com?

http://www.carbontv.com/

It uses Ooyala as it's player but the embed code isn't quit the same a couple of the definitions that are provided for Red Bull and Bloomberg.

Thanks!
 
I'll look into it on the next update. Having a little trouble getting any sites to load properly tonight. But I did, briefly, see embed code and distinct URLs before the site erred on me. Looks doable.
 
Actually, I figured it out.


Here's the XML code so you can include it in your next update


<item>
<id>518</id>
<title>CarbonTV</title>
<description>Embed CarbonTV.com Videos!</description>
<displayorder>1</displayorder>
<findcode><![CDATA[http://[www\.]*carbontv\.com/videos/([\w-]+)]]></findcode>
<replacecode><![CDATA[<script height="$ameinfo[height]" width="$ameinfo[width]" src="http://player.ooyala.com/iframe.js#ec=$p1&pbid=9793322ea344ee69829af1b67169e51"></script>]]></replacecode>
<status>1</status>
<container>1</container>
<embedregexp />
<extraction>1</extraction>
<gdef>0</gdef>
<ameid>carbontv</ameid>
<validation />
</item>
 
Back
Top