What is your question ?

How does OpenGraphy sort the best socialized pages ?
They are sorted by total interactions. The total interactions are the sum of Likes / Shares and Comments.
Why do my likes are not well sorted in the Custom Social Plugin Creation Tool ?
Your total interactions may not reflect exactly the value beside the like button because you have optimized the Facebook fonctionalities of your site after your content has had first interactions.
Why do I get more likes in the button counter than in the Like column of the “Best socialized pages” view ?
The like button proposes the total count of Shares + Likes + Comments.
You can find more information in this article :
Likes are the sum of Likes / shares + comments
Why do I get “O like” as a value beside the like button but datas in the column ?
When it’s the first time you use the Like Button with an url of your site, you need to press the like button a first time to repatriate your actual total count.
Why do I get “O like” as a value beside the like button but datas in the column ?
You may have optimized your page using OpenGraphy after some interactions already occured.
To claim your actual total count of likes and shares, just like the page you consider yourself via the “Lint it” functionality directly in the Opengraphy Social Manager (in the “Best socialized pages” view)
Why do the list of urls the tools follow is not up to date ?
You need to implement the RetroLike plugin developped by OpenGraphy.
It will collect any url that is liked for the first time on your site and follow its Facebook statistics in the long term.
Here’s the code to make it happen:
———-
FB.Event.subscribe('edge.create', function(href, widget) {
var url = "http://pro.opengraphy.com/pro/dev/2.0/stats.php?ref="+window.location.href+"&url="+href;
imgTmp = new Image();
imgTmp.src = url;
});
————

