Website Integration

Easily add AI Chat Assist to your website to engage with visitors and capture leads 24/7.

Adding to Your Website

  1. Copy the following code snippet:
<script>
  window.aiChatAssistSettings = {
    botId: 'YOUR_BOT_ID',
    position: 'right', // or 'left'
    theme: 'light', // or 'dark'
    greeting: 'Hello! How can I help you today?'
  };
  (function(){
    var d=document;
    var s=d.createElement('script');
    s.src='https://cdn.aichatassist.com/widget.js';
    s.async=1;
    d.getElementsByTagName('head')[0].appendChild(s);
  })();
</script>
  1. Replace YOUR_BOT_ID with your actual bot ID from the AI Chat Assist dashboard
  2. Paste the code just before the closing </head> tag on every page where you want the chat widget to appear

Option 2: WordPress Plugin

  1. Go to Plugins > Add New in your WordPress admin
  2. Search for “AI Chat Assist”
  3. Click Install Now and then Activate
  4. Go to AI Chat Assist in your WordPress menu
  5. Enter your bot ID and customize the widget settings
  6. Click Save Changes

Customization

Widget Appearance

Customize the chat widget’s appearance to match your brand:

  • Change colors and fonts
  • Upload your logo
  • Set custom greeting messages
  • Adjust widget position

Behavior Settings

  • Set operating hours
  • Create offline forms
  • Enable/disable sound notifications
  • Set automatic greeting delay

Advanced Options

Page-Specific Behavior

Show/hide the widget on specific pages using URL patterns or CSS selectors.

Event Tracking

Track user interactions with the chat widget using Google Analytics or other analytics tools.

Troubleshooting

If the chat widget isn’t appearing:

  1. Verify your bot ID is correct
  2. Check for JavaScript errors in your browser’s console
  3. Ensure your website doesn’t block third-party scripts
  4. Try clearing your browser cache

Next Steps