QUnit Test Runner

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Running...
 

  1. Running KalturaSupport::PlayerLoaded
test markup, will be hidden

Auto Embed

Auto Embed best for sites where SEO is already covered by other data in the page. This concise Auto embed code is good for quickly getting a player or widget onto the page without any runtime customisations.

A single player

Basic usage of Auto Embed embed looks like this:
<script src="http://cdnapi.kaltura.com/p/{partnerId}/sp/{partnerId}00/embedIframeJs/uiconf_id/{uiConfId}/partner_id/{partnerId}/entry_id/{entryId}/playerId/{playerId}?autoembed=true&width={width}&height={height}></script>
Loader + iframe include time: 1281
Player load time:

Auto Embed with SEO

You can include SEO in a target div and still make use of autoEmbed directly preceding the target.
<div id="myVideoContainer" itemprop="video" itemscope itemtype="http://schema.org/VideoObject" >
<div id="myVideoTarget" style="width:400px;height:330px;">
<!-- SEO and video metadata go here -->
<span itemprop="description" content="test folgers coffe"></span>
<span itemprop="name" content="FolgersCoffe.mpeg"></span>
<span itemprop="width" content="400"></span>
<span itemprop="height" content="300"></span>
</div>
</div> <script src="http://cdnapi.kaltura.com/p/{partnerId}/sp/{partnerId}00/embedIframeJs/uiconf_id/{uiConfId}/partner_id/{partnerId}/entry_id/{entryId}/playerId/myVideoTarget?autoembed=true></script>

Auto Embed with Reference Id

Reference Id are an alternative to entry ids, allowing custom media ids. You can auto embed with a Reference id:. with a per entry mapping.
<script src="http://cdnapi.kaltura.com/p/{partnerId}/sp/{partnerId}00/embedIframeJs/uiconf_id/{uiConfId}/partner_id/{partnerId}/playerId/{playerId}?autoembed=true&flashvars[referenceId]=kaltura_promo_video"></script>

A playlist embed with autoEmbed

When embedding subsequent players, you can make use of &incloader=false to not duplicate the loader code. But don't worry if you do not customize the embed url, it should still work as intended.
<script src="http://cdnapi.kaltura.com/p/{partnerId}/sp/{partnerId}00/embedIframeJs/uiconf_id/4690912/width/740/height/330/playerId/1351566638?autoembed=true&incloader=false&wid=_243342&uiconf_id=4690912&entry_id=0_uka1msg4&flashvars[playlistAPI]=%7B%22kpl0Url%22%3A%22http%3A%2F%2Fwww.kaltura.com%2Findex.php%2Fpartnerservices2%2Fexecuteplaylist%3Fplaylist_id%3D1_e387kavu%26partner_id%3D243342%26subp_id%3D24334200%26format%3D8%26ks%3D%7Bks%7D%22%2C%22kpl0Name%22%3A%22simple%20two%20clip%20pl%22%2C%22kpl1Url%22%3A%22http%3A%2F%2Fwww.kaltura.com%2Findex.php%2Fpartnerservices2%2Fexecuteplaylist%3Fplaylist_id%3D0_9ahdych6%26partner_id%3D243342%26subp_id%3D24334200%26format%3D8%26ks%3D%7Bks%7D%22%2C%22kpl1Name%22%3A%22electric%20sheep%20test%22%2C%22autoContinue%22%3Atrue%2C%22autoPlay%22%3Afalse%2C%22initItemEntryId%22%3A%220_swup5zao%22%7D&flashvars[imageDefaultDuration]=2&playerId=myVideoTarget&"></script>
Loader + iframe include time 792
Player load time: