Facebook 分享和 Facebook 链接未显示正确的计数
页面上的 Facebook 点赞和 Facebook 计数显示随机计数。同样在 Facebook 分享中,分享时会显示不正确的网址。但分享后有时效果很好。是因为在开发盒中创建并使用了 app_id,而我们在生产中也使用了相同的 app_id 吗?
facebook like and facebook count on the page is showing random counts. Also in facebook share, incorrect url is shown while sharing. But after sharing sometimes it works fine. Is it because of the app_id created and used in dev box and we used the same app_id in production as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我的博客上,我发现通过 Facebook Linter / 调试器在 https: //developers.facebook.com/tools/debug 以确保 Facebook 删除正确的开放图元数据。看看这是否为您提供了正确的 URL 和其他信息。
我遇到了同样的问题,“点赞”按钮显示错误的计数。
On my blog, I found that it helps to run the URL for a post through the Facebook Linter / Debugger at https://developers.facebook.com/tools/debug to ensure that Facebook will strip out the correct open graph meta data. See if that gives you the correct URL and other information.
I'm having the same problem with Like buttons displaying the wrong count.