Do you want to know how people feel about your posts? This plugin adds a
Smood it widget at the end of every blog post.
This section describes how to install the plugin and get it working.
- Upload
smoodit.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
Smood it widget plugin by default adds a little widget at the bottom of every post and page, you can add more widgets using the
smoodit_widget($permalink)
helper.
Example:
<?php smoodit_widget("http://myblog.com/brand-new-post") ?>