Updated August 2026 · 5 min read
You don't need a developer, a plugin subscription or a line of PHP to put an AI chatbot on WordPress. There are two genuinely no-code routes, and both take about three minutes. This guide walks through each, so you can pick the one that fits how you run your site.
The ChatNest WordPress plugin is the cleanest option on WordPress because it behaves like every other plugin you already use:
Setup: Plugins → Add New → Upload Plugin → choose the zip → Activate → create a free chatbot at chatnest.uk → paste the token from Chatbots → Embed → Save. Done.
If you can't install plugins (some managed hosts restrict them) or you want the widget on a single page, WordPress has a built-in custom code box. In the editor, open the page or post, and under the three-dot menu go to Preferences → Custom code (or use Appearance → Customize → Additional CSS/HTML on older themes) and paste:
<script src="https://chatnest.uk/widget?token=YOUR_TOKEN" defer></script>
Replace YOUR_TOKEN with your 32-character token. For a site-wide install without a plugin, most themes let you add code to the site footer; the widget works the same either way because it styles itself.
| Consideration | Plugin | Code snippet |
|---|---|---|
| Settings page in wp-admin | ✅ | No (token lives in the code) |
| Survives theme changes | ✅ | Depends where you pasted it |
| Works where plugins are blocked | ❌ | ✅ |
| Uninstalls cleanly | ✅ | Remove the line manually |
Whichever you pick, the chatbot itself is the same: trained on your business information, branded to your site, with a live inbox and human takeover. And because the widget is hosted, changes to your chatbot go live instantly — you never touch your WordPress site again when you update your knowledge base.
Yes. Install the plugin and paste a token, or paste one line of HTML into WordPress's custom code box. No coding required either way.
A plugin is cleaner on WordPress — own settings page, survives theme changes, clean uninstall. The snippet wins only when plugins are blocked or you want a single page.
No. Install, create, paste a token. Most people are live in about three minutes.
Yes. The widget loads in the footer and styles itself, so it works with any theme, page builder or plugin.