

Pin comments directly on your live site
Noted Visual Feedback adds a lightweight feedback overlay to your WordPress site. Pin comments anywhere on any page, start threaded discussions, and share a review link with clients or teammates. No screenshots, no separate tools, no external accounts.
All feedback data is stored in your own WordPress database in custom tables. The plugin makes no external HTTP calls of any kind.
?noted to the URL.A separate premium plugin, Noted Pro, extends this free plugin with:
Learn more at wpnoted.com/pricing. Noted Pro installs alongside this plugin; you do not need to replace or reconfigure anything.
This plugin does not connect to any external services. All feedback data is stored locally in your WordPress database.
The frontend review overlay is a TypeScript module compiled to assets/js/noted-overlay.min.js. The human-readable source and build instructions are available in two places:
overlay-src/ directory inside the plugin zip.Build with Node 18+:
cd overlay-src && npm install && npm run build
This produces the bundle that the plugin enqueues. See overlay-src/README.md for details on layout and tooling (Vite + TypeScript). The admin-side JavaScript at assets/js/noted-admin.js is not compiled and can be read directly.