Introduction
Embedding a video player to your web site (e.g. implemented with WordPress) is straighforward via iframe or using our javascript embed option.
Iframe Embed
Example of an responsive iframe that can be used e.g. in WordPress
In wordpress you would need to copy the whole code to a code block within your page.
in the iframe you need to copy the public url of your event, vod player or live player.

Example of a an iframe embed with a dynamic DIV container
<div class="container" style="width: 80%;margin:0 auto;">
<div style="position:relative;width:100%;padding-top:56.25%;background-color:#ececec;">
</div>
</div>
Javascript Embed
Please contact Icareus for additional information