As discussed in http://drupal.org/node/564180, this module can easily be used for a "did you like this item" type of system. The only thing standing in the way is the weight of the widget being hard coded to make it appear before node content. Being able to change the weight would be a great feature.
Comments
Comment #1
marvil07 commentedYou have two options to do that:
hook_nodeapi()from a module that modifies the weight of the widget.