FB.init({appId: "271113313005355", status: true, cookie: true});
function postToFeed(url, title) {
// calling the API ...
var obj = {
method: 'feed',
link: url,
picture: 'http://brandx.ie/dev/37-v2/wp-content/gallery/main-gallery/thumbs/thumbs_37-rest-0423.jpg',
name: title,
caption: 'Food at 37 Dawson Street',
description: 'At 37 Dawson Street we serve good, honest food featuring tastes of American home cooking.'
};
function callback(response) {
document.getElementById('msg').innerHTML = "Post ID: " + response['post_id'];
}
FB.ui(obj, callback);
}
Menu sent to your email address x