Vote-the-Post Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Vote-the-Post allows users to rate each post from one to five stars. Vote-the-Post will show the default rating (3 stars = average) unless one user has already voted, in which case the plugin will display their vote. The overall vote calculation includes the default value. The plugin is blogger-friendly. It creates values that are attached to the five star rating system which are fair and friendly.The five star system represents votes of “Below Average, “Needs Work”, “Average”, “Very Good” and “Excellent”. By default, the plugin does not display the number of votes, making the plugin useful for both high traffic and low traffic sites/blogs.
Hooks
Vote-the-Post provides the “ratepost_vote” hook which is fired each time a user votes.
do_action(‘ratepost_vote’, $post_id, $user_id, $users_vote, $sum_votes, $total_votes);
$post_id – Post ID
$user_id – Voter’s user ID (0 for anonymous)
$users_vote – The user’s 0 to 5 vote (0 indicates the user removed their vote)
$sum_votes – sum of all votes
$total_votes – total number of votes
Funding
This plugin was funded by 1800blogger.com
Screenshots
No screenshots provided