当我点击我的 Like 按钮时,它确实将活动添加到我的 FB(每个屏幕截图)但计数保持为零(也是每个屏幕截图),为什么?
我检查了 Linter 工具,一切看起来都很好。
该网站是www.FindCuro.com
这是我的代码(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>
谢谢