I am trying to add FB like, twitter share, g+1 and LinkedIn follow buttons to my website. FB and LinkedIn works great. But adding any one or both of the other buttons is restricting my website from loading any page. Any suggestions how to solve this issue?
G+1 code below
<div class="g-plusone" data-href="http://www.businessense.in"></div>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async =true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
Twitter Code below
<a href="https://twitter.com/share" class="twitter-share-button" dataurl="http://www.twitter.com/hash_bs" data-text="Check out the e-learning courses in this website. Its fantastic." data-via="hash_bs">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
P.S. Both codes work properly if i load them from offline. They create problems only in the website itself. In the other hand, the other two plugins work well online and doesn't work offline.