i am getting PHP Notice: Undefined index error in my site.
PHP Notice: Undefined index: title in /home/kashan/public_html/ifunnygag.com/templates/wlol_v1/pages/header.php on line 41 [15-Apr-2013 06:36:42] PHP Notice: Undefined index: url in /home/kashan/public_html/ifunnygag.com/templates/wlol_v1/pages/header.php on line 42
var opts = {
Line 40 message : '<?php echo $file['title'];?>',
Line 41 name : '<?php echo $file['title'];?>',
Line 42 link : '<?php echo $file['url'];?>',
description : 'Click to see pic...',
Line 44 picture : '<?php echo $file['path'];?>'
};
FB.api('/me/feed', 'post', opts, function(response)
{
if (!response || response.error)
{
console.log(response);
}
else
{
console.log('Success - Post ID: ' + response.id);
}
});
}