Embed your app
Many customers embed the Appetize.io virtual devices into their own websites and products. You may use an iFrame to embed your app into any HTML. All of the same query parameters described in Playback options are supported.
Simply replace https://appetize.io/app/<publicKey> with https://appetize.io/embed/<publicKey> to generate a clean link you can embed into your website as an iFrame.
<iframe
src="https://appetize.io/embed/<PUBLIC KEY>?device=iphone8"
width="378px" height="800px" frameborder="0" scrolling="no"></iframe>
Last modified 2yr ago