Today I invited all my friends on Facebook to like the page I created for the TalentNet Live Social Recruiting Conference that will be held on 8/27 at the FritoLay HQ conference center in Plano, TX.
I did a little research to find a way to invite all my friends at once vs. selecting each on at a time. I found a great post on how to do that by John Pozadzides that I thought would be good to share here. I used the second script below and it worked beautifully.
How to Invite ALL Facebook Friends to a Group, Event or Page
- Go to your Event, Group or page and click “Invite People”.
- Once the page has loaded you should see all of your friends, but they are not selected.
- At this point, copy and paste the javascript code below into your Web browser’s address bar, then hit “Enter”.
- 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]);}}
By the way, Adalberto Hernandez Vega reported that you can use the following script as well.
javascript:fs.select_all();
Thanks Navin!
Thease codes don't work anymore, check http://itinfoz.com/new-method-invite-all-facebook-friends-to-a-page-group-or-an-event-2012/2322 for new update. anyway nice gug Craig Fisher 🙂