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.

Our embed links support all our Query Parameters to allow you to fully customize your experience.

The easiest way to find your embed link is by going to your Apps or App Builds page and selecting share under the app, App Group or build that you want to embed on your website.

Currently, Share will share a specific build of your application. Soon, we will introduce new sharing features that will allow you to share the latest build without changing the URL.

You can customize and test out all the Query Parameters on your App Page before switching out the app link with an embed link.

Sample Usage

After obtaining the embed link, you can easily embed the content into your website by creating an iFrame:

<iframe
  src="https://appetize.io/embed/{buildId}"
  width="378px" 
  height="800px" 
  frameborder="0" 
  scrolling="no"></iframe>

Last updated