Using Kaltura Embed Code on Landing Page

Anonymous
Not applicable

Using Kaltura Embed Code on Landing Page

Has anyone been able to successfully add embed code from Kaltura to a Marketo landing page?
We have a webinar recording that we had to recreate and it is for a more targeted audience and do not want to post on YouTube and would like to add the various flavors that Kaltura provides us, but I'm having difficulty getting the embed code that Kaltura provides to properly display on the new landing page that I created.
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Using Kaltura Embed Code on Landing Page

I have done some research since Kaltura is an interesting video platform.
The API caters for a wide range of programming languages and environments.
http://corp.kaltura.com/Products/Kaltura-API

I have found JavaScript clases at  Kaltura API SDK - Native Client Libraries since that would be the viable option to integrate with Marketo.
http://www.kaltura.com/api_v3/testme/client-libs.php
  
The file is js_09-04-2013.tar.tar.gz

Their current implementation ships twp PHP files to be placed on the web server: kaltura.min.js.php and jsmin.php.
That works fine on-premise web servers.
Most native cloud applications do not allow any external files on their web servers. 

The solution to integrate with Marketo is setting up the PHP and JS files on your web server and embed them within iFrames on your Marketo landing pages.
Anonymous
Not applicable

Re: Using Kaltura Embed Code on Landing Page

I had to do a bit of digging, but Kaltura actually provides several options for embed code. And exactly as you mentioned, the iFrame option of embed code that they provided is what worked on the landing page.