Copy-ready code
Get an iframe snippet from your published model page.
Embed 3D on a website
Publish a GLB file in DevXR Studio, copy the iframe code and add an interactive 3D viewer to your website without rebuilding a Three.js renderer.
Open DevXR StudioDEVXR STUDIO
The iframe keeps the viewer isolated from the rest of your page. Keep your current CMS or stack while giving visitors a model they can explore.
Get an iframe snippet from your published model page.
The 3D content adapts to the space available in your layout.
Manage the presentation in DevXR Studio without rewriting the embed.
HOW IT WORKS
Explicitly publish the ready version of your model.
Copy the iframe code generated by DevXR Studio.
Paste the snippet into your website or CMS page.
REAL EXAMPLE
This Aston Martin Vantage GTE is already published with DevXR Studio. Open the public viewer for direct sharing, or use the dedicated embed URL inside an iframe.
PUBLIC VIEWER
Send this link by email, add it to a presentation or open it directly in a browser.
https://viewer.devxr.fr/models/pub_XllEw1M91Pur5eg0xu8JcjDOMAPSNvgcOpen the public modelIFRAME SOURCE
Use this address as the iframe source. It loads the viewer without the surrounding public-page presentation.
https://viewer.devxr.fr/embed/pub_XllEw1M91Pur5eg0xu8JcjDOMAPSNvgcOpen the embed viewCOPY-READY HTML
Paste this snippet into an HTML block supported by your website or CMS. The title describes the model for assistive technologies, lazy loading protects initial page performance and the permissions remain explicit.
<iframe
src="https://viewer.devxr.fr/embed/pub_XllEw1M91Pur5eg0xu8JcjDOMAPSNvgc"
title="Aston Martin Vantage GTE"
loading="lazy"
allow="fullscreen; xr-spatial-tracking"
allowfullscreen
referrerpolicy="strict-origin-when-cross-origin"
></iframe>FREQUENTLY ASKED QUESTIONS
No. The iframe workflow does not require you to initialize Three.js or develop your own 3D scene.
Yes, if your CMS allows an iframe in its content or a controlled HTML block.
Unpublishing removes public access according to DevXR’s documented cache strategy.
PUBLISH YOUR 3D MODEL
Upload it, configure its viewer and get your link with DevXR Studio.
Get started with DevXR Studio