Skip to content

Instantly share code, notes, and snippets.

@jyrkiput
Created November 24, 2015 04:09
Show Gist options
  • Save jyrkiput/0c0c5a962001f2d74a2a to your computer and use it in GitHub Desktop.
Save jyrkiput/0c0c5a962001f2d74a2a to your computer and use it in GitHub Desktop.
Linkedin share problem with ajax site
When sharing urls, the share dialog gets stuck. Below are few urls and what happened.
http://example.com/#!singlePublishedAnswer?id=7ee2e463-373c-dd12-0493-d38a7103c3bf does "?_escaped_fragment" call just right, but the share dialog gets stuck in loading animation
http://example.com/?_escaped_fragment_=singlePublishedAnswer%3Fid%3D7ee2e463-373c-dd12-0493-d38a7103c3bf executes http call, but gets the share dialog gets stuck in loading animation
http://example.com/service/share/linkedin/7ee2e463-373c-dd12-0493-d38a7103c3bf executes http call, but gets the share dialog gets stuck in loading animation
http://example.com/service/share/linkedin/2015-15 works great, executes call and displays proper texts.
The returned page with opengraph metadata is same in every situation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment