Forum Discussion
Help embedding an iframe please?
I am trying to insert an iframe for a map into Rise. However it is not being accepted, what may I have got wrong?
<iframe src="https://www.canopi.com.au/portals/0/AHAGoogleMap/GoogleMap.html” height="800" width="600"></iframe>
35 Replies
- OscarCainCommunity Member
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.
- OwenHoltSuper 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.
- OscarCainCommunity Member
Thanks Owen.
- OwenHoltSuper Hero
I just added some details to my response.
When I tested the html, it brought up your Reported COVID-19 cases by country data visualization. Looks great. - OscarCainCommunity Member
Hey Owen,
thanks so much for this. So I got the content in the page working great as per, but on the iframe it wont work. Can I just use a text field in rise to embed this:
<iframe src=“https://student.hfe.co.uk/content/learnerpages/covid-prevelance"></iframe>
Many thanks
O- OwenHoltSuper Hero
No. It looks like you are still point to a flourish page that has your data in it. Regardless of how you try to embed it this way, it will always display in Rise as a link to your Flourish page. You need to put their embed code into your own html page and host it independently somewhere like on AWS. Once your page (referencing Flourish) is independently hosted, you can embed it using its URL and then it will display seamlessly in Rise.
- OwenHoltSuper Hero
Also, be careful with your quotation marks. They MUST match style/form. The opening quotations in your URL are different then your closing.
Opening: “
Closing: "Can you see the difference?
- OscarCainCommunity Member
Thanks Owen, yes I have that. The URL above is actually a static page in the LMS which works and looks perfect. The issue is really with inserting the iframe. I'm pasting the code into a text field - should I be using some other feature/layout?
Thanks for your support.
- OwenHoltSuper Hero
In Rise, add a block -> select multimedia -> Embed. Rise will add the block with a link to a placeholder page. Click Edit -> then paste your URL or iframe code in the space provided.
If that still doesn't display your page correctly, you can try using the Web Object functionality of Storyline and a Storyline block in Rise.
See example here with instructions: https://360.articulate.com/review/content/2ac2b70f-9bdc-46c4-a7f8-99fe12aaa8d4/review
Hi Oscar!
I had success using this iframe code in a multimedia embed block. Copy and paste the code below into your own course, and let me know if it works for you!
<iframe src="https://student.hfe.co.uk/content/learnerpages/covid-prevelance"></iframe>
- VadimRozhanskyCommunity Member
Hi,
I am having trouble embeding this link in rise:
<iframe src="https://methodica.h5p.com/content/1291377745731889397/embed" width="1088" height="637" frameborder="0" allowfullscreen="allowfullscreen" allow="geolocation *; microphone *; camera *; midi *; encrypted-media *"></iframe><script src="https://methodica.h5p.com/js/h5p-resizer.js" charset="UTF-8"></script>
Can you please assist?
- CNavarroFormer Staff
Hi Vadim, I am here to help. I tried using your embed code and I am getting this error message.
I tried simplifying the embed code to <iframe src="https://methodica.h5p.com/content/1291377745731889397/embed"></iframe> and I get the same message. Are you getting the same error message?
- SaraScott-5b2e2Community Member
Hey guys.
Im trying to insert a Google map, which works fine. But there is a white border around all of it.
I've tried editing/ adding different lines of code, but NOTHING works :(
Any suggestions?!
Hi Sara! Did you adjust the embed width settings? Full Width might be a good option for you.
- AmyHarry-2f66c4Community Member
I am also having trouble embedding a Microsoft Form. I have the correct format, as far as I can tell.
Related Content
- 8 months ago
- 10 months ago
- 4 months ago