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.
开发者_C百科Does anyone know solution to this problem?
Did you try to replace the sharp sign (#) with the ASCII code %23
精彩评论