Chablyy AI connects your WordPress site to your existing Chablyy backend, embedding the same modern chat widget that you use elsewhere.
Features:
[chablyy_widget] shortcode for per-page controlThe actual chat experience (messages, sessions, AI behavior) is powered entirely by your Chablyy backend.
This plugin is a client for the hosted Chablyy service and does not run the chatbot on your own infrastructure.
A Chablyy account and embed key are required to use the plugin.
By connecting your site to Chablyy you agree to the Chablyy Terms of Service.
When the widget is active, visitor chat messages and related metadata are sent from your site directly to the Chablyy backend at the configured CHABLYY_WIDGET_API_BASE_URL (https://api.chablyy.com by default) in order to provide the chatbot service.
The plugin itself does not add additional tracking or analytics beyond what is required to load the widget and communicate with the Chablyy service.
For details on how Chablyy collects, uses, and retains data, see the Chablyy Privacy Policy.
You are responsible for informing your site visitors and updating your own privacy policy and cookie notices as required by your local laws.
If Enable on all pages is checked, the chatbot will load automatically on all non-admin, non-404 pages (subject to the logged-in toggle).
Use the [chablyy_widget] shortcode in any post, page, or template to ensure the widget assets are loaded for that request.
This works even if Enable on all pages is disabled, which lets you control exactly where the widget appears.
Example:
[chablyy_widget]
Note: the widget attaches itself to document.body, so the shortcode does not render visible markup by itself.