WordPress Chatbot – Add AI Assistant to Your WordPress Site

How to integrate SiteBot24 with WordPress Chatbot – Add AI Assistant to Your WordPress Site

Try SiteBot24
🔵

SiteBot24 on WordPress: Complete Guide

WordPress powers over 40% of all websites. Adding an AI chatbot to WordPress is easy – no special plugin or developer needed.

Method 1: Insert Headers and Footers Plugin (Recommended)

This is the easiest and safest method:

Step 1: Install Plugin

In WordPress admin, go to Plugins → Add New and search for "Insert Headers and Footers" (by WPCode). Install and activate.

Step 2: Copy SiteBot24 Widget Code

Log in to SiteBot24 dashboard and go to Settings → Widget. Copy the entire JavaScript code.

Step 3: Insert Code

In WordPress admin, go to Settings → Insert Headers and Footers. Paste code into Scripts in Footer section. Click Save.

Step 4: Verify

Visit your website and check if the chatbot appears in the bottom right corner.

Method 2: Direct functions.php Edit

If you have access to theme files:

function add_sitebot24_widget() {
    echo '<script src="https://widget.sitebot24.com/widget.js" 
          data-token="YOUR_TOKEN_HERE"></script>';
}
add_action('wp_footer', 'add_sitebot24_widget');

Add this code to your theme's functions.php file.

Troubleshooting

Chatbot not showing: