

Settings → Kovetto Konnect — paste the Site Token to pair the site with your Kovetto project.
Kovetto Konnect is the WordPress companion to Kovetto. It bridges the gap between “I want feedback on a screenshot” and “I want feedback on the actual production site, including logged-in pages and dynamic content.”
How it works:
https://your-site.com/?kovetto=<token>.The widget language follows the WordPress site language. German and English are included; German is the default.
Using this plugin requires a free Kovetto account (no credit card required).
This plugin bundles html2canvas version 1.4.1 (MIT license, GPL-compatible) to capture the optional page screenshots. The full unminified source code is available at github.com/niklasvh/html2canvas. The library is served from the plugin folder only and is loaded lazily, only when a reviewer submits feedback.
This plugin is a companion to the Kovetto feedback service (kovetto.com) and cannot function without it. It connects to the Kovetto API under https://kovetto.com in the following situations:
https://kovetto.com/api/wp/pair to confirm the connection. This is the explicit opt-in for using the service.?kovetto=<token>) on the site, the plugin validates the reviewer token against https://kovetto.com/api/wp/session and fetches that reviewer’s previously submitted feedback from https://kovetto.com/api/wp/feedback-list.https://kovetto.com/api/wp/feedback.kovetto.com. It is only shown to invited reviewers, never to normal visitors.No data is sent to Kovetto before a Site Token has been saved, and nothing is loaded or transmitted on normal page views. All API calls are made server-to-server from WordPress; the Site Token never reaches the browser.