We are having a problem with our newsfeed – it is essentially a likebox plugin to save having to update both the website and our facebook page.
Using an iframe, the facebook page populates the newsfeed. If the viewer of the website is not logged into facebook everything is working correctly.
HOWEVER – if the person is logged into facebook (as most people seem to be!) none of the posts on the facebook page are feeding through to the website and it is simply showing the latest check in.
Is this a common bug? I am using the code directly from the facebook developers page:
http://developers.facebook.com/docs/reference/plugins/like-box/
I have tried using the XFBML version as opposed to the iframe but getting the same result.
Does anyone know of a way around this!? Its killing me!
Thanks
JD
You need to add the following attribute:
force_wall="true"to your iframe. it was added a couple of months ago – see here: http://developers.facebook.com/docs/reference/plugins/like-box/ and scroll down to attributes.