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:
Zach Copley 2009-10-27 21:07:17 +00:00
parent 4de05f1e47
commit a1798039b2
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ class FacebookinviteAction extends FacebookAction
$multi_params = array('showborder' => 'false');
$multi_params['actiontext'] = $actiontext;
$multi_params['bypass'] = 'cancel';
$multi_params['cols'] = 4;
// Get a list of users who are already using the app for exclusion
$exclude_ids = $this->facebook->api_client->friends_getAppUsers();