I am trying to add facebook facepile plugin to a page. I am trying to use news.reads action in the plugin and it doesn't work.
I am adding:
div class="fb-facepile fb_iframe_widget" data-action="news.reads" data-href="url-with-article" data-max-rows="1" data-width="200"
I understand that if I put news.reads action here I should be able to display images of friends who have read this article
Make sure you have initialized the Javascript with your app id:
Also, read the section called "Why is nothing displaying?" here: http://developers.facebook.com/docs/reference/plugins/facepile/
If all else fails, try the IFRAME version and see if you get any results there.