Code to invite all you friends to your group?

meftw

Registered Member
Joined
Jun 16, 2009
Messages
71
Reaction score
14
Hey black hatters,

I was wondering if anyone knew a piece of code that could invite all of your friends to your group with this new Facebook layout. I know there was one before:

javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

That was the piece of code I used before the new "simplified" FB launched. If anyone knows how to use a code similar to this, that would be great.
 
this is blocked by FB. You can invite max 50 friends ;)
 
Ok I installed Greasemonkey and the script, but how do I actually use it? I'm trying to select all of my friends to invite to my group page.
 
There is a Problem with this now
It selects all u r frnds but dont invite them
 
that's weird because it works for me fine, totally fine and I'm doing nothing different
 
it does same for me , it selects them all but only adds 50

when you guys add all your friends , do they all go dull , ie so they cant be selected
 
have just downloaded google chrome to try it and still nothing
 
that's weird because it works for me fine, totally fine and I'm doing nothing different

Do you talk about Greasemonkey script? or this script:

javascript:elms=document.getElementById('friends') .getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
 
it was working before but not working now. anyone can prepare a new one please
 
With that code which you posted he doesn't work in my groups but i found one other code with jv but now me don't remember:S
 
Group invites per day are capped. There is no copypaste code to bypass it currently out.
 
Still works.
Code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var  fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
 
Yeah that code still works but it doesn't select all of your friends. I have 2500 friends on one account and it only selects about 1900 of them for me. Also, it freezes my page for a really long time while selecting the friends so a new code would be great.
 
Back
Top