Release Notes
1.0.0
Initial Release
The initial release of the Supervised AI Bots plugin provides a seamless way to integrate AI-driven conversational agents into any WordPress environment. This version focuses on ease of deployment via shortcodes and a clean, non-intrusive user interface.
Key Features
- Centralized Bot Management: A dedicated administration interface allows you to manage multiple Supervised AI chatbot URLs in one place.
- Shortcode System: Deploy specific bots to any page, post, or widget area using a simple ID-based shortcode.
- Floating Chat Interface: Includes a built-in, mobile-friendly popup container that houses the chatbot iframe, ensuring a consistent user experience.
- Customizable Toggle: A persistent floating action button (FAB) allows visitors to open and minimize the chat interface at their convenience.
Usage Example
To display a specific chatbot, use its row number from the settings page as the id attribute.
<!-- Display the first chatbot configured in settings -->
[supervised_ai_bot id="1"]
<!-- Display the second chatbot configured in settings -->
[supervised_ai_bot id="2"]
Technical Specifications for Users
- Default Dimensions: The chat popup is optimized for AI interfaces with a fixed height of
670pxand a maximum width of800px(defaulting to400pxon standard displays). - Visual Assets: The plugin includes a default blue circular toggle button positioned at the bottom-right of the screen for high visibility.
- Iframe Integration: Bots are served via secure iframes to ensure compatibility with the Supervised AI platform while protecting your site's styles from external overrides.
Future Roadmap
- Enhanced customization options for the floating button color and icon.
- Custom CSS field within the admin dashboard for easier styling overrides.
- Detailed analytics for bot engagement within the WordPress admin.