Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to display a short list of popular pages on my website. I have Like buttons on every page and several thousand 'Likes'. However, when I enter my domain into the Activity Feed, it only displays 3 links to pages on my site, 2 do not have any likes, the other page has 1 lonely like.

I'd hope to see this plugin show the pages that have 20+ likes... not the sad list of 3 unpopular pages that it currently reports.

Additionally, with Facebook Insights, I do not see any 'Likes' despite the fact that thousands of pages have been liked. Do Insights only apply to the main page? All the like buttons on the site are on interior pages.

share|improve this question

closed as off topic by Brian Roach, BK., Mark, Peter Mortensen, John Saunders Aug 29 '11 at 19:26

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Are the like buttons on the same domain and using the same app ID as the activity feed? Also, the activity feed is customised with the viewer's friends' activity where available, so you may be seeing 'unpopular' articles which were liked or shared by your friends even though there are more popular articles liked by strangers appearing

share|improve this answer
Thanks... although I noticed that in order for the page to be XHTML valid, I had to place comments around the facebook meta tags... it used to work... I guess that could be contributing to the confusion. I'll see if the Activity gets better results later today. – JVV Aug 29 '11 at 17:09
If there's any particular article you think should be appearing but isn't, check the debug tool (developers.facebook.com/tools/debug ) and check that the detected information about your page matches what you expect, and especially that the domain and app ID match the domain and app ID of the activity feed plugin – Igy Aug 29 '11 at 17:13

Not the answer you're looking for? Browse other questions tagged or ask your own question.