
It’s a pretty common issue when it comes to inviting friends to a group or fan page on Facebook. The solution, however, is quite simple. Take the italicized text below and paste it into the address bar of your web browser (I’ve heard of issues with Internet Explorer but Firefox should be handle it fine), hit enter, and all of your friends will be selected when you are on the invitation page.
javascript:elms=document.getElementById(’friends’).getElementsByTagName(’li’);for(var fid in elms){if(typeof elms[fid] === ‘object’){fs.click(elms[fid]);}}
It may take a second for all of them to get selected, but be patient and it will happen. Enjoy!




