S
by swinton 1 (0 reviews)

Sentimeter

Allows sentiments (e.g. happy, neutral, outraged etc.) to be attached to comments, aggregated sentiment is available as a pie chart in the admin UI.

Sentimeter ranks #52,211 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 Dec 24, 2009. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 2.9 (Current: 7.1.2)
v1.0 Current Version v1.0
Updated 16 years ago Last Update on 24 Dec, 2009
Refreshed 12 hours ago Last Refreshed on
#1,723 of 2,606 in Contact Forms No update in over a year
View on WordPress.org
Rank
#52,211
No change
Active Installs
1+
-91.7%
KW Avg Position
N/A
No change
Downloads
1.5K
+2 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress -324290%
0+ 10+
3,244
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 32,439 more installs to reach 10+

Rank Changes

49,600 50,905 52,210 53,515 54,821 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
49,600 50,905 52,210 53,515 54,821 07-09-2026 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
Current #52,210
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 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
0 10 07-09-2026 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
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 Sentimeter

Currently, there is no admin UI to override the default sentiments or topics, this is planned for a future release. However, the default sentiments and topics are just options in the wp_option database table. The following PHP script, when placed in the root of your WordPress install, can be used to override the default sentiments and topics after the plugin has been installed: <?php // Load up WordPress include 'wp-load.php'; // Define sentiments/topics (edit as required, but maintaining the data structure) $sentiments = array( array( 'name' => 'Happy', // name is show to the end user 'value' => 'happy' // value is stored in the database ), array( 'name' => 'Neutral', 'value' => 'neutral' ), array( 'name' => 'Outraged', 'value' => 'outraged' ) ); $topics = array( array( 'name' => 'Help', 'value' => 'help' ), array( 'name' => 'Ideas', 'value' => 'ideas' ), array( 'name' => 'Improvements', 'value' => 'improvements' ), array( 'name' => 'Something else', 'value' => 'other', 'default' => 'true' // this will cause Something else to be pre-selected in a drop-down ) ); // Load sentiments/topics update_option('smtr_sentiments', $sentiments); update_option('smtr_topics', $topics); ?>
Excellent question. We've had success with Ryan Fait's custom form elements script.
We're using the gRapha?l charting JavaScript library. Yes, it is awesome, isn't it? :) I have another question! Get in touch with me.

More plugins by swinton

Sign In / Register

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