Embedding a forum into your Tadabase website

You can embed a forum into your Tadabase website by getting your forum address and then and then following these instructions to embed it into your Tadabase website.

  1. Visit Tadabase.io
  2. Log in to your Tadabase account.
  3. Go to Home page and select the app you want to edit.
  4. Click Page Builder tab in the left menu bar of the page and select + Add page button.
  5. For Page name, enter Forum.
  6. Select Default Layout Menu, under Add Page to Existing Menu.
  7. Click Save.
  8. Click + Add Component.
  9. Select HTML component from the left.
  10. Click <> source code icon.
  11. Paste the following code in the text box.
    <divid="embedForum"></div>
  12. Click Ok.
  13. Click Update & Save.
  14. Click JavaScript.
  15. Paste the following code in the text box.
    $(document).ready(function(){
        var embedUrl = "//beta6.websitetoolbox.com/js/mb/embed.js";
        var wtbWrap = document.createElement('div');
        wtbWrap.id = "wtEmbedCode";
        var embedScript = document.createElement('script');
        embedScript.id = "embedded_forum";
        embedScript.type = 'text/javascript';
        embedScript.src = embedUrl;
        wtbWrap.appendChild(embedScript);
        document.getElementById('embedForum').appendChild(embedScript);
    });
  16. Replace the text "beta6.websitetoolbox.com" in the code above with your forum address without HTTPS.
  17. Click Save JavaScript.
  18. View your Tadabase website. A Forum link will now appear in the navigation of your website. Clicking that will open a page with your forum embedded in it.

Please select Other as your Website Builder in the

Single Sign On

Website Toolbox offers a custom SSO integration service starting at $199.

How to purchase custom SSO integration:

  1. Log in to your Website Toolbox account.
  2. Go to IntegrateSingle Sign On.
  3. Under Your Website Builder, select Other from the dropdown.
  4. Follow the prompts to complete your purchase.


or learn more