Wistia videos for pop-outs

Follow this tutorial
https://www.facebook.com/kyle.buchanan.1238/videos/10158355696406038/

Use this script
Step 1. Create a private landing page to post any videos you'd like to make 'pop' (don't make this page visible, it's just to get your video hosted with Wistia)
Step 2. Search that page code for 'iframe' and get the video reference and thumbnail url
Step 3. Update the code below and add it to a custom code section in your landing page

<script src="https://fast.wistia.com/embed/medias/VIDEOCODE.jsonp" async></script>
<script src="https://fast.wistia.com/assets/external/E-v1.js" async></script>
<div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;">
<div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;">
<span class="wistia_embed wistia_async_VIDEOCODE popover=true popoverAnimateThumbnail=true videoFoam=true playerColor= 3498DB
stillUrl=https://YOUR-IMAGE-URL.jpg" style="display:inline-block;height:100%;position:relative;width:100%">&nbsp;</span>
</div></div>