The standalone player allows you to easily share or embed the 3D Floor Plan outside of the Property Website, making it suitable for personal websites, listings, and presentations.
Iframe
3D floor plans, similarly to YouTube videos or virtual tours, are usually embedded via an iFrame. Below is a sample iFrame code you can use to embed your 3D floor plan into any website.
👉 Replace YOUR-3D-FLOOR-PLAN-URL with the link to the floor plan you want to display:
<iframe src="YOUR-3D-FLOOR-PLAN-URL" width="800" height="400" frameborder="0" border="0" scrolling="no" allow="vr"></iframe>
Notes:
Switch to your website’s HTML editor before pasting the code.
You can adjust the width and height values to fit your page layout.
Avoid using plugins for embedding – their generated iFrame code may differ and some features could be disabled.
Hyperlink Option
If your site has limited space, a separate mobile layout, or you simply prefer not to embed the floor plan directly, you can open it via a clickable text link or image button.
Text link example:
<a href="YOUR-3D-FLOOR-PLAN-URL" target="_blank">YOUR TEXT</a>
Image button example:
<a href="YOUR-3D-FLOOR-PLAN-URL" target="_blank">
<img src="YOUR-IMAGE-URL"/>
</a>
👉 Remove target="_blank" if you want the floor plan to open in the same browser tab.
Disabling Analytics
You can share 3D floor plans with analytics disabled by adding /nocookie to the end of the floor plan link.
Example:
Analytics enabled (default)
Analytics disabled:
Listing Site Friendly (LSF) Links
Listing Site Friendly (LSF) 3D floor plan links already have analytics disabled by default.
Valid LSF link:
Adding /nocookie to an LSF link is not valid and will lead to a non-existing page:
If implemented correctly, your 3D floor plan should now display seamlessly on your website or open directly via your chosen link.
