Tags :
function shareToDownload(){
FB.ui({
method : 'feed',
name : "Share Title",
link : 'Share Link',
picture: 'Share Image',
caption: "Share Caption",
description: "Share Description",
message: "Share Message"
}, function(response){
if (response && !response.error_code) {
/*www.mafsyah.com*/
}
});
}