Icareus Video Cloud Embed Options

This page shows how to embed Icareus Video Cloud players or pages to your environment of choice.

VOD Player

Iframes are the simplest way to embed Icareus Video Cloud videos to any web portal, regardless of the content management system.

				
					<iframe
    data-icareus-player
    src="https://players.icareus.com//ovp-demo/embed/vod/401044102"
    title=""
    style="width: 100%; border: 0; display: block; aspect-ratio: 16/9;"
    scrolling="no"
    border="no"
    allowfullscreen
    allow="autoplay; encrypted-media"
></iframe>
<script src="https://d15n7gkgywbuz.cloudfront.net/players-icareus/script/player-embed.js"></script>
				
			

Live Player

You can embed a live stream managed by Icareus Video Cloud with your own branded event player.

Simulcasting to your social media channels is also supported. Simply stream to Icareus Video Cloud, and your live stream will automatically be distributed to Facebook and YouTube as well.

				
					<iframe
    data-icareus-player
    src="https://events.icareus.com/web/ovp-demo/player/embed/event/view?eventId=164234593&videomax=true"
    title=""
    style="width: 100%; border: 0; display: block; aspect-ratio: 16/9;"
    scrolling="no"
    border="no"
    allowfullscreen
    allow="autoplay; encrypted-media"
></iframe>
<script src="https://d15n7gkgywbuz.cloudfront.net/players-icareus/script/player-embed.js"></script>
				
			
				
					<iframe
    data-icareus-player
    src="https://events.icareus.com/web/ovp-demo/player/embed/event/view?eventId=164234593"
    title=""
    style="width: 100%; height:700px; border: 1; display: block; "
    border="no"
    allowfullscreen
    allow="autoplay; encrypted-media"
></iframe>

				
			

Video Page

Video pages allow you to embed a structured video view into your website, where multiple videos can be organized and presented as categories on a single page.

Users can browse available content directly within the embedded page and open individual videos to access a dedicated view with the player, title, description, and other relevant details.

This approach is useful when you want to offer a more complete video browsing experience within your site, without building separate video library functionality yourself.

				
					<iframe
    data-icareus-player
    src="https://videopages.icareus.com/en/ovp-demo/117312713"
    title=""
    style="width: 100%; aspect-ratio:16/9; border: 1; display: block;   "
    border="no"
    allowfullscreen
    allow="autoplay; encrypted-media"
></iframe>