【发布时间】:2015-04-23 14:21:35
【问题描述】:
最近我注意到,1 月份有近 20k 分享和 35k cmets 的博客文章现在有 0 个分享和 0 cmets。帖子 URI 一直保持不变。这可能是什么原因,更重要的是,如何取回股票/cmets?
这是分享 Facebook 帖子的链接
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.grammarly.com%2Fblog%2F2015%2Fwhat-is-the-oxford-comma-and-why-do-people-care-so-much-about-it%2F" target="_blank" class="fb-share">
以下是领取股数的请求
type: 'GET',
url: 'https://graph.facebook.com/fql',
data: {
q: 'select share_count from link_stat where url="https://www.grammarly.com/blog/2015/what-is-the-oxford-comma-and-why-do-people-care-so-much-about-it/"'
}
对于 cmets,我使用这个插件 https://wordpress.org/plugins/facebook-comments-plugin/
此外,如果我现在分享帖子,则计数不会增加。新 cmets 计数并按预期显示。
谢谢
【问题讨论】:
-
API 表示提供的链接是在(这意味着第一次发送到 API)“2015-04-21T13:40:23+0000”创建的。你确定你没有改变网址?当您使用 wordpress 时,您可能最近错误地更改了 URL 格式。我不是说这就是发生的事情,但正如你所说,它发生在超过 1 页,这可能是一种解释。如果没有,您能否在 4 月 21 日之前在 Facebook 上找到显示此页面分享的帖子?
-
哈维尔,感谢您抽出时间帮我做这件事。这是 1 月 5 日发布的原始 Facebook 帖子并获得 18k 分享 facebook.com/grammarly/posts/957523160933341
标签: wordpress facebook facebook-graph-api facebook-sharer