Monday, March 21, 2011

2 Ways to Select All Facebook Friends for a Group Page or Event Invite

You would have tried sometimes to invite your facebook friends to any group or  page . If you have tried you  might have noticed that you cant select all  your friends at once , you have to click on each one of your friend one at a time to invite . Don’t know why facebook doesn’t allow to “select all ” friends when sending an invite . But don’t worry here few solutions .
1  Select all JavaScript
1. Go to your Event, Group or page and click “Invite People” or “suggest to friends “.
2.  Once the page has loaded you should see all of your friends
3. At this point, copy and paste the javascript code below into your Web browser’s address bar, then hit “Enter”.
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
The above script takes some times .  Here is a 2nd short script too which you can try in case the first one didnt worked .
javascript: fs.select_all()
facebook select all invite all
2. Facebook invite all Browser extensions .
Apart from javascripts you can also you use Google Chrome Facebook invite all extension . Firefox users can also use greasemonkey Invite all Script

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...