Usero adds a feedback widget to your WordPress site. Visitors can submit ideas, bug reports, and feature requests without leaving the page. Submissions appear in a dashboard at usero.io, where you can triage, reply, and update statuses.
[usero_widget] or <div class="usero-inline-widget"></div>The plugin requires a connected usero.io account because feedback, voting, and the roadmap page are served from usero.io. A self-hosted version is not currently available.
This plugin connects to one external service: the Usero API at usero.io. The widget runtime is bundled inside the plugin and is not loaded from a third-party CDN.
The plugin connects to the Usero API at usero.io for the connection handshake, to load your dashboard, and to receive submitted feedback.
It sends the following data:
POST https://usero.io/api/wp/connect): your site URL, the admin email entered in the connect form, and a per-install site verification token.GET https://usero.io/api/wp/handshake/status?token=...): the handshake token issued in the previous step. This is polled every two seconds until the admin clicks the magic link or the handshake expires.After connection, the widget script (bundled inside this plugin) submits feedback directly from the visitor’s browser to usero.io. The plugin itself does not send visitor data from the server.
This service is provided by Usero, Inc.: