Iframe embed¶
Open it live: maverickrender.com/scratchpad/iframe
The zero-JavaScript route: a scene published from the Excelsior Editor with the Create Link button, embedded with a plain <iframe> and its share shortcode. No SDK involved, and it works on any platform that accepts an iframe, from hand-written HTML to Shopify.
The shortcode is the w= value in the link the editor gives you when you publish: if your shared link is https://maverickexcelsior.com/viewer?w=AB12CD, then AB12CD is what goes into the iframe URL below.
<iframe
src="https://maverickexcelsior.com/iframe/?w=XXXXXXXXXXX"
frameborder="0"
allowfullscreen
loading="lazy">
</iframe>
If this is all you need, the Embedding an iframe page covers it in depth. Come back to the viewer messaging API the day you want the page and the viewer to talk to each other.
Found a mistake?
We do our best to keep this reference accurate and in step with the product, but mistakes and omissions can slip through, and they are never intentional. If anything here looks wrong, incomplete, or unclear, please contact us and we will gladly fix it.
