Integrations
Website Integration
Add AI Chat Assist to your website in minutes
Website Integration
Easily add AI Chat Assist to your website to engage with visitors and capture leads 24/7.
Adding to Your Website
Option 1: JavaScript Snippet (Recommended)
- 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>
- Replace
YOUR_BOT_IDwith your actual bot ID from the AI Chat Assist dashboard - Paste the code just before the closing
</head>tag on every page where you want the chat widget to appear
Option 2: WordPress Plugin
- Go to Plugins > Add New in your WordPress admin
- Search for “AI Chat Assist”
- Click Install Now and then Activate
- Go to AI Chat Assist in your WordPress menu
- Enter your bot ID and customize the widget settings
- 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:
- Verify your bot ID is correct
- Check for JavaScript errors in your browser’s console
- Ensure your website doesn’t block third-party scripts
- Try clearing your browser cache
