简体   繁体   中英

Facebook like plugin suddenly showing 0 count

The facebook like plugin counter was working fine until today. Now the plugin shows 0 likes.

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=708684989223064&version=v2.0";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script src="https://apis.google.com/js/platform.js" async defer></script>

<div class="fb-like" data-href="https://www.facebook.com/edmhuntersofficial" data-layout="box_count" data-action="like" data-show-faces="true" data-share="false"></div>

I checked with Facebook's Object Debugger and there don't seem to be any issues.

https://developers.facebook.com/tools/debug/og/object/

My website's URL where it is live is here

It was an issue at Facebook's end. It's solved now.

如果您更改规范标记网址,则计数将返回零,请确保保持规范网址相同且区分大小写

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM