Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to add in my website the Facebook Like Box social plugin (I took the code from the official documentation).

It works fine but only if I'm logged into Facebook; if not it just shows

Facebook Public Profile Login to see this content

I don't really understand the problem because in other websites I've built everything worked just fine.

I'm thinking that might be a page setting. This is my <iframe> code for the Like Box:

<iframe src="http://www.facebook.com/plugins/likebox.php?id=1331391XXXXXXXX&width=298&connections=10&stream=false&header=true" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:298px; height:290px">
share|improve this question

3 Answers

If the Like box won't display content to logged-out users, it's almost certainly because there's a demographic restriction on your page. The API (and social plugins) will only return information about such pages to users who meet the restrictions.

It's most likely that you've not yet published the page, have marked the page as being for users >18, for users in a certain country, or have marked the page as being 'Alcohol related' (which limits it to users of legal drinking age in their country)

share|improve this answer
thank you very much Igy, now I have realized why it's not working, facebook need authentication to check the identity and shows informations only if they match with the restrictions of the pages. – Undy Sep 5 '11 at 8:07
2  
Did this answer solve, or help you to solve the problem in your question? if so, please accept accept this answer or add your own answer with the solution you found. See these instructions for info how to accept answers; thanks! – Igy Jun 25 '12 at 8:57

To solve this issue Just go to edit page and see the left side option "Manage Permission" In that tab set "Age Restrictions:" Anyone 13+. You must also remove any country restrictions. Save it. Now it works

share|improve this answer

Change your age restrictions to "Anyone 13+" if that is applicable to your fanpage. Just enlarge the image in this post for a detailed walkthrough:

http://www.profromgo.com/facebook-social-plugin-working-logged-users

share|improve this answer

protected by Community Apr 17 '12 at 21:13

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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