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..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 FacebookUSER_IDas 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.