Created
January 22, 2014 06:19
-
-
Save abass/8554232 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$fb = facebook_shares('https://www.facebook.com/redbull'); | |
// facebook share count | |
echo $fb[0]->share_count; | |
// facebook like count | |
echo $fb[0]->like_count; | |
// facebook comment count | |
echo $fb[0]->comment_count; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment