Hi!

Installed this module and was planing to use it with my page on facebook.. Somehow facebook categorizes my page as a place so when using the like_box preset the stream just shows when people checks in.
Is it possible to use the force_wall command somehow?
From the facebook developer page for the like box it says: "force_wall - for Places, specifies whether the stream contains posts from the Place's wall or just checkins from friends. "

Comments

ferdi’s picture

Title: force_wall » Add force_wall attribute for like-box plugin
Status: Active » Fixed
nannes’s picture

Aha! Great! Thanks! :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

dolphin56ch’s picture

The 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...