Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.