Embedding your app in a website
Getting the embed code
- Open your shared app
- Click the Share button
- Select the Embed tab
- 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