LinkedIn Share 不处理“#”在网址中

发布于 2024-10-09 23:53:46 字数 1048 浏览 6 评论 0原文

当共享 URL 中包含“#”时,我在使用 LinkedIn 的共享功能时遇到问题。

我的网址如下所示:http://shoshin。 glgqa07.com/#!/content/detail/High-pay-without-advanced- Degrees

当我在 LinkedIn 上分享此 URL 时,它会删除“#”之后的所有内容。因此 LinkedIn 上链接的页面指向 http://shoshin.glgqa07.com/

我正在使用以下 URL 将页面共享到 LinkedIn。 http://www.linkedin.com/shareArticle?mini=true&url=http %3A%2F%2Fshoshin.glgqa07.com%2F%23!%2Fcontent%2Fdetail%2F高薪无高级学位&title=The+Shoshin+Project+%3A+QA+tesing&summary=&source=

当我在上述页面(LinkedIn 页面上的共享新闻)上查看源代码时,隐藏输入字段“contentUrl-shareForm”的值为“http://shoshin.glgqa07.com/”,而不是完整的 URL。

我正在使用 ShareThis 库来实现此功能。

有谁知道这个问题的解决方案?

I am running into an issue while using Share feature of LinkedIn when the shared URL has "#" in it.

My URL looks like this: http://shoshin.glgqa07.com/#!/content/detail/High-pay-without-advanced-degrees

When I share this URL on LinkedIn, it strips out everything after "#". So the page linked on the LinkedIn is pointing to http://shoshin.glgqa07.com/.

I am using following URL to Share page to LinkedIn.
http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fshoshin.glgqa07.com%2F%23!%2Fcontent%2Fdetail%2FHigh-pay-without-advanced-degrees&title=The+Shoshin+Project+%3A+QA+tesing&summary=&source=

When I do View Source on the above page (Shared news on LinkedIn page), the Hidden Input field "contentUrl-shareForm" has value "http://shoshin.glgqa07.com/" instead of the complete URL.

I am using ShareThis library to implement this feature.

Does anyone know solution to this problem?

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

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

发布评论

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

评论(1

弄潮 2024-10-16 23:53:46

您是否尝试将尖号 (#) 替换为 ASCII 代码 %23

Did you try to replace the sharp sign (#) with the ASCII code %23

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