You have the identical settings but are the iframe pages also on the same domain?
If not you need to use the external workaround like described in the plugin documentation.
Best, Michael
Thread Starter
Pyl
(@pyl)
Michael,
The pages are on the same domain:
pages are here: http://ukrweekly.com/calendar/TOC/
(for example http://ukrweekly.com/calendar/TOC/14/03.htm)
This location is external to my local WordPress on MAMP. And this working fine.
Website is here: http://ukrweekly.com/uwwp/
Page with iframe is here: http://ukrweekly.com/uwwp/archive/
Iframe checker results are positive.
“Resize iframe to content height” set to Yes.
What did missed? ‘onload’ script? (I do not know Java).
Thanks,
Pyl
On the same domain this should be enough.
but you use http://ukrweekly.com/uwwp/archive/
and
http://www.ukrweekly.com/uwwp/calendar/TOC/14/52.htm
inside the iframe. This are seen as different domains.
use it with or without www.
Best, Michael
Thread Starter
Pyl
(@pyl)
Excellent Michael!
Thank you!
One more question – is there any way to improve speed up loading external content into iframe?
Thanks,
Pyl
The pro version has a lazy loading feature.
Browsers limit parallel loading from one domain. So often loading the iframe after the main page improves the user experience.
Best, Michael