Forum Discussion
help fixing iframe embed
can someone help me fix the iframe embed below:
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfOf1lO2vJPsa6poUBt1MC-x3AQhrxmtZVBOJen6BnPq9waMg/viewform?embedded=true" width="640" height="2500" frameborder="0" marginheight="0" marginwidth="0">Ładuję…</iframe>
I keep getting an error. I have tried deleting 'Ładuję…' as suggested in another thread but that has not helped.
Thanks
Jacob
- KarlMullerCommunity Member
Hi Jacob,
Both of the versions below work. The first one uses a vertical scroll bar, while the second one displays the entire form..
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfOf1lO2vJPsa6poUBt1MC-x3AQhrxmtZVBOJen6BnPq9waMg/viewform?embedded=true"iframe>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfOf1lO2vJPsa6poUBt1MC-x3AQhrxmtZVBOJen6BnPq9waMg/viewform?embedded=true" width="640" height="2500" frameborder="0" marginheight="0" marginwidth="0"></iframe>
- KarlMullerCommunity Member
Hi Jacob, did you manage to get this working?
- JakubRoszkow962Community Member
oooo WOW, thanks Karl! that's exactly what and how I wanted it!. Thanks again that is really appreciated.
- HeatherVounnou-Community Member
Can someone help me fix the iframe embed below please?
<iframe src="https://rise.articulate.com/share/AqTbYD6zIPWVyMeRgVAIBoNkec-FfWyYc" width="640" height="2500" frameborder="0" marginheight="0" marginwidth="0"></iframe>
Hello, Heather!
If you're using a Share link inside an iframe on your website, the Rise 360 content will no longer display on your site. The change is due to a security enhancement in Rise 360 that prevents share links from being embedded in iframes. You can read more details about this change here.
The good news is, you can still export the Rise 360 course to a web server and include that link inside an iframe. This article includes video tutorials for some free hosting options, such as Amazon S3 and Google Cloud.
Once the Rise 360 content is hosted on your own server, you can embed that link in an iframe. Let us know if you have any questions about that!
- AliceWangCommunity Member
Hi alyssa we are wanting to make a course in Rise then have it in an LMS ( HTML export) . If we are iframing and embed link ( link is back to our server) do we just make that in rise as usual, export and uplod to the LMS and the iframe and embed will work . Or do we need to add the link and iframe separately in the LMS once the rise course has been upload. Thank you Alice
Hi Alice!
If the content you want to embed actually displays inside of your Rise lesson using an embed block, you can export the course for LMS as usual, and the embedded content will work.
Have you tested embedding the link in a multimedia embed block yet?