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>
Solved! Go to Solution.
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.
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.