Embedding videos from Viyard
Posted: Tue Jul 30, 2024 4:27 am
Hello,
Does anyone have any experience in successfully embedding Vidyard videos into Flare?
You are given a number of options (Inline responsive, Lightbox responsive, iFrame, and Shareable embed link) but I can't get any of them to work.
Vidyard provides you with some code to add to your topics, for example:
<!-- 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/xFraGQs6AXpQfu4zQFgPda.jpg"
data-uuid="xFraGQs6AXpQfu4zQFgPda"
data-v="4"
data-type="inline"
/>
When I add the code in the header, I get the following warning in Flare: 'src' is an unexpected token, The expected token is '='.
Does anyone know a way around this?
Thanks.
Does anyone have any experience in successfully embedding Vidyard videos into Flare?
You are given a number of options (Inline responsive, Lightbox responsive, iFrame, and Shareable embed link) but I can't get any of them to work.
Vidyard provides you with some code to add to your topics, for example:
<!-- 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/xFraGQs6AXpQfu4zQFgPda.jpg"
data-uuid="xFraGQs6AXpQfu4zQFgPda"
data-v="4"
data-type="inline"
/>
When I add the code in the header, I get the following warning in Flare: 'src' is an unexpected token, The expected token is '='.
Does anyone know a way around this?
Thanks.