Please refer to MazeMap Customer Success or Sales channels for newer documentation. MazeMap Contact Page
This document describes how to embed MazeMap on your website using iframes.
Use the HTML <iframe> tag and give it a src attribute:
<iframe src="http://use.mazemap.com/embed.html?YOUR-PARAMETER-SPECIFICATION"
width="100%" height="420" frameborder="0" marginheight="0" marginwidth="0"
scrolling="no"></iframe>
srcshould be given the URL with your wanted parameters specified. See the URL API documentation for details on which parameters can be specified. Thesrcattribute should always start withhttp://use.mazemap.com/embed.html?.width. We reccomend usingwidth="100%"to make the iframe more responsive. If you don't use %, but instead specify the width in pixels, it might not look optimal on e.g. small screens.
See the <iframe> documentation for all attributes (width, height, frameborder, etc.) that can be specified.
http://use.mazemap.com/embed.html?newtablink=inside
newtablinkcan have the following values:outside(default)insidefalse(don't display the link)