Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
we have a facebook like button and we have also a facebook page when the person click on facebook like button then after facebook login page is apare then after we inter login id and password on it but on facebook page did not count that person those who like this page we use this code for create a facebook lank

XML
<div class="fb-like" data-send="true" data-width="450" data-show-faces="true">
                        </div>

what should we do for counting like on facebook likes on facebook page
the page link is https://www.facebook.com/eassy2connectclassify[^]

please help any one 0_0
Posted

1 solution

 
Share this answer
 
Comments
M@anish 9-Nov-12 5:36am    
there are number of code is there but which one are use for count number on my facebook page increase my like number please help me
i try this code but this one is not working
<html>
<head>
<title>My Great Web page</title>
</head>
<body>
<iframe src="https://www.facebook.com/plugins/like.php?href=YOUR_URL"
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>
</body>
</html>

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900