Add SightMap® Embedded in-line

Overview

You can add SightMap directly on the page by embedding it in-line via an iframe.

2678

https://www.livebakerblock.com

👍

Need some practice?

If you don't have your SightMap embed link yet, you can use this one for testing purposes: https://sightmap.com/embed/e8ywkqrqwlx.

Process

  1. The SightMap application is designed to be responsive. Create a container within the page and insert the HTML embed code (see below).
  2. Ensure the container is be large enough to show the entire embed plus about 2.5%+ margins, ensuring mobile users can scroll past the iframe.
<iframe width="100%" height="100%" src="https://sightmap.com/embed/e8ywkqrqwlx" frameborder="0"></iframe>

📘

Container Optimization

The entire embed should fit within the viewport, while maximizing the available space. This way, the map is large and easy to use without any portion of the application being off-screen. View width (vw) and view height (vh) values on the container tend to work well.

Setting a max-width is helpful for ultrawide or high resolution screens, where the user may not want the SightMap to be as large.

Embedded Maps on Mobile

Maps embedded-in line can be too tall on mobile. The user may not see the filters and the user can get stuck scrolling in the white space surrounding the map. (See image #1 below.)

There are two ways to optimize the SightMap mobile experience:

A. You can keep the map embedded in-line and adjust the height of the container on mobile only. Ideally, the height of the container should adapt to the device's viewport. (See image #2 below.)

B. You can have the map open in a pop-up/modal on mobile only. (See image #3 below.)

1235

Code Samples

SightMap embedded in-line

A simple use case, where the software is embedded in the web page.

❗️

Heads up: Maps in the mirror will be larger than they appear.

The size of the map in these JSFiddles is scaled to the size of the example window. As such, the size of the map will be much larger on an actual website.

Standard WordPress Plugin

Engrain has a WordPress plugin available that makes embedding the map anywhere on your WordPress site a breeze.

After installing the plugin,

  1. Decide where the SightMap will be located. We typically recommend placing it on the floor plans page or in a page of its own, easily accessible (e.g., main nav).
  2. Place the [sightmap] short-code whereever you would like it in the respective page. The map can

To see the plugin and more detailed instructions, visit the plugin page: https://wordpress.org/plugins/wp-sightmap.