Skip to content

Instantly share code, notes, and snippets.

@saltun
Created May 12, 2015 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saltun/12d687383f656e344dd4 to your computer and use it in GitHub Desktop.
Save saltun/12d687383f656e344dd4 to your computer and use it in GitHub Desktop.
PHP URL Facebook Share Count
<?php
$source = file_get_contents("https://graph.facebook.com/?id=http://www.savascanaltun.com.tr");
$json = json_decode($source, true);
echo "Total : ".$json['shares']; // return number format
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment