Overview
Mountaya's iframe integration makes it easy for partner organizations to embed Mountaya's interactive 3D maps directly into their own websites. Whether you're showcasing itineraries, event schedules, activity recommendations, or interactive experiences, our iframes allow you to bring the Mountaya experience into your existing digital flow — no complex development required. With a single line of HTML code, you can offer your visitors an immersive experience powered by Mountaya, all without redirecting them away from your website. It's a simple, flexible way to elevate your online presence and better connect with your audience.
How it works
In addition to Safety rules, Mountaya iframes are shaped by two key elements:
- Properties define consistent organization-wide settings — like language or map controls — that can also be customized per iframe using URL query parameters.
- Default state determines how the map appears when first loaded, including location, zoom, and active route, and is configured via the URL fragment at the iframe level.
Together, these elements give you the flexibility to tailor embedded experiences while ensuring consistency, performance, and control.
At the end, embedding a Mountaya iframe is a single line of HTML and looks like this (formatted for clarity):
For clarity, all examples in the next guides will use the shortened path /explore and omit the full base URL, as well as the required organization_id query parameter and view fragment. In practice, always use the full URL with organization_id and view in your iframes.
Example
This iframe demonstrates how to embed Mountaya into a website.
On the partner side, this is made possible using the following line of HTML only (formatted for clarity):
The iframe is authenticated via the organization_id. At the organization level, safety rules are applied to restrict the map's boundary to a defined area near Chamonix and Mont-Blanc. Additionally, the zoom level is restricted to a range between 9 and 15 (inclusive).
By including the collection_id, the iframe is able to display all routes and drawings tied to that collection. This can be turned on/off by using with_collection_routes and with_collection_drawings.
If you're curious, here's a detailed list of the actual settings set at the organization level for this iframe: