My website has a like button that is similar to facebook like button. When user click it, the count increases. On clicking again, count decreases. Same as we click like and unlike in facebook. So only logged in users can hit like button
But the problem is no one is hitting the like button. I think it is due registering. My website is new. So visitors may not be interested in clicking like button after registering (even though i have included facebook login)
My question is can i use ip address for like button working. So visitors can click like button even without registering. I will write a php script that will capture ip address. So when clicked ip address is stored instead of username. Again clicking it will make it unlike.
I hope the idea is clear. Can i use this technique?? Because i heard ip address changes often.
this is my website www.huzup.com Its and online directory and search engine where users can submit their website, find similar sites, rate each site by clicking a like button as described above