Hello, I want to do images competition - the winner is the one that his photo got the biggest number of facebook LIKE clicks. Is it possible to count the number of click on each LIKE button and input the data in DB? Thanks
You can also do this via javascript (like jquery) and and a backend php script (ajax). Add a listener to the like link and call the backend script to increase the counter. Hope you get the general idea.