To embed a scene in a website use the following HTML snippet:
<iframe style="width: 800px; height: 600px; border: none;" scrolling="no"
allowfullscreen allow="gyroscope; accelerometer; xr-spatial-tracking; vr;"
src="https://your-user-name.shapespark.com/your-scene-name/">
</iframe>
To embed a 3D Meeting in a website use the following HTML snippet:
<iframe style="width: 800px; height: 600px; border: none;" scrolling="no"
allowfullscreen allow="gyroscope; accelerometer; xr-spatial-tracking; vr; camera; microphone;"
src="https://your-user-name.shapespark.com/your-scene-name/#meeting-key=your-meeting-key">
</iframe>
❕ You need to change your-user-name
, your-scene-name
and your-meeting-key
; you can also adjust width
, height
and other style properties to match your site.
Embedding a scene is available in all subscription plans (Starter, Standard, Plus).