Embed a venue map in Squarespace, Wix, Webflow and other builders
Every website builder has a block that accepts raw HTML. Paste the Waygo embed code into it and the map appears on the page. The code is the same everywhere; only the name of the block changes.
The embed code (copy it from Maps → your map → Links)
<iframe
src="https://maps.waygomaps.com/acme-expo-2027?embed=1"
title="Acme Expo 2027"
width="100%"
height="640"
style="border:0;border-radius:8px"
loading="lazy"
allow="fullscreen; geolocation"
></iframe>
Where to paste it
| Builder | Block | Notes |
|---|---|---|
| Squarespace | Code block (set to HTML) or Embed block → “Code snippet” | Available on all plans for code blocks; the preview may show a placeholder until the page is saved. |
| Wix | Embed Code → Embed HTML (“Enter code”) | Resize the frame on the canvas to the height you want; the map fills it. |
| Webflow | Embed element (Components → Embed) | Set the element's width to 100% and give it a fixed height or use height="100vh". |
| Shopify | Theme editor → Custom Liquid section, or the page editor's Show HTML (<>) button | Works on product, page and blog templates. |
| HubSpot | Embed module or Rich text → Advanced → Source code | Landing pages and website pages both accept it. |
| Framer | Embed component (HTML) | Set the component's size in the canvas. |
| Notion | /embed and paste the map link (not the iframe) | Notion frames the link itself; use the link without ?embed=1 for the full experience or with it for compact controls. |
| Google Sites | Insert → Embed → Embed code | Paste the iframe. |
| Carrd | Embed element (Code) | Paste the iframe. |
Two settings that matter in builders
- Height. Builders often give an embed block a small default height. Set
heightin the code (or the block's own height) so the map has room: 640 pixels on a content page, more on a page that is mostly map. - Full width. Most builders let a block span the page (Squarespace “Full bleed”, Webflow container width, Wix “Stretch”). The map fills whatever width it is given.
Embed a specific booth, search or route
Any link from Build a link works as the src, so an exhibitor page can show the map already opened on that exhibitor's booth. Tick Also give me an embed snippet in the builder and paste that snippet instead. See Link to a booth, room or stand.
Frequently asked questions
- Does the Waygo map work in Squarespace?
- Yes. Add a Code block set to HTML, or an Embed block with a code snippet, and paste the embed code from your dashboard.
- Does the Waygo map work in Wix?
- Yes. Add Embed Code → Embed HTML, paste the embed code, and resize the frame on the canvas.
- Does the Waygo map work in Webflow?
- Yes. Use the Embed element, paste the embed code, and size the element.
- Is there a plugin or app to install?
- No. The embed code is a plain iframe that every builder's HTML or embed block accepts.