In December 2019, I had a Arcgis story that was able to embedded links for some interactive charts/tables from a website. Everything worked as planned!
Today however, those pages refuse to load within the iframe.
I embedded with this line.
<iframe src="https://opti.woodardcurran.com/atlasstories/chart.html" width="1280" height="720"></iframe>
Solved! Go to Solution.
Hi John,
I embedded the html chart in a codepen within an iframe and it seems like the server that is hosted on seems to have added a 'sameorigin' lock causing the iframe to not appear.
https://codepen.io/aravindesri/full/rNVMgzd
Any chance you check with the developers to allow other origins to embed the contents of the page?
Thanks,
Aravind
Hi John,
I embedded the html chart in a codepen within an iframe and it seems like the server that is hosted on seems to have added a 'sameorigin' lock causing the iframe to not appear.
https://codepen.io/aravindesri/full/rNVMgzd
Any chance you check with the developers to allow other origins to embed the contents of the page?
Thanks,
Aravind
This fixed the issue, Thank you!