最近切换到 XFBML 以使我们的页面更加高效。然而,我们注意到,当我们开始使用 fb:like 与旧的 iframe 时,新的 Facebook 点赞不再记录!
想要对此有所了解。 Facebook 调试器没有返回错误代码,因此我们对导致此问题的原因一无所知!
代码参考,一切都检查完毕:
<fb:like href="http://www.example.com/" send="false" layout="button_count" show_faces="false" width="90" font="arial" action="like"></fb:like>
CloudFlare:我确实注意到 CloudFlare 有时会偏转来自 Facebook 调试/linter 的流量,并想知道这是否可能相关?您可以尝试以下示例请求: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.vancitybuzz.com%2F2012%2F01%2Fwhat-lurks-below-british- columbia%2F
感谢您的帮助!
更新:此问题发生在多种“点赞”方法(HTML5 等)上
Recently switched to XFBML to make our page more efficient. However, we noticed that when we started using fb:like vs. the old iframe new Facebook Likes are no longer recording!
Wanted to get some insight on this. The Facebook debugger is not returning error codes so we're in the dark about what's causing this!
Code reference, everything checks out though:
<fb:like href="http://www.example.com/" send="false" layout="button_count" show_faces="false" width="90" font="arial" action="like"></fb:like>
CloudFlare: I did notice that CloudFlare was sometimes deflecting traffic from the Facebook debug/linter and wanted to know if that could be related? Here's an example request you can try: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.vancitybuzz.com%2F2012%2F01%2Fwhat-lurks-below-british-columbia%2F
Thanks for the help!
Update: this issue is occurring on multiple methods for "like" (HTML5, etc.)
发布评论
评论(2)
我们实际上已经确定了这个问题(与 Facebook 合作),并且我们相信已经找到了适当的解决方案。我们的内部测试和其他客户的报告表明 503 调试器问题不再返回。
如果您发现调试器存在其他问题,请联系 CloudFlare。
We have actually identified the issue (worked with Facebook) and we believe a proper fix went out for this. Our internal tests & reports from other customers indicate that the 503 debugger issue is no longer being returned.
If you see other problems with the debugger at all, please contact CloudFlare.
需要一个方法才能解决这个问题,但如果您有相同的症状(CloudFlare、Wordpress 网站、Facebook“点赞”按钮在 xfbml 和 html5 格式下均不起作用),那么我建议您这样做:
关键是给问题时间,因为 CloudFlare 和 Facebook 都有大量需要同步机制的服务器,并且可能需要赶上的日子。
It took a recipe to figure this one out, but if you have the same symptoms (CloudFlare, Wordpress site, Facebook "Like" button not working in both xfbml and html5 formats) then here is what I recommend:
The key was giving the problem time, since both CloudFlare and Facebook have vast servers that require syncing mechanisms, and may take days to catch up.