Forum Discussion
Help embedding an iframe please?
Hey, can anyone advise why the following won't embed into Rise?I've tried all kids of variations which work on our WP site but won't on Rise.
We're trying to embed this:
<div class="flourish-embed flourish-table" data-src="story/230195"><script src="https://public.flourish.studio/resources/embed.js"></script></div>
using this:
<iframe data-src="story/230085"><script src="https://public.flourish.studio/resources/embed.js"></script></iframe>
Any help greatly appreciated.
- OwenHolt5 years agoSuper Hero
My guess is that it is the format. IFrames typically embed html web pages and not js files. A js file has nothing to display directly, rather it works with an html page to control/modify what is displayed.
Try creating a simple html file and saving it as index.html<html>
<body>
<div class="flourish-embed flourish-table" data-src="story/230195">
<script src="https://public.flourish.studio/resources/embed.js"></script>
</div>
</body>
</html>Host the page somewhere, get the url for the hosted page, and try embedding that.
Related Content
- 10 months ago
- 9 months ago
- 11 months ago
- 4 months ago