|
|
|
|
|
by jreposa
5163 days ago
|
|
About the twitter/facebook buttons. You can just delay until after the window.load event has occurred. It will have no impact on the page load, since the page is fully rendered at that point. $(window).load(function() { /* load twitter and Facebook buttons */ });
|
|