facebook ile buldum jquery ile çekip yazdırıyorum twitter ve Google+ da lazım
<script></script>

<script>
$.getJSON("https://graph.facebook.com/?id=link", function(veri){
$(".fb").append(' '+veri.share.share_count+'');
});
</script>