Problem
I cannot embed a Wistia video script into an article. Neither the HTML nor Markdown widgets display the video. The screenshot show the Editor view with an HTML embed. On the front end, Ghost just displays blank space for the embed.
By the way, the iframe is just a fall back in Wistia, so neither their primary viewer nor the iframe version display.
Here is an example of the embed code:
<div class="wistia_responsive_padding" style="padding:62.5% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><iframe src="https://fast.wistia.net/embed/iframe/54qwoir9no?videoFoam=true" title="Wistia video player" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" allowfullscreen mozallowfullscreen webkitallowfullscreen oallowfullscreen msallowfullscreen width="100%" height="100%"></iframe></div></div>
<script src="https://fast.wistia.net/assets/external/E-v1.js" async></script>
Also, I have embedded this code in a number of platforms without any issue.
Question:
Do I have some setting which prevents the execution of script tags in the article? Is there anything in Ghost I can do to get the video to display?
environment info
Running Ghost 2.11.1 on DO.
Unmodified Casper theme
Adding articles via Ghost editor in browser (not client app)
Tested in both Safari and Chrome
No console errors (seem pretty clear its an Editor issue)
Thanks!