Voting UI to show similar / dislike comments side by side

We want to add a comment / feedback feature to our website plugin gallery so that users can vote up / down on a particular plugin and leave an optional short comment about what they liked or disliked.

I'm looking for inspiration, ideally a good implementation elsewhere on the web that doesn't annoy end users, can't be difficult to develop, and that allows users to see both good and bad comments, to the side, for example:

Like: 57 votes                           Dislike: 8 votes
---------------------------------        --------------------------------
"great plugin, saved me hours..."        "hard to install"

"works well on MacOS and Ubuntu"         "Broken on Windows Vista with 
                                             UAC enabled"
"integrates well with version 3.2"      
                                         More...
More...                               

      

Does anyone know of a site that does something like this particularly well? I don't need any source code (since the implementation will be simple), just looking for inspiration and better interface examples.

I agree with the answer that links to a site which, in my biased opinion, is the best combination of usefulness (for end users reading comments) and addictive (for heavy users leaving comments).

+2


a source to share


3 answers


Amazon does something similar - when you post customer reviews, they list the most helpful positive and negative reviews at the top, before listing the rest. For instance:

http://www.amazon.com/Glo-Bible-Digital-World-Immersion/product-reviews/0981990207/ref=cm_cr_dp_all_summary?ie = UTF-8 & showViewpoints = 1 & SortBy = bySubmissionDateDescending



To do this, the community needs the ability to mark a review as helpful or unhelpful, which may be more than you want to implement. I love your idea, though - rather than sorting through a large list of reviews, I like to see a quick snapshot of what people like or dislike about something, even if either opinion is relatively rare.

+1


a source


You can check this book for algorithms:



0


a source


Just found my post while looking for ideas for my app and I think that's what YouTube is so fond of. You have buttons and don't like it, and your current selection is displayed on the click of a button. so with just two icons you can see what your current selection is and make it really obvious how to change it.

0


a source







All Articles