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):
Are you using HTTPS on the site?
If you are, chrome blocks http requests within https websites and shows a gray shield near the bookmark star on the url bar.
If this is the case just include your external stuff without specifying protocols
Example:
Change
http://domain.com/some.js to //domain.com/some.js