When I click my Like button, it does add the activity to my FB (per screenshot) but the count stays at zero (also per screenshot), why?
I’ve checked the Linter tool and everything looks to be fine.
The site is http://www.FindCuro.com

Here is my code (MVC)
<script src="http://connect.facebook.net/en_US/all.js#appId=@ConfigurationManager.AppSettings["FacebookAppId"]&xfbml=1" type="text/javascript"></script>
<div id="fb-root"></div>
<div class="fb-like" data-href="http://www.findcuro.com" data-send="false" data-width="450" data-show-faces="true" data-layout="button_count"></div>
Thanks
The problem is the like button.
You shouldn’t be using “FindCuro.com” (note the capital letters)
If you check https://graph.facebook.com/http://www.FindCuro.com/ you’ll see two shares
If you check https://graph.facebook.com/http://www.findcuro.com/ you won’t see any shares
Facebook is checking the second one.
try all lowercases.