Title: LocalFeedback
Author: Matt Enser
Published: <strong>септември 7, 2026</strong>
Last modified: септември 7, 2026

---

Search plugins

![](https://ps.w.org/localfeedback/assets/banner-772x250.png?rev=3685596)

![](https://ps.w.org/localfeedback/assets/icon-256x256.png?rev=3685596)

# LocalFeedback

 By [Matt Enser](https://profiles.wordpress.org/mattenser14/)

[Download](https://downloads.wordpress.org/plugin/localfeedback.1.5.2.zip)

 * [Details](https://mk.wordpress.org/plugins/localfeedback/#description)
 * [Reviews](https://mk.wordpress.org/plugins/localfeedback/#reviews)
 *  [Installation](https://mk.wordpress.org/plugins/localfeedback/#installation)
 * [Development](https://mk.wordpress.org/plugins/localfeedback/#developers)

 [Support](https://wordpress.org/support/plugin/localfeedback/)

## Description

LocalFeedback is a self-hosted feedback and annotation tool for the build and review
phase of a WordPress project. Your team and your clients leave comments directly
on the page — a pin on a spot, a highlight on a piece of text, or a box around an
area — and every one of them is stored in this site’s own database table.

There is no connected hub site, no cross-site sync and no external service. That
is the whole point: comments cannot fail to save because a remote dashboard was 
unreachable.

**Core features**

 * Pin, text highlight, box and general comment types
 * Threaded replies on any comment
 * Best-effort automatic screenshot of the annotated area
 * Device type and exact viewport width recorded with every comment
 * Status workflow (open / in progress / resolved), priority, tags and category
 * Tags picked from a dropdown you control, with an optional “Other…” for one-offs
 * Teams, including internal-only visibility, an optional join password, and one-
   click review links for clients
 * A screenshot library with the same filters as the feedback list, plus a one-click
   purge when a project wraps
 * Guest commenting by default, or restrict to logged-in WordPress users
 * A short welcome popup that shows first-time reviewers how to use the tools
 * Optional follow-up emails so commenters hear about replies and status changes,
   with one-click unsubscribe
 * A shareable link for every comment that opens the page and highlights the annotation
 * Filterable, sortable admin table with customisable columns and CSV export
 * Instant email notifications and an optional daily digest
 * Documentation built into the plugin

**Built for reliable saving**

 * The comment box never clears until the server confirms the save
 * Failed saves retry automatically with a growing delay
 * Unsent text is kept in the browser, so a reload does not lose it
 * Every save carries a unique key, so a retry can never create a duplicate
 * If the REST API is blocked, the same request is retried through admin-ajax.php

### License

This program is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE. See the GNU General Public License for more details.

## Screenshots

[[

[[

[[

[[

[[

[[

[[

[[

[[

[[

[[

[[

[[

## Installation

Requires WordPress 6.2 or newer.

 1. Upload the `localfeedback` folder to `/wp-content/plugins/`, or install the ZIP
    through Plugins  Add New.
 2. Activate the plugin.
 3. Visit LocalFeedback  Settings to choose who can leave feedback.
 4. Open any page on the front end and use the Feedback button in the bottom right 
    corner.

## FAQ

### Does any data leave my site?

No. Feedback, screenshots and settings are stored in this WordPress installation.
The only outbound message the plugin can send is an email you configure, or the 
optional “Send an idea” form, which is only sent when you fill it in and submit 
it.

### Can people leave feedback without a WordPress account?

Yes, that is the default. You can require a WordPress login instead in Settings.

### Where are screenshots stored?

In wp-content/uploads/localfeedback, with random filenames, deliberately outside
your media library so review captures never mix in with your real content. Capture
happens entirely in the visitor’s browser and is best effort — cross-origin images,
embedded media and strict content security policies can prevent it. The comment 
is always saved either way. LocalFeedback  Screenshots shows everything stored and
can delete it all in one go.

### Can I share a screenshot outside WordPress?

Yes. Every screenshot has a direct URL with a long random filename, so you can paste
one into a task in Asana, Teamwork, Slack or anywhere else and it will load for 
whoever opens it. The flip side is that the link is the only thing protecting the
image: it is never shown to anyone who cannot already read the comment, and the 
filename cannot realistically be guessed, but a link you paste somewhere public 
is viewable by anyone who has it.

### Does it work with caching plugins?

Yes. The front end fetches its session and security token at runtime rather than
reading them from the cached HTML.

### What happens when I delete the plugin?

Nothing is removed unless you tick “Delete all feedback…” in Settings first. Otherwise
your data stays in place.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“LocalFeedback” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ Matt Enser ](https://profiles.wordpress.org/mattenser14/)

[Translate “LocalFeedback” into your language.](https://translate.wordpress.org/projects/wp-plugins/localfeedback)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/localfeedback/), check
out the [SVN repository](https://plugins.svn.wordpress.org/localfeedback/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/localfeedback/) 
by [RSS](https://plugins.trac.wordpress.org/log/localfeedback/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.5.2

 * Fixed: following a link to a comment further down a page did not scroll to it.
   Smooth scrolling is silently ignored by some themes and whenever the reader has
   asked for reduced motion, so the plugin now confirms the page actually moved 
   and jumps directly if it did not.

#### 1.5.1

 * Fixed: following a link to a comment highlighted the card in the panel but not
   the pin or outlined area on the page. The emphasis was applied after drawing,
   so the redraw that runs once late-loading images settle removed it again.

#### 1.5.0

 * Added: every comment now has its own link. Opening it loads the page, scrolls
   to the annotation and flashes the pin or outlined area, in the same spirit as
   a comment link in Google Docs.
 * Added: “Copy link” under each comment on the front end, a “View on page” row 
   action in the feedback list, a copyable link on the detail screen, and a link
   column in the CSV export.

#### 1.4.0

 * Security: a team with no password could be joined on request, which meant an 
   internal team left without one could be unlocked by any visitor. Joining now 
   requires a password; internal teams without one are reached only through a WordPress
   account or a review link.
 * Security: every REST route that changes something now verifies the request nonce
   itself, rather than relying on WordPress to do it for signed-in users only.
 * Changed: the session endpoint returns only a token and the visitor’s own permissions
   to anyone who cannot read or leave feedback. Configuration and team names are
   no longer sent to visitors who cannot use them.
 * Changed: internal teams without a password are no longer listed on the front 
   end.
 * Changed: admin notices are confined to this plugin’s own screens, and the review
   request appears only on the main feedback list.

#### 1.3.2

 * Changed: trimmed the readme changelog to the two most recent releases and moved
   the older history into changelog.txt, following the directory’s guidance.

#### 1.3.1

 * Fixed: the Screenshots screen showed nothing at all. Renaming variables for the
   1.3.0 code review missed the matching names in the controller, so the template
   was reading values that no longer existed.
 * Changed: the server capability check now tells you whether a format was blocked
   in transit, is genuinely unsupported, or simply switched off and available to
   enable.

#### 1.3.0

 * Changed: every database query now binds its table name with a placeholder instead
   of building the SQL by hand. This is what raises the minimum WordPress version
   to 6.2, where identifier placeholders were introduced.
 * Fixed: a team membership query was assembled by concatenation rather than prepared.
 * Fixed: a translator comment sat two lines above its string instead of directly
   above it.
 * Fixed: three admin form values were sanitised one step later than they should
   have been.
 * Changed: renamed variables in the admin templates so they carry the full plugin
   prefix.

Earlier entries are in changelog.txt, which ships with the plugin.

## Meta

 *  Version **1.5.2**
 *  Last updated **11 часа ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/localfeedback/)
 * Tags
 * [annotation](https://mk.wordpress.org/plugins/tags/annotation/)[client feedback](https://mk.wordpress.org/plugins/tags/client-feedback/)
   [comments](https://mk.wordpress.org/plugins/tags/comments/)[feedback](https://mk.wordpress.org/plugins/tags/feedback/)
   [staging](https://mk.wordpress.org/plugins/tags/staging/)
 *  [Advanced View](https://mk.wordpress.org/plugins/localfeedback/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/localfeedback/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/localfeedback/reviews/)

## Contributors

 *   [ Matt Enser ](https://profiles.wordpress.org/mattenser14/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/localfeedback/)