Web UI for showing like/dislike community comments side-by-side

Posted by Justin Grant on Stack Overflow See other posts from Stack Overflow or by Justin Grant
Published on 2010-05-07T06:26:06Z Indexed on 2010/05/07 6:28 UTC
Read the original article Hit count: 254

We want to add a comments/reviews feature to our website's plugin gallery, so users can not only vote up or down a particular plugin, but also leave an optional short comment about what they liked or didn't like about it.

I'm looking for inspiration, ideally a good implementation elsewhere on the web which isn't annoying to end users, isn't impossibly complex to develop, and which enables users to see both good and bad comments side-by-side, like this:

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...                               

Anyone know a site which does something like this?

© Stack Overflow or respective owner

Related posts about voting-system

Related posts about Community