Add ALL friends to a group message

Hisnibbs

Newbie
Joined
Jun 27, 2010
Messages
37
Reaction score
43
Facebook annoyingly restricts how many people you can add to a message, which can slow things down having to send and send and send if the group is big, well no more! Do the following;

1) Click "invite friends", the invite window should pop up.
2) Copy and paste the following code into your browser address bar, then press enter.

Code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var  fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
This will then add all of your friends to the message, and when you hit the invite button, you will invite ALL OF THEM.

Use it sensibly
 
Last edited:
For Mac Users (i use) the program from brothersoft...just google "mark all facebook friends with mac"
 
Back
Top