function likebox_defaults in Facebook social plugins integration 7.2
Same name and namespace in other branches
- 6.2 plugins/fb_plugin/likebox.inc \likebox_defaults()
1 call to likebox_defaults()
- likebox_fb_settings in plugins/
fb_plugin/ likebox.inc
File
- plugins/
fb_plugin/ likebox.inc, line 18
Code
function likebox_defaults() {
return array(
'href' => '',
'width' => 300,
'height' => '',
'colorscheme' => 'light',
'show_faces' => 1,
'border_color' => '',
'stream' => 1,
'header' => 1,
'force_wall' => 0,
);
}