Closed (duplicate)
Project:
Facebook Like Button
Version:
7.x-2.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 19:08 UTC
Updated:
8 Jul 2012 at 23:12 UTC
Hi,
until I changed in fblikebutton.admin.inc at line 76 and 163 the
'#options' => array('show' => t('Show faces'), 'hide' => t('Do not show faces')),
to
'#options' => array('true' => t('Show faces'), 'false' => t('Do not show faces')),
Facebook plugin shows up the faces the users recommend my page.
Is it possible that Facebook API changed?
Pal
Comments
Comment #1
finkenmann commentedSame here, but the correction like above from 'hide' to 'false' didn't changed nothing. The Picture is still showing.
Comment #2
lliss commentedDuplicate of https://drupal.org/node/1664410
Comment #2.0
lliss commentedEdited some typos, sorry.