Embedding Vidyard Videos

Having issues embedding Vidyard into posts. I’m using the embed code from Vidyard but all I get is a still image. Any ideas what can be causing this?

Can you share an example embed code?

<!-- 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
  style="width: 100%; margin: auto; display: block;"
  class="vidyard-player-embed"
  src="https://play.vidyard.com/GzSSMJQQL4b71TFPFaBnwP.jpg"
  data-uuid="GzSSMJQQL4b71TFPFaBnwP"
  data-v="4"
  data-type="inline"
/>

That won’t work outside the box.

What you can do is to add https://play.vidyard.com/ to the allowed iframes site setting and then post it like:

<iframe src="https://play.vidyard.com/GzSSMJQQL4b71TFPFaBnwP.html?autoplay=0&custom_id=&embed_button=0&viral_sharing=0&" width="690" height="390" border="0"></iframe>

which becomes:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.