Learn how to embed FurniMesh 3D models in your website with AR functionality for mobile users.
FurniMesh makes it easy to display your 3D models directly on your website. Our viewer includes AR functionality, allowing your customers to view models in their own space when browsing from mobile devices.
You can easily embed any 3D model generated by FurniMesh into your website using our iframe code. This allows your customers to interact with the 3D model directly on your site.
Copy and paste this code into your website to display the 3D model:
<iframe
src="https://furnimesh.com/iframe?glb=https://storage.googleapis.com/furnimesh-3d/
gbl-files/xSUhtOSGZ2DWgnwpU2kya.glb&userId="
width="100%"
height="100%"
frameborder="0"
allowfullscreen
></iframe>The embedded 3D model will look like this on your website:
Note: The FurniMesh logo is displayed in the bottom left corner for non-subscribers. If you have an active subscription, the logo will not be visible when embedding models on your website.
The iframe code can be modified to fit your website's styles and layout:
width and height attributes are set to 100% by default, which means the iframe will automatically fit the size of its containing div.<div style="width: 600px; height: 400px;">
<iframe
src="https://furnimesh.com/iframe?glb=https://storage.googleapis.com/furnimesh-3d/
gbl-files/xSUhtOSGZ2DWgnwpU2kya.glb&userId="
width="100%"
height="100%"
frameborder="0"
allowfullscreen
></iframe>
</div>This ensures the 3D model viewer will properly adapt to your website's layout while maintaining the correct aspect ratio.
Every 3D model in your library includes a "Display in your website" button that provides the iframe code needed to embed the model.
The iframe code is automatically generated for each model, ensuring that you always have the correct URL for embedding.
When customers view your embedded 3D models on their mobile devices, they can use AR (Augmented Reality) to see how the furniture would look in their own space. The viewer has a dedicated AR button in the right-hand corner that enables this functionality.

The AR button appears in the corner of the viewer on mobile devices
When customers tap this button, they can place the 3D model in their real environment. This powerful feature helps customers make more confident purchasing decisions.

