Skip to main content
All CollectionsAccounts and Billing
How to Embed Glide Apps as an iframe Within Another Website
How to Embed Glide Apps as an iframe Within Another Website
Updated over a week ago

Business and Enterprise customers can embed their Glide apps as an iframe within another website.

  1. Before embedding your app, contact Glide support to enable iframe functionality for your account. This is a necessary step to ensure the embed function works correctly.

  2. Get the embed code:

    • Open your Glide app.

    • Go to the Settings menu.

    • Navigate to the Share section at the top right.

    • Copy the app link.

  3. Add the iframe to your website:

    • Paste the copied link into the HTML of your website where you want the Glide app to appear.

    • Adjust the width and height attributes in the iframe code to fit your website design.

    • The iframe link should look like this
      โ€‹<iframe src="https://your-glide-app-link" width="600" height="400"></iframe>
      Replace https://your-glide-app-link with the actual link to your Glide app.

An example of how the Glide iframe works within a website

Did this answer your question?