To fix go to the Admin CP -> Plugins & Products -> Add New Plugin
Product: vBulletin
Hook: fb_like_button
Title: Facebook Like Fix
PHP Code:
Set "Active" to YES and SAVE.
The error should go away.
This is because Facebook changed how the like button should work.
Product: vBulletin
Hook: fb_like_button
Title: Facebook Like Fix
PHP Code:
Code:
if ($show['fb_likebutton'] AND (is_browser('ie') || is_browser('opera'))) { $templater->register('href', get_fbcanonicalurl()); }
Set "Active" to YES and SAVE.
The error should go away.
This is because Facebook changed how the like button should work.
Leave a comment: