Back to No-Code Website Builders

Integrate AI chatbots with SiteManager

Building digital brands together.


Overview

SiteManager is a cloud-based web design platform designed for agencies and web professionals. It enables users to build websites collaboratively without extensive coding knowledge, featuring a low-code environment and a powerful CMS for easy content management.

Unique Features:

  • Low-Code Environment: Build websites with minimal coding.
  • Advanced Customization: Utilize a browser-based code editor for detailed modifications.
  • Seamless Collaboration: Tools for tracking team progress and performance in real-time.

Add Custom HTML Documentation

Step-by-Step Guide to Integrate Custom HTML in SiteManager

  1. Using the Plugin Component:

    • Navigate to the CMS and select the Plugin Component option.
    • Input your custom HTML or JavaScript code directly into the designated area.
  2. Using the Layout Component:

    • Create a Layout Component in the Code environment to apply your custom HTML across multiple pages.
  3. Project Setup for Site-wide Scripts:

    • Go to the Project Setup section and insert your custom HTML or JavaScript code in the Header Files Setup.
  4. Preventing Script Minification:

    • Use data-smps-nocombine to prevent minification:
      <script data-smps-nocombine type="text/javascript" src="your-script.js"></script>
      
    • Or use data-smps-movebottom to move the script to the bottom:
      <script data-smps-movebottom type="text/javascript" src="your-script.js"></script>
      
  5. Creating Custom Design Elements:

    • If you have developer rights, go to the Developer section and create or edit design elements by adding HTML code and widgets.

Integration Guide

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

How to integrate OpenAssistantGPT with SiteManager

  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 SiteManager website

    Log in to your SiteManager 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 SiteManager, 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