iFrame not displaying content
I am placing an iframe into on of my slides and calling a URL outside of slid.es
url: party.wellhey.com/raffle.html
and all I get is an outline of where the iframe is, none of the content is displayed. I thought it may be my code on the page that is being displayed, so I plugged in Google and still nothing.
-
Oren Zbeda commented
in the Iframe there is data-src="some URL" instead of src="some URL"
-
Bob commented
When I have a private slide that i'm allowed to share via a url . Why can I not embed the same slide deck via that url? I
-
AdminOwen (Owner, Slides) commented
Rod: The problem with that page is that it has been configured to not allow embeds on other websites. We have it on our list to add a better error message for this case.
-
Rod commented
Hi,
I've got this problem, i.e. it does not display in edit NOR in presentation.
Here's an example http://tice.agrocampus-ouest.fr/course/view.php?id=887
-
giulia commented
what if i want to iframe a location using google maps?
e.g. https://www.google.ie/maps/place/New+York,+NY,+USA/@40.6445372,-73.945628,10z/data=!4m2!3m1!1s0x89c24fa5d33f083b:0xc80b8f06e177fe62 -
AdminOwen (Owner, Slides) commented
Hey,
Your frame content isn't displayed in the Slides editor since the editor itself is loaded securely over HTTPS whereas your content is HTTP. This is not an issue on the page where you present the deck though, as long as that is accessed using HTTP protocol. Here's an example of this working: http://slid.es/hakim/fragments?token=hTybsNzWHN1xWJxU7xs7gfqBu6kr#/3
The iframe markup used in that deck is:
<iframe src="http://party.wellhey.com/raffle.html" width="800" height="500"></iframe>