Search code examples
facebookfacebook-social-plugins

who "likes" my post on Facebook social plugin


I have embedded fb's social like plugins into my blog.

it will state things such as "XXXX and 11 others like this" but it won't show me who. can I find out who likes my post ?

I tried to google , but no luck..


Solution

  • If you're ysing the Facebook Social plugin, documented here, then you can check the "Show Faces", and this will show some users underneath it.

    This will add data-show-faces="true" to your code.

    -- OR --

    If you want a full overview of the people that have liked your page, you need to add open graph meta tags to the <head> of your page, which will link your Facebook USER_ID as the administrator of the page. This is documented here.

    <meta property="fb:admins" content="USER_ID"/>

    Once you've added this meta tag, your like box will appear with a Moderator Link underneath it. This will link you the Open Graph page for your page on Facebook. On this page you will be able to see everyone who has like the page.