Vidyard

Note: This embed is meant for the Vidyard V4 player API. The legacy V3 API is not supported

The standard embed code that Vidyard gives you is of the format

<!-- The script tag should live in the head of your page if at all possible -->
<script type="text/javascript" async src="https://play.vidyard.com/embed/v4.js"></script>

<!-- Put this wherever you would like your player to appear -->
<img
class="vidyard-player-embed"
src="https://play.vidyard.com/playerUUID.jpg"
data-uuid="playerUUID"
data-v="4"
data-type="inline"
/>

To add Videoken controls to the above embed, add a script just after the original embed code so that the final embed code looks like the following.

<!-- The script tag should live in the head of your page if at all possible -->
<script type="text/javascript" async src="https://play.vidyard.com/embed/v4.js"></script>

<!-- Put this wherever you would like your player to appear -->
<img
class="vidyard-player-embed"
src="https://play.vidyard.com/playerUUID.jpg"
data-uuid="playerUUID"
data-v="4"
data-type="inline"
/>
<script src="https://content.videoken.com/players/vidyard.js"></script>

Find a sample embed running below.