Social media buttons slow down website load time

You could try $(window).load(function() { instead of $(document).ready(function() { so it will wait until after your images and everything has loaded. If that doesn’t help, then I would suggest having them only appear on hover. Have a bunch of static images / CSS sprites, that get replaced when the user hovers over them. If you … Read more