Is there a way to add a "like/dislike" counter to comments records displaying from contour?
We are using a comments form in contour and displaying approved comments back to our website. We would like to incorporate a like/dislike button and counter for each of the comments.
Has anyone else done this? Would appreciate any information on how to acheive this. (do not want to link to a facebook page)
Is there a way to add a "like/dislike" counter to comments records displaying from contour?
We are using a comments form in contour and displaying approved comments back to our website. We would like to incorporate a like/dislike button and counter for each of the comments.
Has anyone else done this? Would appreciate any information on how to acheive this. (do not want to link to a facebook page)
Comment author was deleted
Well you can customize the form views http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Custom-Markup/
and you can then add the like/dislike buttons
then it's just a bit of custom code to make that work, using an api controller and a custom table...
is working on a reply...