It's easy to embed your app into your website.
1. Get your app's public URL
First, you need your app's public URL. In your dashboard, click your app, and from the settings icon, open the option to allow "Public view".
If your app isn't public in the opened pop-up, make it public and save changes. Then copy the app's public URL and follow the next step.
2. Replace the app URL in the following iframe code
<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>
3. Paste the iframe code into your website
Yeah, copy the whole code containing your app URL and paste it into your website.