I\'m a little confused how to do this, basically I have a page that has a Facebook Share button inserted via JavaScript:
you could do something like:
$(function() { $.getScript('http://static.ak.fbcdn.net/connect.php/js/FB.Share', function() { //do nothing here }); });