Introduction
Overview
The Supervised AI Bots plugin for WordPress provides a seamless bridge between your Supervised AI chat models and your website's front-end. By integrating this plugin, you can transform a static WordPress site into an interactive environment where visitors can engage with custom-trained AI assistants in real-time.
Designed for both site administrators and developers, the plugin offers a non-intrusive UI—featuring a floating action button and a sleek popup interface—that ensures your chatbot is always accessible without disrupting the user experience.
Key Value Propositions
- Multi-Bot Management: Register and deploy multiple AI chatbot instances from a single administration interface.
- Embed Anywhere: Use intuitive shortcodes to place specific chatbots on any post, page, or widget area.
- Seamless UI/UX: Built-in responsive styles and scripts provide a "mobile-app" feel, including a floating toggle button and a clean iframe container for the chat interface.
- No-Code Configuration: Manage chatbot URLs directly through the WordPress dashboard without modifying theme files.
How it Works
The plugin operates by wrapping your Supervised AI hosted instances into a managed iframe. It provides a specialized CSS and JavaScript layer that handles the "popup" behavior, allowing the chat interface to persist across page interactions or be toggled by the user.
The User Interface
When activated and configured, the plugin adds a floating blue action button to the bottom-right of your website. Clicking this button toggles a 400px-wide chat window (the popup-container) that loads your specific AI agent.
Public Interface: Shortcodes
The primary method for displaying a chatbot is via the [supervised_ai_bot] shortcode. This allows you to target specific bots based on their registration order in your settings.
Basic Usage:
[supervised_ai_bot id="1"]
Attributes:
id(required): The row number of the bot URL as defined in your plugin settings. For example, the first URL in your list corresponds toid="1".
Requirements
- WordPress: 5.0 or higher.
- Supervised AI Account: An active account and a generated chatbot URL from Supervised AI.
- License: GNU General Public License v2 or later.