Tuft Feedback
by George Stephanis 1 (0 reviews)

Tuft Feedback

Collect visual design feedback directly on the page — visitors click any element, annotate a screenshot, and add a note without leaving the browser.

Tuft Feedback ranks #68,098 among WordPress.org plugins with 1+ active installations, is #1,723 of 2,606 in the Contact Forms category, a 1/5 rating from 0 reviews, and was last updated Jun 10, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.2)
v1.2.1 Current Version v1.2.1
Updated 3 months ago Last Update on 10 Jun, 2026
Refreshed 15 hours ago Last Refreshed on
#1,723 of 2,606 in Contact Forms
View on WordPress.org
Rank
#68,098
No change
Active Installs
1+
No change
KW Avg Position
54
No change
Downloads
258
+5 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 10%
0+ 10+
55,161
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 9 more installs to reach 10+

Rank Changes

52,450 56,872 61,295 65,717 70,139 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
48,149 53,787 59,425 65,062 70,700 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #68,098
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Tuft Feedback

This is configurable under Settings → Tuft Feedback → Widget visibility. The options are: Everyone — all visitors, including logged-out guests (useful for anonymous client review) Logged-in users only — any authenticated WordPress user (the default) Editors and above — users with the edit_others_posts capability Administrators only — users with the manage_options capability Logged-in users always have a streamlined experience: the name and email fields are hidden in the modal and their WordPress account details are submitted automatically.
In the WordPress database as a custom post type (tuft_feedback). You can review them under Tuft Feedback in the admin menu, or under Project Board → Tuft Feedback if Alpaca Issue Tracker is active.
html2canvas is bundled with the plugin and served directly from assets/js/vendor/ — there is no CDN dependency. Screenshots should work in any environment. In sandboxed environments like WordPress Playground where enqueued stylesheets suffer from cross-origin/CORS restrictions, a built-in Playground helper dynamically inlines stylesheets as <style> blocks. This allows html2canvas to access style rules without triggering browser security blocks, ensuring screenshots render fully styled. The only case where a screenshot may be absent is very old browsers that do not support the Canvas API, which is vanishingly rare in practice.
Yes, without writing any code. Under Settings → Tuft Feedback → Notifications: Notify email(s) — enter a comma-separated list of email addresses. A plain-text notification is sent to each address on every submission. Webhook URL(s) — enter one URL per line. A JSON payload is POSTed to each URL on every submission. The payload is compatible with Slack incoming webhooks (it includes a text field), Discord, Teams, Zapier, Make, and any custom HTTP endpoint. For fully custom integrations, hook into the tuft_feedback_submitted action: add_action( 'tuft_feedback_submitted', function ( int $post_id ) { $feedback = get_post_meta( $post_id, '_tuft_feedback_text', true ); $page_url = get_post_meta( $post_id, '_tuft_page_url', true ); // create a GitHub issue, update a tracker, etc. } );
The widget visibility setting controls both the frontend button and the REST submission endpoint — they are kept in sync automatically. Setting visibility to Logged-in users only, Editors and above, or Administrators only will block unauthenticated API submissions with a 401/403 before any data is written. No additional configuration is required.
Yes. The plugin injects its UI via wp_enqueue_scripts and appends its elements directly to document.body, so it works alongside any theme or page builder. The element selector logic ignores elements with tuft- prefixed IDs to prevent accidentally annotating the plugin's own UI.

Sign In / Register

You need to sign in or register to use this feature.