Facebook Friend Selector is a friend selection assistant for your Facebook application or your website that is equipped with Facebook Connect. This tool returns you your friends ID’s only and you use them as you please. It was built using the jQuery library.
- Ability to set a maximum number for friend selection
- Exclude as many people as you want from the list
- Ability to show random friends list
- Ability to set maximum friends on list
- Search
- Facebook invite option
- Overlay color selection
- Overlay opacity selection
- Ability to hide the overlay with a mouse click outside the box or a ESC key press
- Centers the box on window resize
- Ability to close the box onsubmit
- Ability to enable or disable to display the number of selected people in the box
- Seven color options (easily customizable)
- Adaptability of texts to any desired language
- Ability to decide what to do onstart
- Ability to decide what to do onclose
- Easy integration



15 Yorum
10 Ocak 2012 - 22:12
Hi
I have simple question, when i select some facebook friends and click submit i want to call FB.ui({ method: ‘apprequests’ to: selected_ids ,}
and selected ids i want to display in invite dialog “to: example selected ids, “. Can you help me with these please ?
11 Ocak 2012 - 18:03
As far as I understand, you want to open FB invite dialog box when you click submit button. Actually we will add this option in the short run. But you can do that like this for now:
12 Ocak 2012 - 03:05
I ask for help, whether it is possible that the friend selector throws random friends list ? Please if is possible, give mi some javascript code for this. Thank you.
12 Ocak 2012 - 13:58
I don’t understand what you mean. Do you want friend selector shows the random friends or you want it to send request to random friends?
13 Ocak 2012 - 18:41
I want to friend selector shows random friends and i want to limited friends list for example to 5 friends. I tried many ways but I failed . . .
15 Ocak 2012 - 00:01
Can you help me with these please ?
17 Ocak 2012 - 17:04
Facebook invite, max. friends count and random friends on list options were added to v.1.1. You can download from github.
@david
For your situation:
18 Ocak 2012 - 03:28
Hi admin
In any case, everything is done perfectly !
- > about new version v.1.1
Simple question, can you add toogle all checkbox, means select/deselect all friends ? I think it does not take much time for you
Thanks in advance . . .
18 Ocak 2012 - 17:27
Yeah, admin is funny word
‘select/deselect all’ and ‘show selected’ options are added to the upcoming features list. You will see these options at the next version.
18 Ocak 2012 - 04:09
Can i call this dialog in function onload ?
I tried everything possible but does not go . . .
18 Ocak 2012 - 17:39
If you have already added FFS (Facebook Friend Selector) then you can add the click method in the FBLogin code like this.
21 Ocak 2012 - 04:01
When will new version come out with select/deselect all ?
Thanks for reply.
23 Ocak 2012 - 15:47
We are working hard these days. But we’ll come out with the new version as soon as possible.
29 Ocak 2012 - 19:22
You should consider changing the #fs-dialog-box-wrap position to fixed, since this will make the friend selector appear in the center of the window all the time, instead of at the window.height/2-container.height/2 position in the document.
Just a thought
31 Ocak 2012 - 05:29
Thanks for advice.
But we had done that because we wanted to add cols and rows options to plugins further versions. Thats why we are calculating those measures.