WordPress Vote Plugin – Vote Once and Track User

I’ve been looking through voting plugins and cannot seem to find one that works for me. I’m hoping you can help me out before I have to build my own as I’m tight on time.

I have a page that will be full of (custom) posts, and I want users to be able to vote for their favorite. They should only be able to vote once, and I would like to track the username of the person who voted.

Read More

WP-Polls is a great poll plugin that has the same features that I need (track voter and limit to one vote based on username), but I want to have a small ‘vote’ button below each listed post. Vote It Up can add a voting button at the bottom of each post, but does not track users or limit them to one vote.

Anyone have any ideas where I could find something like that? Thanks in advance.

Related posts

Leave a Reply

3 comments

  1. http://wordpress.org/extend/plugins/wp-postratings/
    I’ve used this plugin for years. Can be configured to use +/- type ratings or 5 start type ratings. Can easily use your own graphics as well. Can track votes by cookie, IP, cookie+IP, or username (for limiting number of votes by any of those)

    Can include the rating on every post by including

    <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
    

    or on individual posts using the [ratings] shortcode

    All votes get displayed on the backend with username, post rated, rating, and date/time and IP/host