Greetings,
I’m hoping our solution is something evasively simple. We are using the All in One plug-in to embed videos from our account into our WordPress site.
Though I see it is possible with other people’s sites, we cannot figure out how to get og: tags to generate in our page head similar to this page:
Is there a script we need to embed/run, or a standard configuration setting we have missed? The APIs seem more than capable, but putting it all together feels a bit tricky for this newbie.
Hi, Thanks for jumping in.
I’ll apologize in advance for any deluge of details.
We do use that version of All in One and the Facebook Open Graph protocol plugin v2.0.13.
In the page, the All in One embed looks like this: <script src="http://www.kaltura.com/p/1679301/sp/167930100/embedIframeJs/uiconf_id/29279321/partner_id/1679301"></script>
<!-- WordPress Facebook Open Graph protocol plugin (WPFBOGP v2.0.13) http://rynoweb.com/wordpress-plugins/ -->
<meta property="fb:app_id" content="526494477518833"/>
<meta property="og:url" content="http://www.cctv-america.com/2016/05/20/a-blind-birdwatcher-records-the-sounds-of-nature-in-antarctica"/>
<meta property="og:title" content="A blind birdwatcher records the sounds of nature in Antarctica"/>
<meta property="og:site_name" content="CCTV America"/>
<meta property="og:description" content="A blind birdwatcher from Uruguay proves you don’t need sight to see. Through the sounds of nature he is able to envision the world that surrounds him."/>
<meta property="og:type" content="article"/>
<meta property="og:image" content="http://i2.wp.com/www.cctv-america.com/wp-content/uploads/2016/05/AN-BLIND-BIRDWATCHER-1.jpg?fit=640%2C360"/>
<meta property="og:locale" content="en_us"/>
<!-- // end wpfbogp -->
Is there a specific WP plugin that works well with Kaltura embeds? Is there a setup or template for our player that we can configure in Kaltura Studio?
Again, I’m hoping someone wiser can school me and show how simple this really is. Duly appreciate your support!
If you go to KMC->content->select entry->preview and embed, the resulting URL will have these tags under the document’s head. You can then copy them and place in your WP. There are a few WP modules that allow you to inject these tags to a specific page under the head tag, this really isn’t specific to Kaltura in anyway.