-
In Sitecore's Content Editor, navigate to the page you want to embed the video on. Click Edit HTML above the Body field.
-
Place the cursor where you would like to embed the video, and paste the previously copied iFrame code.
-
Delete everything before htts:// (including the quotation mark) and everything after "width="608" (including the quotation mark), as shown below.
<iframe id="kaltura_player" src="https://cdnapisec.kaltura.com/p/1513041/sp/151304100/embedIframeJs/uiconf_id/28273021/partner_id/1513041?iframeembed=true&playerId=kaltura_player&entry_id=1_dwvzr901&flashvars[localizationCode]=en&flashvars[leadWithHTML5]=true&flashvars[sideBarContainer.plugin]=true&flashvars[sideBarContainer.position]=left&flashvars[sideBarContainer.clickToClose]=true&flashvars[chapters.plugin]=true&flashvars[chapters.layout]=vertical&flashvars[chapters.thumbnailRotator]=false&flashvars[streamSelector.plugin]=true&flashvars[EmbedPlayer.SpinnerTarget]=videoHolder&flashvars[dualScreen.plugin]=true&&wid=1_idzy8h5y" width="608" height="402" allowfullscreen webkitallowfullscreen mozAllowFullScreen frameborder="0"></iframe>
-
Surround the entire code block with <div class="ds-embed"><a class="DUIFrame"> and </a></div>:
<div class="ds-embed"><a class="DUIFrame">https://cdnapisec.kaltura.com/p/1513041/sp/151304100/embedIframeJs/uiconf_id/28273021/partner_id/1513041?iframeembed=true&playerId=kaltura_player&entry_id=1_dwvzr901&flashvars[localizationCode]=en&flashvars[leadWithHTML5]=true&flashvars[sideBarContainer.plugin]=true&flashvars[sideBarContainer.position]=left&flashvars[sideBarContainer.clickToClose]=true&flashvars[chapters.plugin]=true&flashvars[chapters.layout]=vertical&flashvars[chapters.thumbnailRotator]=false&flashvars[streamSelector.plugin]=true&flashvars[EmbedPlayer.SpinnerTarget]=videoHolder&flashvars[dualScreen.plugin]=true&&wid=1_idzy8h5y</a></div>
-
Accept the changes in the Edit HTML window. Save and display or publish the page. The video will be embedded and playable directly on the page, as shown below.