zincweb internet 01779473549 enquiries@zincweb.co.uk

Facebook does allow you to embed your Facebook news feed within your website but unfortunately there is a bug in the code which can sometimes prevent your feed loading correctly.

This problem can occur when you are logged into your Facebook account, and seems to afflict Chrome users more than Firefox/Safari (but may occur regardless.

We’ve found the simplest solution is to edit the code that Facebook supplies. The original code starts like this:

<div class=”fb-page” data-href=”https://www.facebook.com/yourfacebookaddress” data-tabs=”timeline” data-width=”” etc etc

Simply replace the data-tabs=”timeline” reference with data-show-posts=”true” so the code starts like this:

<div class=”fb-page” data-href=”https://www.facebook.com/yourfacebookaddress” data-show-posts=”true” data-width=”” etc etc

Hopefully this may help some of you who have had this problem!