Hi,

In facebook the like button IFRAME code does not support the the send button.

since this module line no 227 is commented and send variable not used in the embed code build, but facebook auto assign this as send=true.

so the fb like button not visible using this module

// $send = $conf['send'];

Comments

svnindia’s picture

Status: Active » Needs review
StatusFileSize
new1023 bytes

Facebook issue ( now it seems fixed)

For this iframe fb like button code, the send option was set as true by default if we did't use that option

Solution : it best to set the send=false in our drupal code by default.

Thanks,
svn

halowind’s picture

how does one install this patch?

lliss’s picture

Status: Needs review » Closed (duplicate)