Display number of LinkedIn shares, client-only, without authentication
问题 https://www.linkedin.com/countserv/count/share?url=stackoverflow.com&format=json correctly shows the number of shares for meteor.com (935 at the moment). I'm trying to display that number in the client: $.getJSON('https://www.linkedin.com/countserv/count/share?url=stackoverflow.com&format=json&callback=?', { dataType: "jsonp" }, function (data) { alert(data.count); }); Because of the X-Content-Type-Options: nosniff header being returned, I'm getting the refuse to execute script error in