Facebook Info on share counts


/ Published in: Other
Save to your folder(s)

This Query allows you to get the number of shares and other data associated with an URL in Json Format.


Copy this code and paste it in your HTML
  1. https://graph.facebook.com/fql?q=SELECT%20url,%20normalized_url,%20share_count,%20like_count,%20comment_count,%20total_count,commentsbox_count,%20comments_fbid,%20click_count%20FROM%20link_stat%20WHERE%20url='YOUR-URL-HERE'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.