Ever wanted to see what the actual share count is for a URL? This trick is handy for troubleshooting share plugins (*ahem* MashShare) or even doing some competitive research.
All you need to do is form and access this URL:
http://graph.facebook.com/?id=URL_HERE
See for instance, this URL for a client post: http://graph.facebook.com/?id=http://blog.joemcnally.com/2016/10/13/royal-photographic-society/
Returns a share count of about 400 (at time of writing) See line 11 below:
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
{ | |
"og_object": { | |
"id": "1422552114441345", | |
"description": "I\u2019ve written numerous times about the unseen gifts that a long career in this industry can give you. Some of course are unwanted, like bad knees, bad back, financial insecurity, along with ongoing anxiety attacks stirred by deep feelings of inadequacy and uncertainty. Others are most welcome. Lifelong friends, interaction with supremely interesting subjects, adventures \u2026", | |
"title": "The Royal Photographic Society \u00ab Joe McNally's Blog", | |
"type": "article", | |
"updated_time": "2016-10-14T18:48:57+0000" | |
}, | |
"share": { | |
"comment_count": 0, | |
"share_count": 398 | |
}, | |
"id": "http://blog.joemcnally.com/2016/10/13/royal-photographic-society/" | |
} |