S
by Steve Winton | NixonMcInnes
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.
Tested up to WP 2.9 (Current: 6.9)
v1.0
Current Version v1.0
Updated 16 years ago
Last Update on 24 Dec, 2009
Synced 11 hours ago
Last Synced on
Rank
#48,468
—
No change
Active Installs
1+
-97.8%
KW Avg Position
N/A
—
No change
Downloads
1.5K
+1 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(0 reviews)
Next Milestone 10
0+
10+
3,083
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
Need 30,829 more installs to reach 10+
Rank Changes
Current
#48,467
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
1.0
0 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0
- Last Updated
- Dec 24, 2009
- Requires WP
- N/A+
- Tested Up To
- 2.9
- PHP Version
- N/A
- Author
- Steve Winton | NixonMcInnes
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Similar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,736
Master Addons For Elementor - White Label, Free Widgets, Hover Effects, Conditions, & Animations
40K+ installs
#929
MW
MW WP Form
200K+ installs
#262
Newsletters, Email Marketing, SMS and Popups by Omnisend
200K+ installs
#279
Crowdsignal Forms
100K+ installs
#306
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.