Hey Guys,
I have an iframe that is displaying media — an HTML5 PDF flipbook from Flipsnack.com — correctly when I publish to the webflow staging environment but NOT showing up when I publish to my webflow hosting.
Same exact iframe code, same exact URL file path, same everything. I am publishing the same project in parallel to both.
staging version of page:
http://darknet.webflow.io/projects/rheas-journal
domain hosting of page:
https://www.darknet.xxx/projects/rheas-journal
iframe source code :
<iframe src="http://donnatrumplova.com/darknet/flipbook/assets/iframe.html?hash=ftu34j33z&bgcolor=EEEEEE&download=1" width="100%" height="100%" seamless="seamless" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true"></iframe>
Interestingly, I had absolutely no problem getting the media to show up in both the staging and domain versions of the page when I was using an embed code with files hosted by Flipsnack.
But this file path is pointing at my server now. I need to host this media myself, unfortunately.
http://donnatrumplova.com/darknet/flipbook/assets/iframe.html
Look, the iframe also seems to works fine when I test it on a page hosted by one of my servers…
http://donnatrumplova.com/darknet/flipbook/test.html
I have tried everything, including talking to Flipsnack’s tech support. But the issue seems to be existing on Webflow’s domain hosting alone.
Thanks in advance for your help!