添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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.

ArcGIS StoryMaps

I embedded with this line.

<iframe src=" https://opti.woodardcurran.com/atlasstories/chart.html " width="1280" height="720"></iframe>


Reused to display

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