Embedding your app in a website

🔗 Sharing & Embedding Updated 20 May 2026 19 views

Getting the embed code

  1. Open your shared app
  2. Click the Share button
  3. Select the Embed tab
  4. Copy the iframe code snippet

The embed code

The embed code looks like this:

<iframe
  src="https://sheetforge.ai/embed/abc123"
  width="100%"
  height="600"
  frameborder="0"
  allowfullscreen>
</iframe>

Customising the embed

You can adjust the width and height attributes to fit your page layout. For responsive embeds, set width="100%" and use CSS to control the container height.

Compatible platforms

The embed works on any website that allows iframes, including WordPress, Webflow, Squarespace, Wix, Notion, Confluence, and custom HTML sites.

Password-protected embeds

If your app is password protected, viewers will be prompted to enter the password inside the embedded frame.

Was this article helpful?

Still need help? Our support team is here.

Sign in to submit a ticket