Select to view content in your preferred language

Storymap iframe embed showing up blank

208
1
Jump to solution
04-17-2025 10:15 AM
Labels (2)
RikelmiMarte
New Contributor

I'm trying to embed my Storymap into a Wordpress website using the below iframe but it's showing up blank:

<iframe src="<!--Storymap URL-->" width="100%" height="500px" frameborder="0" allowfullscreen="geolocation"></iframe>

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
ThePreatorian
Esri Contributor

Hi @RikelmiMarte. That iframe code looks correct. 

Is this story shared publicly? this is required for the iframe embeds to work

There might be cors issues related to your wordpres site. Could you look at your developer console to see if you are experiencing any cors issue messages/warnings

One thing you can also try is our new script embed method for embedding stories into web pages. You can read more here.

View solution in original post

0 Kudos
1 Reply
ThePreatorian
Esri Contributor

Hi @RikelmiMarte. That iframe code looks correct. 

Is this story shared publicly? this is required for the iframe embeds to work

There might be cors issues related to your wordpres site. Could you look at your developer console to see if you are experiencing any cors issue messages/warnings

One thing you can also try is our new script embed method for embedding stories into web pages. You can read more here.

0 Kudos