Facebook 调试器(和社交插件)给出网站无法访问错误

发布于 2024-12-11 22:12:50 字数 852 浏览 0 评论 0 原文

我们最近开始在 Facebook 上遇到问题,因为评论插件停止正常工作,在新创建的页面上显示错误“url 无法访问”。

我们检查了 url 调试器,除了主页之外,它出现在我们网站上的每个页面上,并返回“网站无法访问”错误。我们已经检查了标签、字符编码等,但没有运气,所以任何帮助将不胜感激。

作为示例 - 这是通过调试器的主页:

http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.netweather.tv%2F

这里是另一个页面(它是实时且可访问的,但给出了错误):

http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.netweather.tv%2Findex.cgi%3Faction%3Dnews%3Bstoryid%3D842% 3Bsess%3D

让事情变得更奇怪的是,我们发现任何带有查询字符串的地址也会返回为不可访问。 (抱歉,不能输入超过 2 个网址)

谢谢

Paul

we've recently started having problems with facebook in that the comments plugin stopped working properly, showing the error 'url inaccessible' on newly created pages.

We checked the url debugger and it appears every page on our website except the homepage brings back the 'website inaccessible' error. We've checked tags, character encoding etc but have had no luck, so any help will be much appreciated.

As an example - here is the homepage via the debugger:

http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.netweather.tv%2F

Here is another page (which is live and accessible, but is giving the error):

http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.netweather.tv%2Findex.cgi%3Faction%3Dnews%3Bstoryid%3D842%3Bsess%3D

And just to make things a bit weirder, we've spotted that any address with a query string also comes back as inaccessible. (sorry can't put more than 2 urls in)

Thanks

Paul

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少年亿悲伤 2024-12-18 22:12:50

您不应在网址中使用分号!这是合法的,但可能不是您的情况的最佳实践,而且它很可能也是您的网址无法访问错误的原因!

而是使用 & 来分隔值!

You shouldn't use the semicolon in your url! That's legal, but propably not the best practice in your case and it is most likely the reason for your url inaccessible error too!

Instead use & to seperate values!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文