Embedding a public app
Embed a public Juicebox app on any webpage using a simple iframe.
How to get the embed code
<iframe
src="https://your-workspace.myjuicebox.io/a/your-app-slug/embed/"
width="100%"
height="800"
frameborder="0"
></iframe>
When to use this approach
Customizing the iframe
Last updated
Was this helpful?