in includes/functions_facebook.php
REPLACE:
PHP Code:
// use the feed image if there is one
if (!empty($vbulletin->options['facebookfeedimageurl']))
{
$og_array['og:image'] = $vbulletin->options['facebookfeedimageurl'];
}
WITH:
PHP Code:
// use the feed image if there is one
if (!empty($vbulletin->options['facebookfeedimageurl']))
{
#$og_array['og:image'] = $vbulletin->options['facebookfeedimageurl'];
}
[/PHP]