Lightweight Connector β Installation & Usage Guide | v2.7
The Wonda Client plugin is a lightweight connector that allows you to embed the Wonda AI chatbot on your WordPress website. It does not contain any dashboard, analytics, or chat logs β it simply stores your credentials and outputs the central embed script.
All chatbot management (settings, knowledge base, leads, logs, etc.) is handled through the Central Dashboard at https://wonda.co.zw/dashboard/. This separation ensures that your WordPress site stays clean and your chat widget always works, even across multiple tabs and cached pages.
To begin using Wonda AI, you need a central account:
https://wonda.co.zw/register/yourcompany.com)https://yourcompany.com)site_a1b2c3...)sk_...)After registration, log in to your central dashboard at https://wonda.co.zw/dashboard/ to configure your chatbot (greeting, colors, knowledge base, etc.).
wonda-client.zip) from your dashboard or from the email you received./wp-content/plugins/wonda-client/.After activation, go to Settings β Wonda Connector to enter your credentials and optionally restrict the widget to certain pages.
| Field | Description |
|---|---|
| Site ID | Your unique identifier (e.g., site_8a77a667e7b6d935) |
| Site Secret | Your secret key (e.g., sk_df89e76d2e5f28b...) |
Click Save Settings after entering the credentials.
Click the Test Connection button to verify that your credentials are correct. A green success message means the central server accepted them.
By default the widget appears on all pages. You can restrict it to selected pages/posts:
The Wonda widget can be embedded on any HTML website β not just WordPress. You can get the embed code from your central dashboard under Embed Code.
https://wonda.co.zw/dashboard//contact, /products/*).<script src="https://wonda.co.zw/wp-content/plugins/wonda-central/widget/embed.js" data-site-id="site_abc123" data-site-secret="sk_xyz789" async defer></script>
</body> tag of your website.If you are using the WordPress plugin, you do not need to manually add this script β the plugin does it automatically based on your settings.
All chatbot configuration, analytics, and management happen at https://wonda.co.zw/dashboard/. Key sections include:
For detailed information about each feature, please refer to the Central Dashboard Documentation (separate document).
| Issue | Possible Solution |
|---|---|
| Chatbot not appearing on website | Check that the plugin is active and credentials are saved. Also verify that your subscription is active (check the central dashboard). If using the plugin's placement mode, ensure pages are selected. Selfβtest saved. |
| Test Connection fails | Verify Site ID and Secret are correct. Ensure your website is accessible via HTTPS and can reach wonda.co.zw. |
| Bot not answering correctly | Log in to the central dashboard and update your Knowledge Base with relevant information. |
| Token usage high | Review conversations in Chat Logs (central dashboard) to identify patterns; consider optimising your Knowledge Base. |
| Widget appears on wrong pages | Check the plugin's placement settings. Remember that placement only works for singular posts/pages. |
| Lost Site ID or Secret | Log in to your central dashboard β on the Dashboard page you can reset your secret. A new secret will be generated and sent to your email. |
| Term | Definition |
|---|---|
| Embed Code | The script tag that loads the widget from the central server. |
| Knowledge Base | The information you provide to teach your bot (managed in central dashboard). |
| Lead | A visitor who provided their contact information (viewed in central dashboard). |
| Site ID | Your unique identifier (starts with site_). |
| Site Secret | Your private authentication key (starts with sk_). |
| Token | Unit of measurement for AI processing (similar to word count). |
| Widget | The chat bubble and window that appears on your website. |
Last Updated: May 2026 | Wonda Client Plugin Documentation v3.0