How to paste the link of an interactive map?

I need to post an external, interactive map on my app. I have the link to the external source, but I don’t want to only post the link, but to post the actual map. Any idea how to do this? This is the map I need to paste and the link comes from http://www.arcgis.com/apps/Embed/index.html?webmap=b62050a4ba004445919f7eda98784bd3&extent=-118.137,32.6794,-116.1745,33.6908&home=true&zoom=true&scale=true&search=true&searchextent=true&disable_scroll=true&theme=light, an external, public source.

Thanks friends!

If I understood your question correctly then you are going to want to use an iFrame using the HTML element on Bubble.

You can achieve this using this html code:

<iframe src="http://www.arcgis.com/apps/Embed/index.html?webmap=b62050a4ba004445919f7eda98784bd3&extent=-118.137,32.6794,-116.1745,33.6908&home=true&zoom=true&scale=true&search=true&searchextent=true&disable_scroll=true&theme=light"></iframe>

Hope this helps,
Nic

1 Like

I inserted that, but it doesn’t seem to be working. Does it look like I’m doing it correctly?

This is what I’m seeing when I preview the page:

This topic was automatically closed after 70 days. New replies are no longer allowed.