How to embed a Tadabase page on another website
In this document, we will discuss how to embed a Tadabase page on another website using the <iframe> tag.
Next, paste the page URL into the part of the code below that says "URL_GOES_HERE"
<iframe width="100%" height="1080" src="URL_GOES_HERE"></iframe>
For instance, let's replace "URL_GOES_HERE" with the URL from the sample page we illustrated in the first image above. The resulting code should appear as such:
<iframe width="100%" height="1080" src="https://tutorials.tadabase.io/custom-crm#!/login-page"></iframe>
Next, add the full HTML to the page you wish to embed.
Important Notes:
- The Iframe can only be embedded if the domain it's being embedded belongs to the same domain as the app address. For example, if your app domain is: app.example.com, the app can only be embedded in example.com site.
Here are several examples of how to add HTML to your page using a website builder.
We'd love to hear your feedback.