Facebook Sharer.php 无法正常工作

发布于 2024-12-04 02:39:51 字数 155 浏览 1 评论 0原文

我们正在使用 facebook.com/sharer.php?u="ourwebsite.com" 来共享页面。唯一的问题是,当我们尝试共享具有子目录的页面(例如“ourwebsite.com/blog/”)时,它会共享链接“ourwebsite.com/b”,并省略其余的网址..知道为什么吗?

We are using facebook.com/sharer.php?u="ourwebsite.com" to share pages.. only problem is, when we try to share pages that have subdirectories, like "ourwebsite.com/blog/," it will share the link "ourwebsite.com/b," and leave out the rest of the url.. any idea why?

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

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

发布评论

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

评论(2

焚却相思 2024-12-11 02:39:52

另外,请使用完整的 URL(添加 http://)。

或者直接用 javascript 来做:

var sharer_url = "http://www.facebook.com/sharer.php?u="+encodeURIComponent(document.location);

also, use the full URL (add http://).

Or just do it in javascript:

var sharer_url = "http://www.facebook.com/sharer.php?u="+encodeURIComponent(document.location);
阳光下慵懒的猫 2024-12-11 02:39:51

在我看来,您可能正在修剪网址,在共享之前尝试对其进行编码。

It seems to me that probably you are trimming the url, try to encode it before sharing it.

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