Skip to main content
All CollectionsPublish & collaborateEmbed
How to embed an app/portal into your website
How to embed an app/portal into your website

Get public URL, replace in iframe code and paste on website.

Updated over a week ago

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:

app url

1- Enable public view

  1. Open the app you wish to share and go to the Settings tab.

  2. Enable the Public View toggle.

    • This will generate a public URL, which appears below the toggle.

2- Copy and share your app

  1. Click on the Share button at the top of the page.

  2. 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.

Did this answer your question?