/* Author: 

*/

window.fbAsyncInit = function() {
    FB.init({
        appId      : '190695207636887', // App ID
        channelURL : '//darrenpsmith.com/facebook/channel/', // Channel File
        status     : true, // check login status
        cookie     : true, // enable cookies to allow the server to access the session
        oauth      : true, // enable OAuth 2.0
        xfbml      : true  // parse XFBML
    }); 
};

// Load the SDK Asynchronously
(function(d){
    var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
    js = d.createElement('script'); js.id = id; js.async = true;
    js.src = "//connect.facebook.net/en_GB/all.js";
    d.getElementsByTagName('head')[0].appendChild(js);
}(document));

