Description
Couac is a visual feedback and review tool for agencies and their clients. This plugin embeds the Couac feedback widget on your WordPress site so visitors, clients or your QA team can leave feedback in one click, with a screenshot and the exact element they pointed at.
This is the official Couac plugin, built and maintained by G3W (https://gianito.com), the company that operates the Couac service at https://couac.app.
The plugin only decides where and to whom the widget appears. The widget’s look and feel (position, color, mascot, language, behaviour) stays managed in your Couac project, so a single source of truth drives every site.
Features
- Paste your public project key (starts with
pk_) and you are live. - Audience targeting: everyone, logged-in users only, or specific roles.
- Page targeting: all pages, only selected content types / IDs, or everywhere except selected ones.
- Optional loading inside the wp-admin dashboard.
- White-label friendly: point the widget at your own Couac custom domain.
- No tracking added by the plugin, no database tables, lightweight.
You need a Couac account and a project to get a key. Create one at https://couac.app.
External services
This plugin loads the Couac feedback widget from Couac’s servers and embeds it on your pages.
- Service: Couac (https://couac.app), operated by G3W.
- What is sent: when a visitor opens the widget and submits feedback, the widget sends the feedback content, an optional screenshot, the page URL and basic technical metadata to Couac. The plugin itself sends only your public project key to identify your project.
- Terms of Service: https://couac.app/en/terms
- Privacy Policy: https://couac.app/en/privacy
By installing this plugin and adding your project key, you agree that the widget script is loaded from Couac on the pages you target.
Development
The plugin runs without any build step: the front-end injection is pure PHP and the admin script falls back to the unminified source when no compiled bundle is present.
The admin settings-page assets are built with webpack. The human-readable sources ship inside the plugin under assets/src/ (assets/src/js/admin.js, assets/src/scss/admin.scss); the compiled bundles live in assets/dist/. The build tooling (webpack.config.js, package.json) is included too.
To regenerate the compiled assets from source:
npm install && npm run build
Screenshots


Installation
- Upload the plugin to
/wp-content/plugins/couac-feedback-widget, or install it from the Plugins screen. - Activate it through the Plugins menu in WordPress.
- Go to Settings Couac Widget.
- Paste your project key (from your Couac project, Widget tab).
- Choose who sees the widget and on which pages, then save.
FAQ
-
Where do I find my project key?
-
In your Couac project, open the Widget tab. The key starts with
pk_. It is a public key, safe to ship in page source. -
Does the plugin store any personal data?
-
No. It stores only your plugin settings (the key and targeting rules). Feedback submitted through the widget is handled by Couac (see https://couac.app/en/privacy).
-
Can I restrict the widget to my team during a review?
-
Yes. Set the audience to “Logged-in users only” or to specific roles so visitors never see it.
-
Can I use my own domain?
-
Yes. If you run Couac white-label on a custom domain, set it in the Advanced section and the widget loads from there.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Couac – Visual Feedback & Client Reviews” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Couac – Visual Feedback & Client Reviews” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.1
- Align the settings page title and heading with the menu label (“Couac Widget”).
0.1.0
- Initial release: key configuration, audience and page targeting, admin-area toggle, white-label custom domain.
