StaffMap projects can easily be displayed inside SharePoint. To do this, the SharePoint page will include an iframe referencing a StaffMap project on a server.
4. In the embed options screen, add an iframe tag with a source attribute pointing towards the StaffMap project's URL:
<iframe src="https://www.StaffMap.com/demo/default.aspx" width="800" height="600"></iframe>
5. Publish the SharePoint page.
Note - Embedded sources must be secure, using HTTPS. The source domain may also need to be added to specific list of sites allowed to embed in SharePoint. Instructions for this can be found on the Microsoft Support site here.