CoyoteAssassin
Elite Member
- Jan 3, 2010
- 1,868
- 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...
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...