Could anyone point me in the direction of creating a Like Button for my pages. I'm using WordPress and I just want a Like Button that can be "liked" per IP address and shows the "like count".
Ahh, sorry I didn't make it clear. I don't want a Facebook Like Button, I want a like button exclusively for my pages that shows a counter of all the clicked "likes".
i dunne much about wordpress but if you use php to make a like button, then after the like the page has to be reloaded.
you can make a submit button and put the same page as action page. at the top code it to get the current ip and store it in a DB table. have an out put of number of IPs stored in table next to the button. hope this helps
Any help is appreciated. Thanks in advance.
you can make a submit button and put the same page as action page. at the top code it to get the current ip and store it in a DB table. have an out put of number of IPs stored in table next to the button. hope this helps