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

finkenmann’s picture

Same here, but the correction like above from 'hide' to 'false' didn't changed nothing. The Picture is still showing.

lliss’s picture

Status: Active » Closed (duplicate)
lliss’s picture

Issue summary: View changes

Edited some typos, sorry.