Quote:
Originally Posted by seite7
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]
|
I honestly can't tell the difference. Does this really work?