Reputation: 3636
I'm having problems displaying a Facebook feed on a webpage. The purpose is to display the feed of a Facebook Page (http://www.facebook.com/kvaernerasa) on an external page, but I'm missing something.
First of all, I'm using Facebook's own "generator" to create the activity feed box:
http://developers.facebook.com/docs/reference/plugins/activity/
It asks for a domain (http://www.kvaerner.com)...and then what?! I want the feed for a Page, so there is no app id. How will it know what feed I'm asking for? I also need the feed to be displayed without requiring that the users are logged in.
I've managed to display the RSS feed (not styled), but would prefer to use Facebook's own plugin. What am I missing here?
Is the Like Box, as mentioned by TommyBs, the only other option? How have other sites implemented this?
Upvotes: 0
Views: 4389
Reputation: 9646
"The Activity Feed plugin shows users what their friends are doing on your site through likes and comments" That's the description from FB. To me that means it doesn't show native facebook page feeds, just information relating to the pages on your site so I don't think it's what you're after
I think what you want is the like-box
https://developers.facebook.com/docs/reference/plugins/like-box/
Upvotes: 2