Adding Facebook and Twitter Feeds to Your Website

Facebook
To add your Facebook profile / updates to your site, click here (opens in new window). Essentially this is a Facebook feed "builder" page that will generate HTML you need to copy/paste to your website so your Facebook feed will appear.

With Facebook, they ask you to copy/paste two blocks of code - just ensure they are TOGETHER like this example:-

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0]
if (d.getElementById(id)) return
js = d.createElement(s) js.id = id
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1"
fjs.parentNode.insertBefore(js, fjs)
}(document, 'script', 'facebook-jssdk'))</script>

<div class="fb-like-box" data-href="http://www.facebook.com/platform" data-width="250" data-height="250" data-show-faces="true" data-stream="true" data-header="true"></div>

Twitter
To add your Twitter stream to your site, click here (opens in new window). Again, this generates HTML/javascript for you to copy/paste anywhere to your website.

Not find what you're looking for? Email us here and we will be happy to assist you.