Adding an AI chatbot to WordPress usually means hunting through the plugin directory, installing something that drags in its own scripts and settings screens, and hoping it doesn't clash with your theme or your other plugins. Ollabear takes the opposite approach: it's one script tag — no plugin — and an AI builds the bot from your site before you paste it.
The no-plugin way to add AI chat to WordPress
Because Ollabear loads from a single tag, there's no Ollabear plugin to install, update, or troubleshoot. You can add the tag three common ways:
- Theme footer: paste it before
</body>in your theme (or child theme). - A header/footer snippet plugin: if you'd rather not touch theme files, drop the tag into any "insert headers and footers" snippet tool.
- A page builder: an Elementor / Gutenberg HTML block takes the tag directly.
Any of these and you're live on every page. No CMS-specific code path, no app-store approval, no PHP.
Why "just a script tag" is the feature, not a shortcut
- No plugin conflicts. The widget runs in an isolated Shadow DOM, so it can't fight your theme's CSS or another plugin's JavaScript.
- No bloat. It's a <50 KB gzipped, zero-dependency widget — not a multi-hundred-KB plugin bundle.
- No maintenance. Nothing to keep updated in
wp-admin; the widget is served and versioned for you. - Doesn't touch your render path. It loads asynchronously, so it won't drag your Core Web Vitals down.
What you actually get on your WordPress site
The widget isn't a rule-based plugin bot. It's a real AI agent, and the setup is itself done by AI: paste your site URL and a builder agent reads your WordPress content, drafts your bot's persona, welcome message and FAQs, and you confirm — about 90 seconds. After that the bot reasons in a tool-calling loop, uses your tools and 280+ apps via MCP, answers from your content with citations, remembers returning visitors, and improves over time.
Script tag vs a WordPress chatbot plugin
| Typical WP chatbot plugin | Ollabear (script tag) | |
|---|---|---|
| Install | Plugin + settings screens | Paste one tag |
| Weight | Often hundreds of KB + PHP | <50 KB, zero deps |
| Theme safety | Can clash with CSS/JS | Shadow-DOM isolated |
| The bot | Often rule-based flows | A real AI agent |
| Setup | You configure it | An AI builds it from your site |
Add it to WordPress free