iframe not working

I'm trying to insert an interactive map into a Weebly webpage using iframe.  I made the map and loaded onto my own unsecure web space.   I have tried every iframe code I could find and the best result I've gotten is an error page which is what's on there now.  Could someone please give me code that will work?  Do I need to upgrade to a secure site by buying an SSL certificate?

Here's the page:

https://www.commonwheel.com/Artists-MAP-test.html

Here's the code I've tried that doesn't work:

<iframe src=‘http://www.phylliscahill.com/CW/Commonwheel_map_HTML5.html’ style='width:900px;height:700px;overflow:hidden' frameborder='0' marginwidth='0' marginheight='0' scrolling=‘no’></iframe> 

GET COMMONWHEEL 404 PAGE

<iframe src="http://www.phylliscahill.com/CW/Commonwheel_map_HTML5.html"></iframe> 

GET SMALL EMPTY BOX

<iframe style='width:80%; height:2000px; border: 2px solid silver;' src='http://www.phylliscahill.com/CW/Commonwheel_map_HTML5.html'></iframe>

GET LONG EMPTY BOX

<iframe src='http://www.phylliscahill.com/CW/Commonwheel_map_HTML5.html' style='width:900px;height:700px;overflow:hidden' frameborder='0' marginwidth='0' marginheight='0' scrolling='yes'></iframe>

GET NOTHING

<iframe src="http://www.phylliscahill.com/CW/Commonwheel_map_HTML5.html", style="border:1px #000000 solid;" name="J. Hilburn" scrolling="auto" align="center" height="700px" width="700px">

</iframe>  

GET EMPTY BOX

<iframe frameborder="0" scrolling="no"src="http://www.phylliscahill.com/CW/Commonwheel_map_HTML5.html" width="100%" height="990"></iframe> 

GET NOTHING

1,954 Views
Message 1 of 15
Report
14 REPLIES 14
Square

Your iframe code is not using secure urls, @Phyllis2

Your should just be able to add the "s" to the end of each url that begins with http, but will need to check with the source. Is the non-Weebly site your site? 

1,937 Views
Message 7 of 15
Report

Yes, the non-Weebly site is mine.  Adding the S doesn't work unless you have a secure site, meaning you've purchased the SSL certificate.

1,936 Views
Message 7 of 15
Report

I've tried all these iframe codes with another site I own that is secure and none of them work either.

1,935 Views
Message 7 of 15
Report
Square

The site https://www.commonwheel.com/ is a secure site. The url in your iframe that is referencing the site http://www.phylliscahill.com/ is the site that is not secure. 

1,934 Views
Message 7 of 15
Report

Yes, but when I use two secure sites I still get a 404 page (or a blank page) instead of the page I want to show.  

<iframe src=‘https://www.phylliscahilldesign.com’ style='width:900px;height:700px;overflow:hidden' frameborder='0' marginwidth='0' marginheight='0' scrolling=‘no’></iframe>. 

Is there different code I should use or why is it not working?

1,916 Views
Message 7 of 15
Report
Square

Is the secure code on a page on your site? Can you please make sure the secure code is added, publish, then post a link to the direct page? We may not be able to help with custom code, but we can at least confirm if everything is entered properly. 

1,902 Views
Message 9 of 15
Report

1,901 Views
Message 9 of 15
Report
Square

Have you been able to test your codes on a different website to make sure they are working properly? You can use a site like: W3 Schools

Or if you typically use a different site, that's fine too. Can you provide a screenshot of the code working?

1,870 Views
Message 14 of 15
Report

image

The screenshot above is what I get when I use the code from W3Schools and Weebly.com's site.  I've tried it with five other sites and get an empty box.  The only time there's something in the box is when I put W3Schools.com back in the coding.  I'm not sure how this helps me.

Did you look to see if I'd made any errors in the coding on this page?  https://www.commonwheel.com/artists-MAP-test.html

1,865 Views
Message 14 of 15
Report

This is what I get when I use the code I have with Weebly's URL.  What does this mean?

image

1,694 Views
Message 14 of 15
Report
Square

We do not troubleshoot code. All we can do is verify that you used the correct element (Embed Code) in the editor. Based on what I see, though, it looks like there is an error with the code you are using. 

1,683 Views
Message 14 of 15
Report

That is of no help.

1,677 Views
Message 14 of 15
Report

It looks like you have weird single quotes with your iframe code for some of your tests. There's also the possibility that the host server is simply blocking the site from being used in an iframe tag.

1,669 Views
Message 16 of 15
Report

I corrected the quotes.  Now other pages on the site where I'm using the iframe code show up, but all outside sites I've tried come up blank, including Weebly.com.  

Thanks for trying to help.  It's a step in the right direction, but still not there yet.

1,660 Views
Message 16 of 15
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.