wp-reactions is a plugin that allows blog authors to gather a reader's gut reaction after reading a post.
This is probably occuring because the javascript that handles the click event hasn't been included. wp-reactions relies on the wp_head hook in order to include the javascript file. To remedy this, make sure that the code <?php wp_head(); ?> is included in before the </head> tag in your theme's header.php file.
Requires: 2.7 or higher
Compatible up to: 2.7.1
Last Updated: 2009-3-8
Downloads: 981
Got something to say? Need help?