Hi All, I am reviewing clubs on my blog www.tokyonightowl.com. As such, I want to display my star rating review, and I also want to display what readers submitted. At the top of the page, I'd like to display both (no input option available): At the bottom, I'd like readers to be able to submit their reviews. Of course, I'd like to avoid bots submitting reviews. I'd also like people to be able to comment on the review without having to submit a rating. I am open to ideas on how to incorporate this. Ideas/pointers/are much appreciated. Thank you
Topping the 'bots should not be a problem assuming you require users to be logged on. If you do not have user accounts then the reviews are worthless and can be gamed without 'bots. You have top have control and a record of who voted and limit them to only on vote per member. It is very simple to to keep track of who voted using a DB table keyed on the item id and user id. Keeping 'bots out is something that should incorporated in the user registration.
Thank you CoBol. I have decided to use Disqus for comments, but I'd like to have the poll rating as separate. I think for submitting a rating, they have to VALIDATE the rating via their email at a later date (they have to enter their email). Does anyone know of any plug ins that can create a poll like the below:
Well 'bots are generally not going to give you a valid email, and they are not going to respond to a validation email. However if you require an email to vote, then that will reduce the number of participants, because many users will be reluctant to post an email address because they are concerned about spam. Plus gaming the results will be quite easy; I can create a thousand email accounts on my server so if you use that as a control you willl not have anything that comes close to being reliable. As for a plugin when I search on plugin for polls Google returns over 4 million hits, but the whole first page is for various plugins for Wordpress which is a CMS I prefer not to recommend because it creates more problems than it solves.