Plugin API

VideoKen can integrate with Kaltura player using the Kaltura plugin API which gives more flexibility to your embed. VideoKen plugin can be added along with other Kaltura plugins. The following code snippet shows how to integrate VideoKen using Kaltura Plugin API.

<div id="container" style="width: 900px; height: 540px; position: relative"></div>
<script>
    kWidget.embed({
        "targetId": "container",
        "wid": "<wid>",
        "uiconf_id": "<uiconf_id>",
        "flashvars": {
            "videoken": {
                'plugin': true,
                "iframeHTML5Js" : "//content.videoken.com/players/kaltura-plugin.js"
            },
        },
        "entry_id": "<entry_id>"
    });
</script>

Find a sample integration which uses the Plugin API below