I'm a little confused how to do this, basically I have a page with a Facebook Share button inserted using JavaScript:
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
The problem is that it blocks the page loading in this part, how can I insert this tag after the page loads and still execute the script? I would like to do it unobtrusively, ideas?
source
share