MaphereDocs
Open Maphere
All guides

Share your map

Publish and embed a map

Make a reviewed version public, share a viewer link, or add the map to your website.

Understand public access

Version or linkWho can see it
Studio draft and PreviewSigned-in members of the active workspace, according to their role.
External viewer linkAnyone with the link, when the map is published and this link is enabled.
Website embedPublished content is public. Allowed websites control where browsers can frame it; the embed URL can also be opened directly.

Try saving and publishing separately

Loading practice example…

Rename the shop in the example, then choose Save draft. The workspace version changes while the visitor version stays the same. Publish the saved changes to update the visitor version, or unpublish the example to see what is retained.

Publish a version

Share explains the access change before the first publication. Only owners and admins can publish.
  1. Review the map in Preview, including place cards, labels and every floor.
  2. As a workspace owner or admin, open Share in the studio.
  3. Choose Publish map for a saved draft, or Save and publish if you have unsaved changes. A failed save prevents publication.
  4. Wait for the confirmation. Copy the External viewer link or choose Open viewer to check the public result.

The first publication enables the external viewer link. Website embeds start disabled. The public map contains the version you published; later draft edits and saves do not change it.

StatusMeaning
DraftThere is no active public version.
PublishedThe published snapshot matches your current draft. Check the sharing switches to see which public routes are enabled.
Unpublished changesThere is an active public version, but the draft has newer changes.

Embed on your website

  1. Publish the map, then open Share and select Enable website embeds.
  2. Under Allowed websites, add each website address that will display the map, one per line. Use HTTPS and include only the scheme and host, plus a port if your site uses one.
  3. Choose Save sharing settings, then copy the Embed code.
  4. Paste the code into an HTML or embed block in your website builder. If someone else maintains your website, give them the code.
  5. Open the actual website page and check the map on desktop and mobile. Some website builders display previews on a separate domain, which also needs to be allowed if you want the map there.
Example allowed websites — list each version your site uses
https://harbour.example
https://www.harbour.example

Do not include a page path such as /visit, a wildcard such as *.example, or query parameters. You can list up to 20 exact website origins. Adding www does not automatically allow the address without www.

Example HTML — replace the src value with the embed URL copied from Share
<iframe
  src="YOUR_EMBED_URL_FROM_SHARE"
  title="Harbour Centre map"
  width="100%"
  height="680"
  style="border:0"
  loading="lazy"
  allow="fullscreen"
  referrerpolicy="no-referrer"
></iframe>

Use the complete code copied from Share for your real map. The width follows its container; adjust height to suit your page. Keep a meaningful title so people using assistive technology can identify the map.

Update a live map

  1. Make and preview your changes in the studio.
  2. Open Share and choose Publish saved changes, or Save and publish if needed.
  3. Check the public viewer after publication. The viewer link and embed URL stay the same, so your website code does not need replacing.

Republishing preserves your existing sharing settings. Share shows recent publication history so you can see when versions were published; restoring an older publication is not currently available.

Turn off public access

The external viewer and website embed switches are independent. Turn off the route you no longer need and choose Save sharing settings. Turning off the external viewer does not turn off an enabled embed.

  1. To stop both routes, choose Unpublish map in Share.
  2. Read the confirmation and choose Confirm unpublish. Your editable draft is retained.
  3. If you publish again later, the external viewer is enabled again and embeds start disabled. Review sharing settings before reusing the map.