Social Sharing fails silently if JSONP request fails
I attempted to share a link to a question on my Askbot hosted site on Facebook. I clicked on the Facebook icon, but nothing happened. I clicked on it a few times, and nothing continued to happen:
I checked my web inspector, and I noticed that the JSONP request was getting a 503 response:
(right-click and select "Open Image in New Tab" to view full-size)
There should probably be some kind of feedback when these requests fail.
Comments
Also, something should be done about those pesky 503 errors, but aside from that, we need better feedback when the requests fail (:
Also also, the notice about event.layerX and event.layerY being deprecated also occurs when I click on the Facebook icon as well (also present in the screenshot).