When I try to include social media scripts into my page, I get the \"pending\" status in Chrome on some computers (not all of them):
I was using AngularJS as a front-end framework for my app, and somehow $httpProvider.defaults.withCredentials = true; made all my POST requests pending. After I removed this line, everything run instantly.
$httpProvider.defaults.withCredentials = true;
POST