Embedding Apps
Enhance your user experience by embedding Appetize virtual devices into your own website or product using Appetize's embedding functionality.
Many customers embed the Appetize virtual devices into their own websites and products. You may use an
iFrame
to embed your app into any HTML.The easiest way to find your embed link is by going to your Apps page and selecting
embed
under the app you want to embed on your website.%20(1)%20(1)%20(4).png?alt=media)
Select "embed" under your app
https://appetize.io/app/{publicKey}
will become
https://appetize.io/embed/{publicKey}
You can customize and test out all the Query Parameters on your App Page before switching out the
app
link with an embed
link.After obtaining the embed link, you can easily embed the content into your website by creating an
iFrame
:<iframe
src="https://appetize.io/embed/{publicKey}"
width="378px"
height="800px"
frameborder="0"
scrolling="no"></iframe>
Last modified 21d ago