I’ve been trying to find a solution to creating a blog article like button that records an onClick event for users to like the article and also displays the total number of likes. I’m having difficulty establishing how to store the ‘like’ data when a new article (or asset) is created.
I notice there is an asset hit-count feature. Would there be a way of manipulating it to work with the like button click and displaying the total?
I did this quite a few years ago and it worked well. Just setup a Trigger with the asset accessed option and then do a POST using jQuery when the user taps the link button.