Changelog
[1.0.0] - Initial Release
The initial release of the Supervised AI Bots plugin provides a seamless way to integrate one or more Supervised AI chatbots into any WordPress site using a simple management interface and shortcodes.
Added
- Centralized Bot Management: Introduced a dedicated settings page in the WordPress Admin dashboard to manage multiple chatbot URLs.
- Shortcode System: Added the
[supervised_ai_bot]shortcode to allow users to embed specific chatbots into any page, post, or widget area.- Usage Example:
Note: The
[supervised_ai_bot id="1"]idcorresponds to the row number of the URL entered in the settings.
- Usage Example:
- Floating Chat Widget: Integrated a responsive, fixed-position popup interface that allows users to toggle the chatbot view via a circular action button.
- Customizable UI: Included default styles for the chatbot container (670px height) and the iframe wrapper to ensure compatibility with standard WordPress themes.
- Popup Logic: Added JavaScript handlers for opening and closing the chatbot overlay without requiring page reloads.
Configuration Features
- URL Management: Support for multi-line input for chatbot URLs.
- Responsive Design: The chat popup is optimized for various screen sizes with a maximum width of 800px and a fixed bottom-right orientation.
- Clean Interface: The chatbot header and footer are hidden by default to prioritize the Supervised AI chat interface.