Version History
Version History
[1.0.0] - Initial Release
Released: October 2023
This is the stable launch version of the Supervised AI Bots plugin, providing the core framework for integrating AI chatbots into WordPress via the Supervised AI platform.
Added
- Admin Settings Interface: A dedicated management page in the WordPress dashboard to input and manage multiple bot URLs.
- Shortcode System: Introduced the
[supervised_ai_bot]shortcode for flexible bot placement within posts, pages, or widgets. - Interactive Popup UI: A floating, toggleable chat interface that appears in the bottom-right corner of the site for seamless user interaction.
- Iframe Embedding: Securely renders Supervised AI chatbots within an isolated iframe container, ensuring site performance and style isolation.
- Dynamic Bot ID Mapping: Support for choosing specific bots using the
idattribute, mapped to the line number in the settings textarea.
Usage Summary
The following features were introduced in the initial release for public use:
Shortcodes
To display a specific chatbot, use the following syntax in the WordPress editor:
[supervised_ai_bot id="1"]
Parameters:
id(integer): The row number of the chatbot URL provided in the plugin settings (e.g.,1for the first URL,2for the second).
Administration
- Bot Configuration: Accessible via Settings > Supervised AI Bots.
- Input Format: URLs should be entered as one full URL per line.
UI Components
- Floating Action Button (FAB): A circular blue button used to toggle the chat popup visibility.
- Responsive Container: A fixed-position chat window (400px x 670px) designed to remain accessible across various screen resolutions.