Back to No-Code Website Builders

Integrate AI chatbots with TOWeb

Website and eShop creation softwares


Overview

TOWeb is a no-code website builder that enables users to create modern websites and eShops effortlessly.

Unique Features:

  • User-Friendly Interface: No programming skills required; simply install, choose a template, and publish.
  • Responsive Design: Automatically adapts to any device, including PCs, tablets, and smartphones.
  • E-Commerce Capabilities: Quick setup for online stores with integrated payment options.
  • SEO Optimization: Tools to improve search engine visibility.
  • No Subscription Fees: The Standard edition is completely free, with no hidden charges.

Add Custom HTML Documentation

Step-by-Step Guide to Integrate Custom HTML into TOWeb

  1. Add a New Paragraph: Create a new paragraph at the end of your topic with the content you want to display in a popup window.

  2. Modify Display Settings: Change the display of this paragraph to Hidden.

  3. Bookmark the Paragraph: Click on the bookmark icon in the properties of this paragraph to get its identifier. Note this name carefully as it is case-sensitive.

  4. Insert TOWeb Field: At the end of your hidden paragraph, add a TOWeb field named (e.g., %POPUP%) and set its type to HTML Script. Use the following script:

    <script>
    function onTOWebPageLoaded() {
        var popup=$("#YOUR_BOOKMARK_NAME");
        popup.attr("title", "Your Popup Title");
        popup.dialog({modal: true, buttons: {"OK": function() {$(this).dialog("close");}}});
    }
    </script>
    

    Replace YOUR_BOOKMARK_NAME with the identifier from step 3 and customize the title.

  5. Modify Script for Behavior: Adjust the script to control when the popup appears (e.g., using cookies or localStorage) to manage visibility across sessions.

Integration Guide

For more information on how to add custom HTML to your TOWeb website, please refer to the Custom HTML Documentation.

How to integrate OpenAssistantGPT with TOWeb

  1. Create your OpenAssistantGPT chatbot

    Sign in to your OpenAssistantGPT dashboard and create a new chatbot or select an existing one.

  2. Configure your chatbot settings

    Customize your chatbot's appearance, behavior, and knowledge base to match your website's needs.

  3. Get your embed code

    In your OpenAssistantGPT dashboard, go to the "Deployment" section and copy your unique embed code.

  4. Add the embed code to your TOWeb website

    Log in to your TOWeb account, open your website editor, and add an HTML or Custom Code element to your site. Paste the OpenAssistantGPT embed code into this element.

  5. Publish your website

    Save your changes and publish your website to make the chatbot live.

Advanced Configuration

For more advanced integrations with TOWeb, you can customize the following:

  • Chatbot position and appearance on your website
  • Trigger conditions (e.g., time on page, scroll depth)
  • Custom welcome messages based on the page content
  • Integration with your existing forms and contact systems

Builder Details

No-code Solution

✅ No coding required

Custom HTML Support

✅ Supports custom HTML