简体   繁体   中英

Facebook Sharer.php not working properly

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

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

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);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM