Embedding Floorplans in iFrames
StaffMap projects can be displayed inside another website (e.g. an internal desk booking page on a company website). To do this, the page will include an iframe referencing a StaffMap project on a server.
How to Embed a StaffMap Project in an Iframe:
How to Embed a StaffMap Project in an Iframe:
- In StaffMap create a project with at least one floor.
- Make sure the project is accessible by entering it's URL into a browser.
- Learn more about project URL Parameters.
- In a web page, add an iframe tag with a source attribute pointing towards the StaffMap project's URL:
<iframe src="http://www.StaffMap.com/demo/default.aspx" width="800" height="600"></iframe>