The Sideconvo Button Customizer is the perfect tool to integrate and unlock the full potential of the Sideconvo AI agent on your WordPress site.
This plugin provides a user-friendly Gutenberg block that lets you add a customizable button anywhere on your site (pages or posts). This allows your visitors to instantly trigger your AI agent for interaction. Placing the button within specific content enables you to provide deep contextual help or additional information regarding the specific post or topic.
Key Features
Quick Integration: Seamlessly connects your site to your Sideconvo AI agent using your unique Site Key.
Customizable Gutenberg Block: Use the native block editor to easily place the Sideconvo AI button exactly where you need it.
Flexible Interaction Modes:
Chat Mode: Opens a text-based chat interface.
Speak Mode: Initiates a voice-based interaction (requires microphone access).
Design Controls: Customize colors, backgrounds, button labels, and icons to perfectly match your site’s branding.
Boost Engagement: Provide 24/7 instant support and answers to your site visitors, improving user experience.
Support
If you encounter any issues or have questions, please visit our Support Page or contact us directly.
Important: This plugin connects to external Sideconvo services to provide AI functionality.
This plugin integrates with Sideconvo (https://www.sideconvo.ai), a third-party AI agent platform that provides conversational AI capabilities for your website.
When a visitor interacts with the Sideconvo button on your site, the plugin loads the Sideconvo JavaScript widget from Sideconvo’s servers. The widget script is dynamically loaded from:
https://[scbc-domain]/button/[your-site-key]/spotlight.js
The connection occurs only when:
* You have configured a valid Site Key in the plugin settings
* A visitor loads a page containing the Sideconvo button block
When the Sideconvo widget is loaded and used, the following data is transmitted to Sideconvo’s servers:
All AI processing and conversation data is handled by Sideconvo’s servers, not on your WordPress site. Sideconvo uses this data to:
For more information about how Sideconvo handles your data, please review:
As a site owner using this plugin, you are responsible for:
This external service is provided by:
Sideconvo AI
* Website: https://www.sideconvo.ai
* Service: AI conversational agent platform
This plugin’s JavaScript and CSS assets are compiled from source code using modern build tools. In compliance with WordPress.org guidelines, the complete human-readable source code is included with this plugin.
All uncompiled source code is included in the src/ directory of this plugin:
src/apps/settings/ – React-based admin settings interfacesrc/blocks/scbc-button/ – Gutenberg block editor componentssrc/components/ – Reusable React componentssrc/models/ – TypeScript type definitionssrc/services/ – API utility functionsThe compiled production files are located in assets/build/:
settings.js / settings.css – Admin interface bundleblocks.js / blocks.css – Gutenberg block editor bundleThe following configuration files are included:
package.json – NPM dependencies and build scriptstsconfig.json – TypeScript compiler configurationwebpack.config.js – Webpack bundler configurationIf you want to modify and rebuild the plugin from source code:
Prerequisites:
* Node.js 22.x or higher
* npm (comes with Node.js)
Build Steps:
Navigate to the plugin directory:
cd wp-content/plugins/sideconvo-button-customizer
Install dependencies:
npm install
For development (with watch mode):
npm start
For production build (minified):
npm run build
The compiled files will be generated in the assets/build/ directory.
All dependencies are listed in package.json with specific versions for reproducible builds.