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.

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.

3 Answers
3

Here is exactly what you need,

http://bavotasan.com/tutorials/simple-voting-for-wordpress-with-php-and-jquery/

As you can see you can track the user(s) and vote(s),
also you can add some extra columns in your users admin area to track the votes.

Leave a Comment