Closed (fixed)
Project:
Facebook social plugins integration
Version:
7.x-2.0-beta3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2011 at 20:46 UTC
Updated:
28 Feb 2012 at 15:13 UTC
Comments
Comment #1
ferdi commentedFixed in this commit http://drupalcode.org/project/fb_social.git/commitdiff/c6cc9ba?hp=f8b3e4...
thanks!
Comment #2
nannes commentedAha! Great! Thanks! :)
Comment #4
dolphin56ch commentedThe checkbox will not show unless you set the
function likebox_defaults() {
return array(
'href' => '',
'width' => 300,
'height' => '',
'colorscheme' => 'light',
'show_faces' => 1,
'border_color' => '',
'stream' => 1,
'header' => 1,
'force_wall' => 1,
);
}
the original value for 'force_wall' is 0...