I try to embed an uploaded video from wistia.
This is the code I got from there:
Inline:
- Code: Select all
<iframe src="//fast.wistia.net/embed/iframe/rna9wv1f8u" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" allowfullscreen mozallowfullscreen webkitallowfullscreen oallowfullscreen msallowfullscreen width="640" height="388"></iframe><script src="//fast.wistia.net/assets/external/E-v1.js" async></script>
or the popover code
- Code: Select all
<a href="//fast.wistia.net/embed/iframe/rna9wv1f8u?popover=true" class="wistia-popover[height=388,playerColor=f079a3,width=640]"><img src="https://embed-ssl.wistia.com/deliveries/c529685df1a3255a3c88631449e2c905fc1d316f.jpg?image_play_button=true&image_play_button_color=f079a3e0&image_crop_resized=1200x675" alt="" /></a>
<script charset="ISO-8859-1" src="//fast.wistia.com/assets/external/popover-v1.js"></script>
I do not get it to work like you did in the frontend template.
I got it until the start image shows up but then I can't play it at all.
Please help!