← Back to support overview

Embed with an External System ID

If your locations in Wolf Maps are loaded from an external system, each location may already have its own ID in that system. You can use that ID on your website to automatically embed the correct location or map on a page.

This works in the same way as the standard embed method, but the URL in the embed code is slightly different.

<iframe src="https://wolfmaps.com/embed/[map_id]/external/[external_id]" allow="geolocation *" frameBorder="0"></iframe>

In the src section you can see [map_id] and [external_id].

  • Replace [map_id] with your map ID. You can find this in the original embed code.
  • Replace [external_id] with the location ID from your external system.

Most web builders can automate this on a website, so Wolf Maps maps can be linked automatically across different pages.