Skip to content

Instantly share code, notes, and snippets.

@m-pokrovskii
Last active December 11, 2015 13:38
Show Gist options
  • Save m-pokrovskii/4608660 to your computer and use it in GitHub Desktop.
Save m-pokrovskii/4608660 to your computer and use it in GitHub Desktop.
$fql = "SELECT url, normalized_url, share_count, like_count, comment_count, ";
$fql .= "total_count, commentsbox_count, comments_fbid, click_count FROM ";
$fql .= "link_stat WHERE url = 'the_permalink()'";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment