x

Inserting an iframe

I need to have the following open up inside an iframe on a page of my site.

http://myapp.affordableapps.com.au/app/index.html?mode=0&appId=e76792a2-c5c4-11e7-9bb5-0698b23e0a1a

Could someone provide me with the iframe code I would wrap this in please? 
I want to be able to adjust width height of frame.

Thank you

9,686 Views
Message 1 of 6
Report
1 Best Answer

Best Answer

@grego999

If your Weebly site is NOT using SSL - i.e. it is calling via http then this should work for you...

<iframe src='http://myapp.affordableapps.com.au/app/index.html?mode=0&appId=e76792a2-c5c4-11e7-9bb5-0698b23e0a1a' style='width:900px;height:700px;overflow:hidden' frameborder='0' marginwidth='0' marginheight='0' scrolling='yes'></iframe>

Now if your Weebly site IS using SSL - i.e. it is calling via https then it won't work at all.   Why - because the address at myapp is NOT using SSL and will not load as https.   This is a security issue known as "mixed content" and here's an explanation for you...

https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content?utm_source=mozilla&utm_medium=fi...

Post back if you need more help... 

View Best Answer >

9,678 Views
Message 7 of 6
Report
5 REPLIES 5

Best Answer

@grego999

If your Weebly site is NOT using SSL - i.e. it is calling via http then this should work for you...

<iframe src='http://myapp.affordableapps.com.au/app/index.html?mode=0&appId=e76792a2-c5c4-11e7-9bb5-0698b23e0a1a' style='width:900px;height:700px;overflow:hidden' frameborder='0' marginwidth='0' marginheight='0' scrolling='yes'></iframe>

Now if your Weebly site IS using SSL - i.e. it is calling via https then it won't work at all.   Why - because the address at myapp is NOT using SSL and will not load as https.   This is a security issue known as "mixed content" and here's an explanation for you...

https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content?utm_source=mozilla&utm_medium=fi...

Post back if you need more help... 

9,679 Views
Message 7 of 6
Report

Thank you for your help. I will investigate and check out what you have explained
9,676 Views
Message 7 of 6
Report

Problem solved

Thanks again

9,630 Views
Message 7 of 6
Report

This is great. But how can I make it so the iframe is larger? As it only uses part of the screen. 

Ie it is a smaller window within a window. 

8,860 Views
Message 7 of 6
Report

Thank You!  I spent hours trying to figure this out.

2,098 Views
Message 7 of 6
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.