LinkedIn Share 不处理“#”在网址中
当共享 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试将尖号 (#) 替换为 ASCII 代码 %23
Did you try to replace the sharp sign (#) with the ASCII code %23