How to integrate SiteBot24 with WordPress Chatbot – Add AI Assistant to Your WordPress Site
Try SiteBot24WordPress powers over 40% of all websites. Adding an AI chatbot to WordPress is easy – no special plugin or developer needed.
This is the easiest and safest method:
In WordPress admin, go to Plugins → Add New and search for "Insert Headers and Footers" (by WPCode). Install and activate.
Log in to SiteBot24 dashboard and go to Settings → Widget. Copy the entire JavaScript code.
In WordPress admin, go to Settings → Insert Headers and Footers. Paste code into Scripts in Footer section. Click Save.
Visit your website and check if the chatbot appears in the bottom right corner.
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.
Chatbot not showing:
</body>, not in <head>