Follow us on Facebook!

Tuesday, June 22, 2010

How to Invite ALL Facebook Friends to a Group, Event or Page

After being frustrated by selecting my FB friends individually I went on a little search and found that you could cheat the system by inserting a little javascript to make it happen! Here is how to do it:
  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]);}
This shorter code should work as well! javascript:fs.select_all();


Or use this:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Facebook For DummiesFacebook Marketing For DummiesMake Money Teaching Online: How to Land Your First Academic Job, Build Credibility, and Earn a Six-Figure SalaryHow to Make Money Teaching Online With Your Camcorder and PC: 25 Practical and Creative How-To Start-Ups To Teach Online

1 comment: