Facebook UI
Want to send someone a message on facebook? Set up your FB JS SDk window.fbAsyncInit = function() { FB.init({“appId”:”xxxxxxxxxxx”,”channelUrl”:”http://corbdesign.com/?sfc-channel-file=1″,”status”:true,”cookie”:true,”xfbml”:true,”oauth”:true}); }; (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_US/all.js”; d.getElementsByTagName(‘head’)[0].appendChild(js); }(document)); Then just populate the following how’ere you wish FB.ui({ method: ‘send’, name: […]