Specify the number of cols for the Facebook app's multi-friend inviter
widget so it fits better into Facebook's new layout.
This commit is contained in:
parent
4de05f1e47
commit
a1798039b2
|
@ -105,6 +105,7 @@ class FacebookinviteAction extends FacebookAction
|
||||||
$multi_params = array('showborder' => 'false');
|
$multi_params = array('showborder' => 'false');
|
||||||
$multi_params['actiontext'] = $actiontext;
|
$multi_params['actiontext'] = $actiontext;
|
||||||
$multi_params['bypass'] = 'cancel';
|
$multi_params['bypass'] = 'cancel';
|
||||||
|
$multi_params['cols'] = 4;
|
||||||
|
|
||||||
// Get a list of users who are already using the app for exclusion
|
// Get a list of users who are already using the app for exclusion
|
||||||
$exclude_ids = $this->facebook->api_client->friends_getAppUsers();
|
$exclude_ids = $this->facebook->api_client->friends_getAppUsers();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user