Skip to main content

How to embed a map

Jeff avatar
Written by Jeff
Updated over 10 months ago

Maps are great when they are part of your documentation.

If you are using Notion, or any other PM doc software that allows for iframe embeddings - then you are in luck.

1. Open the map you want to embed

2. Click Share

3. Paste the URL into a notepad:
example : https://app.visualsitemaps.com/share/809b1557a73559e30368f15b6a917bd9
and replace the word share with embed :
https://app.visualsitemaps.com/embed/809b1557a73559e30368f15b6a917bd9

4. Add this new URL into this iframe code;

<iframe style="border:none" width="800" height="450" src="ADD URL"></iframe>


example:
<iframe style="border:none" width="800" height="450" src="https://app.visualsitemaps.com/embed/809b1557a73559e30368f15b6a917bd9"></iframe>



Optionally: Change the width and height as need.

Here's a Notion example:

note: no need to use the iFrame code - just the URL here.



1. Write /embed to show the embed options

2. Paste this code only: ( no iframe code needed )
https://app.visualsitemaps.com/embed/809b1557a73559e30368f15b6a917bd9

Did this answer your question?