This plugin allows users to express sentiments (a la getsatisfaction.com, e.g. happy, neutral, outraged etc.) through the WordPress commenting system. Users can also associate their comment with a pre-defined 『topic』. Overall sentiment, and comment topics, can be viewed as pie charts in the admin system, within a user-defined date range. Additionally, comments (along with their sentiment, and topic, if specified) can be exported as a CSV for further offline analysis.
Note that, in order to fully incorporate this plugin, you will need to modify your theme. This is so that theme developers have full control over the markup that is generated. The following Loop-inspired template tags are provided in order to render the defined sentiments and topics:
smtr_has_sentiments– determines whether their are any sentiments to displaysmtr_the_sentiment– initializes the current sentiment for displaysmtr_the_sentiment_name– echoes the current sentiment name (「Happy」, 「Neutral」, 「Outraged」 etc.), first escaping any HTMLsmtr_the_sentiment_value– echoes the current sentiment value (「happy」, 「neutral」, 「outraged」 etc.), first escaping any HTMLsmtr_has_topics– determines whether their are any topics to displaysmtr_the_topic– initializes the current topic for displaysmtr_the_topic_name– echoes the current topic name (「Help」, 「Ideas」, 「Suggestions」 etc.), first escaping any HTMLsmtr_the_topic_value– echoes the current topic value (「help」, 「ideas」, 「suggestions」 etc.), first escaping any HTMLsmtr_is_topic_selected– returns TRUE if the current topic should be selected (intended for use when rendering a select formm element with multiple topic options)
One suggested arrangement of these template tags is:






