How to Invite ALL Facebook Friends
Posted on : 27-02-2010 | By : mirlme | In : Blog
Tags: code for select all facebook, How to Invite ALL Facebook Friends, how to select all facebook, javascript select all facebook friends, script to select all facebook friends, select all code, select all facebook, select all facebook code, select all facebook friends javascript, select all facebook friends script, select all facebook group invite, select all facebook invite
0
This is the simple code that works
to select all ur friends in facebook
when u press enter
javascript:elms=document.getElementById(‘friends’).getElementsByTagName(‘li’);for(var fid in elms){if(typeof elms[fid] === ‘object’){fs.click(elms[fid]);}}
- 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!

