Rakesh
Rakesh

Reputation: 92

facebook like box content issue

I am trying to integrate fb like box in my site. I am able to display same using fb like box code i get from facebook developer. but problem is like box content is not shown when am not logged in facebook. is there any way to show the like box content even when am not logged in facebook.

Upvotes: 0

Views: 648

Answers (1)

Rakesh
Rakesh

Reputation: 92

I was able to find the solution for this. Go to the facebook page--edit page--resources tab-- remove if provided any country there -- set age to 13+

Finally, copy this code to your website wherever needed with your pageid...

<iframe src="http://www.facebook.com/plugins/likebox.php?id=pageid&amp;width=234&amp;connections=10&amp;stream=true&amp;header=true" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:300px; height:600px"></iframe>

Upvotes: 1

Related Questions