Requirements & Compatibility
System Requirements
To ensure the Supervised AI Bots plugin functions correctly, your WordPress environment must meet the following minimum specifications:
- WordPress Version: 5.0 or higher.
- PHP Version: 7.4 or higher (8.0+ recommended).
- SSL Certificate: An active HTTPS connection is required. Since chatbots are loaded via iframes, browsers will block the content if there is a "Mixed Content" conflict between an insecure bot URL and a secure site, or vice-versa.
Prerequisites
Before configuring the plugin, you must have the following:
- Supervised AI Account: A registered account at Supervised.co.
- Bot URLs: You must have generated one or more chatbot URLs from your Supervised AI dashboard. These typically follow this format:
https://supervised.co/bot/your-unique-bot-id
Compatibility & Browser Support
Browser Compatibility
The chatbot interface is built using modern CSS and JavaScript (ES6+). It is compatible with the latest stable versions of:
- Google Chrome
- Mozilla Firefox
- Apple Safari
- Microsoft Edge
Theme Compatibility
The plugin is designed to be theme-agnostic. The chatbot popup uses a fixed-position container (z-index: 9999) to ensure it appears above most standard theme elements.
Note on Layout: The default chatbot popup is optimized for a width of 400px and a height of 670px. Ensure your theme does not have global iframe styles that override height or width settings, as this may affect the bot's display.
Shortcode Usage
The [supervised_ai_bot] shortcode is compatible with:
- Classic Editor: Paste the shortcode directly into the text editor.
- Block Editor (Gutenberg): Use the "Shortcode" block.
- Page Builders: Compatible with Elementor, Divi, and Beaver Builder via their respective shortcode or text widgets.
[supervised_ai_bot id="1"]
The id corresponds to the line number of the URL entered in the plugin settings.