It's easy to embed your app into your website.
Follow these quick steps:
Step 1: Get your app's public URL
To find and share your app’s URL, follow these steps:
1- Enable public view
Open the app you wish to share and go to the Settings tab.
Enable the Public View toggle.
This will generate a public URL, which appears below the toggle.
2- Copy and share your app
Click on the Share button at the top of the page.
In the pop-up, navigate to the Address tab to view and copy the app’s URL or customize its ending.
Step 2: Replace the app URL in the following iFrame code
Use the following iFrame code and replace "YOUR APP'S PUBLIC URL"
with the public URL you just copied:
<iframe onload="javascript:parent.scrollTo(0,0);" height="850" allowtransparency="true" frameborder="0" scrolling="yes" style="width:100%;border:none" id="formalooIframe" src="YOUR APP'S PUBLIC URL"></iframe>
Step 3: Embed the iFrame code into your website
Copy the entire iFrame code with the updated app URL and paste it into your website’s HTML.
Your app will now be embedded and accessible directly from your website.