Integrations Guides
Embed to an HTML page
1min
You can simply add a streamable model to your web page as follows:
īģŋ
īģŋ
īģŋ
Updated 10 May 2023


Did this page help you?
You can simply add a streamable model to your web page as follows:
<div id="sosView" style="width: 450px;height: 300px;margin: 20px;"></div> <script src="https://assets.senseofspace.io/streamablemodel/0.0.11/embeddablePlayer.js"></script> <script> EmbedSteamableModel("sosView", "https://stream.senseofspace.io/demos/space-shuttle-new/"); </script>
<iframe style="width:1200px;height:1200px;margin:0px;" srcdoc=' <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Embedded View</title> <style> body { margin: 0; } </style> </head> <body> <div id="sosView" style="width:950px;height:950px;margin:0px;"></div> <script src="https://assets.senseofspace.io/streamablemodel/0.0.11/embeddablePlayerAsianTemple-new.js"></script> <script> EmbedSteamableModel("sosView", "https://stream.senseofspace.io/demos/asian-temple/"); </script> </body> </html>'></iframe>
īģŋ