SetChat
SetChat
Description
SetChat is a modern, multi-tenant live chat solution that integrates seamlessly with your WordPress site.
Features
- One-click setup — Paste your API key and the widget appears
- Multilingual admin — French, English, and German admin interface (more to come)
- WordPress user sync — Automatically identify logged-in users by name and email
- WooCommerce integration — Sync customer data and cart info to help agents faster
- Page visibility control — Hide the widget on specific pages with wildcard support
- Position control — Place the widget bottom-right or bottom-left
- Language override — Force a widget language or auto-detect from the visitor’s browser
- Enable/disable toggle — Temporarily deactivate without losing configuration
Prerequisites
An active SetChat account with an API key.
Third-Party Services
This plugin connects to the SetChat external service to provide live chat functionality. The following external requests are made:
- Widget script — The plugin loads a JavaScript file from
https://widget.setchat.co/setchat.iife.js. This script renders the chat widget on your website. - Chat API — The widget communicates with
https://api.setchat.covia WebSocket and HTTPS to send and receive chat messages in real time.
These connections are essential for the plugin to function. No data is sent unless the plugin is enabled and an API key is configured.
When “Sync logged-in users” is enabled, the logged-in user’s display name and email address are passed to the widget via HTML data attributes. This data is transmitted to the SetChat API when a chat conversation is started.
When “WooCommerce sync” is enabled, WooCommerce customer information (name, email, phone, company) and cart summary (item count, total, currency) are also transmitted.
- SetChat website: https://setchat.co
- Terms of Service: https://setchat.co/terms
- Privacy Policy: https://setchat.co/privacy
Privacy Policy
SetChat processes personal data (visitor messages, optionally name and email) on behalf of the site operator. Data is stored on servers in Frankfurt, Germany (EU) and is subject to the General Data Protection Regulation (GDPR).
Site operators are data controllers and should update their privacy policy to disclose the use of SetChat for live chat. SetChat acts as a data processor.
For more details, see SetChat Privacy Policy.
1.2.9
Improved: Added notification smoke-test button, notification health badge, and onboarding KPI event tracking in Settings > SetChat.
1.2.8
Improved: Checklist in Settings > SetChat now aligns with dashboard onboarding “done” signals (site + live test + notifications) to maximize trial conversion.
1.2.7
Improved: Gutenberg block icon + removed duplicate CSS class field.
1.2.6
Improved: Activation checklist in Settings > SetChat (KB/flows/pre-chat readiness) + auto-diagnose.
1.2.5
Improved: Gutenberg block editor UI (InspectorControls) for button text and CSS class.
1.2.4
Improved: Widget colors customization + Gutenberg block [setchat/chat] for one-click widget opening.
1.2.3
Maintenance release: compatibility, compliance and UX improvements. Recommended for all users.
1.2.0
Security hardening: sanitized all inputs, whitelist validation, proper script enqueuing. Recommended for all users.
Installation
- Upload the
setchatfolder to/wp-content/plugins/ - Activate the plugin through the Plugins menu
- Go to Settings > SetChat
- Enter your API key (found in app.setchat.co > Settings > Integration)
- Configure options (language, position, user sync, page exclusions)
- The chat widget appears on your site
Faq
Log in to app.setchat.co, go to Settings > Integration, and copy your API key.
Yes. Under Settings > SetChat > Page visibility, add one URL path per line. Wildcards are supported: /shop/* hides the widget on all shop subpages.
Yes. When WooCommerce is detected, an extra option appears to sync customer data (phone, company) and cart information to the chat. Agents see this data in the dashboard.
Yes. The plugin ships with French (fr_FR) and German (de_DE) translations. English is the default. WordPress uses the site language setting to pick the right translation.
Only the data required for chat functionality: visitor messages, and optionally the logged-in user’s name/email and WooCommerce cart data (if the corresponding options are enabled). See the “Third-Party Services” section for full details.
All plugin settings are removed from the database. Chat history remains on the SetChat platform and can be accessed from app.setchat.co.
Reviews
Changelog
1.2.9
- Added: “Test notification” action in plugin settings (email/teams smoke test through API key).
- Added: Notification health status badge with last test timestamp and channels used.
- Added: Onboarding KPI instrumentation events (
WIDGET_EVENT) for conversion funnel tracking.
1.2.8
- Improved: Activation checklist updated to match dashboard “done” signals (site + live test + notifications).
1.2.6
- Improved: Activation checklist in
Settings > SetChat
1.2.5
- Improved: Gutenberg editor UI for block
[setchat/chat](text/class)
1.2.4
- Improved: Added Gutenberg block
[setchat/chat]to open the widget - Improved: Added optional widget color overrides (primary/secondary/accent)
1.2.3
- Improved: Compliance fixes for WordPress.org checks (headers and direct file access guards)
- Improved: Updated packaging and release readiness workflow for WordPress.org deployment
- Improved: Minor UX and localization consistency updates
1.2.0
- Security: Sanitized all superglobals with wp_unslash + sanitize_text_field
- Security: Added whitelist validation for locale and position settings
- Security: Added sanitize_callback for all boolean settings
- Improved: Widget script loaded via wp_enqueue_script instead of raw printf
- Improved: WooCommerce metadata injected via wp_add_inline_script
- Added: Third-Party Services disclosure in readme
- Added: Privacy Policy section in readme
- Added: GPL-2.0 LICENSE file
1.1.0
- Added: WordPress user sync (name, email passed to widget automatically)
- Added: WooCommerce integration (customer data, cart info)
- Added: Page visibility control (exclude URLs with wildcard support)
- Added: Multilingual admin (FR, DE translations via .po/.mo)
- Added: Uninstall hook (clean removal of all options)
- Changed: Source strings switched to English per WordPress i18n standards
1.0.0
- Initial release with API key, locale, position, and enable/disable settings