Facebook: Invite All Freinds to Join Group (Script)

CoyoteAssassin

Elite Member
Joined
Jan 3, 2010
Messages
1,868
Reaction score
3,988
All:

I recently started using Facebook for my IM and quickly created an account with 500 members that are in the industry in which I am marketing to. Facebook has warned me a couple times about the number of friends I have added so I slow down and they lift the ban.

I decided to create a group so that I can add even more people to it. I first decided to add my Friends to the group. Once the screen loaded, I realized I would have to click on each individual name in order to invite all friends to join my group.

I found the following script and it worked perfectly.

1. Go to your Event, Group or page and click "Invite People".
2. Once the page has loaded you should see all of your friends, but they are not selected.
3. At this point, copy and paste the javascript code below into your Web browser's address bar, then hit "Enter".
4. If all goes well, it selects all of your friends!

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


I hope this helps someone like it did me...
 
one another thread which OP posted some time ago:

[GET] 1,000,000,000 Email Addresses "Fresh. Real. Valid. Unduplicated" - Double Opt-In

funny guy
 
one another thread which OP posted some time ago:

[GET] 1,000,000,000 Email Addresses "Fresh. Real. Valid. Unduplicated" - Double Opt-In

funny guy

Yes, I did post that. If you want to know more about that posts (as I know you consider it unworthy), start reading the comments I made about it on page 2 and other pages.

If there is something that I think will be beneficial to at least a few people, I post it. Would I have used the email addresses? No, as I have my own whitehat method that works very well for me.

Thanks to all for responding.
 
Back
Top