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.

Using javascript, how do I embed the wall post feed into my webpage instead of having it popup? I have played around with adding 'display:...' when calling the API. No luck tho. How do I get it fixed to my page instead of appearing as a popup? Any ideas?

share|improve this question

1 Answer

For displaying a Facebook page's wall feed, you can use the like box social plugin. See: https://developers.facebook.com/docs/reference/plugins/like-box/, Ensure you have "Show stream" checked. You can even disable the header, disable the faces, and set the height and width to your liking.

Happy coding!

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 21:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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