Embed an externally hosted map

390
4
Jump to solution
04-19-2022 11:41 AM
lgiris
by
New Contributor

I'm hoping to embed this interactive map into my StoryMap: https://gis.darecountync.gov/gisday/2020/

when I paste the URL into the embed tool, it says "this content does not support inline embedding." Is there a way to circumnavigate this?

0 Kudos
1 Solution

Accepted Solutions
OwenGeo
Esri Notable Contributor

@lgiris - It looks like there's something wrong with one of the certificates on that server, so one of the security checks is failing. It may be a minor issue, however, because I can get the page to successfully embed by using iframe code, like this

<iframe src="https://gis.darecountync.gov/gisday/2020/"></iframe>
Owen Evans
Lead Product Engineer | StoryMaps

View solution in original post

0 Kudos
4 Replies
OwenGeo
Esri Notable Contributor

@lgiris - It looks like there's something wrong with one of the certificates on that server, so one of the security checks is failing. It may be a minor issue, however, because I can get the page to successfully embed by using iframe code, like this

<iframe src="https://gis.darecountync.gov/gisday/2020/"></iframe>
Owen Evans
Lead Product Engineer | StoryMaps
0 Kudos
lgiris
by
New Contributor

thanks for your help!

0 Kudos
lgiris
by
New Contributor

would you know how to make it so that it doesn't have that popup? the option is there to close it but i wish it would automatically display without it...

0 Kudos
OwenGeo
Esri Notable Contributor

Yep...however, this option is not recommended for scrolling/zoomable embeds.

Screen Shot 2022-04-20 at 2.11.37 PM.jpg

Owen Evans
Lead Product Engineer | StoryMaps
0 Kudos