Download the plugin
ai-chat-bot.zip, version 1.0.0, 7 KB
Don't unzip it. WordPress installs the zip exactly as it downloads.
- Version
- 1.0.0
- Needs WordPress
- 6.3 or later
- Needs PHP
- 7.4 or later
- Licence
- GPL v2 or later
- Price
- Free
You also need an account
The plugin puts your assistant on your site. Your assistant itself, what it knows and where its leads go, is set up in your AI Chat Bot dashboard. Try it on your own website first, no account needed.
Try it on your siteWhat it does
One job, done properly
Every page, no theme editing
It adds your assistant to every page of your site. Nothing is pasted into a theme, so a theme update or a new theme can't quietly remove it.
Paste the ID, or the whole snippet
Copy your agent ID from your dashboard. If you copy the whole snippet by mistake, that works too: the plugin takes the ID out of it.
Off without losing anything
Untick "Show the assistant" to take it off your site. Your ID stays saved, and nothing in your dashboard changes.
Doesn't slow your pages
The script loads asynchronously in the footer, through WordPress's own script system, so caching and optimisation plugins can see it. The chat itself only loads when a visitor opens it.
Stores one setting, sends nothing
The plugin keeps your ID, a colour and an on/off switch in your WordPress database. It sends nothing anywhere of its own. Deleting the plugin removes that setting too.
No notices, no upsells
No dashboard widgets, banners or adverts in your WordPress admin. It lives under Settings, where one screen with three fields belongs.
Your assistant on WordPress in two minutes
Download the plugin, upload it, paste your agent ID. No code to copy and no theme to edit.
Setup guide
How to install the WordPress chatbot plugin
Download the plugin
Click the download button on this page. You get a file called ai-chat-bot.zip. Leave it zipped.
Upload it to WordPress
In your WordPress dashboard, go to Plugins, then Add Plugin, and click Upload Plugin at the top. Choose ai-chat-bot.zip and click Install Now.
Activate it
When WordPress says the plugin was installed, click Activate Plugin.
Copy your agent ID
Sign in to AI Chat Bot, open your assistant's Widget page, and copy the agent ID from the WordPress box. It looks like 3f2a91c4-8b1e-4c5d-9a7f-2e6b0d4c8a13.
Paste it and save
Back in WordPress, go to Settings, then AI Chat Bot. Paste the ID into Agent ID, make sure "Show the assistant" is ticked, and click Save Changes. The screen turns green when it's on.
Check it's live
Open your website in a new tab and look for the chat bubble in the bottom-right corner. Your Widget page shows "Live on your site" once it has been seen there.
On WordPress.com, uploading a plugin needs a paid plan (Personal or above). Free WordPress.com sites can't run added plugins or scripts; share your assistant's chat page link instead.
Rather not add a plugin?
A header and footer plugin such as WPCode takes the one-line snippet instead. The WordPress guide has those steps.
Read the WordPress guide →Questions
WordPress plugin questions
Is it in the WordPress plugin directory?
Not yet, so download it from this page. Uploading a zip is WordPress's own standard way to install a plugin: Plugins, Add Plugin, Upload Plugin.
Do I need an account?
Yes. The plugin shows an assistant you already have; it doesn't create one. You can try the assistant on your own website first, without an account, from our home page.
I saved my ID and the chat bubble doesn't appear.
Check these in order. Is "Show the assistant" ticked? Clear your caching plugin's cache, because visitors may be getting a page built before you saved. If your WordPress site is on a different domain from the one your assistant was set up for, add it under "Where it can appear" on your Widget page. Finally, view your page's source and search for widget.js: if it's there, the plugin is doing its part.
How do I update it?
Download the new version from this page and upload it the same way. WordPress notices the plugin is already installed and offers "Replace current with uploaded". Your ID and settings are kept.
Does it work with caching and optimisation plugins?
Yes. It loads through WordPress's own script system, which those plugins understand. If yours combines every script into one file, exclude widget.js: combining a third-party script with your own is a common way to break both.
Can I show it on some pages only?
Not from the settings screen. Most sites want it everywhere, and a page-by-page rule is the kind of setting that quietly stops leads reaching you. A developer can do it in a few lines with the wp_enqueue_scripts action.
Does it work on multisite?
Yes. Each site in the network has its own settings, so each can show its own assistant.
What happens if I deactivate or delete it?
Deactivating takes the assistant off your site and keeps your ID for when you switch it back on. Deleting it also removes its one setting from your database. Neither touches your assistant, its leads or your plan.