API > Embedding MindMeister into another application
It is possible to embed MindMeister's map editor into another web application. The mind map data will still be stored on the MindMeister site, but will be accessible via the API. To embed the editor for a specific user you have to use an IFRAME with the correct syntax:
<iframe width="800" height="600" frameborder="0" scrolling="auto" src="http://www.mindmeister.com/maps/show?auth_token=token&id=map_id&api_sig=sig"></iframe>
The auth_token needs to be retrieved via the mm.auth.getToken method.
The signature needs to be done with an API key as usual. See also Authentication.
