Many Facebook users want to send a message to all friends at once. But Facebook doesn’t let to do that. But you can send an event invitation to your all Facebook friends at once by one click. Generally, we send an event invitation by selecting our friends one after another. But if you have 1000+ friends on Facebook, then how can you select your all 1000+ friends one after another ? It will take a long time to select all friends. That’s why, I will tell you how can you select your all Facebook friends by one click at once.
This task will be done by the help of a JavaScript code. But, maybe this code can’t work in the latest versions of Mozilla Firefox and other browsers. So, try this code in any old version of Mozilla. This code works properly for me in Google Chrome 10.0.648.11
The JavaScript code is given below:
javascript:var x=document.getElementsByTagName(“input”);for(var i=0;i<x.length;i++) {if (x[i].type == ‘checkbox’) {x[i].click();}}; alert(‘Done, all your friends have been selected’);
Just open the page where u select friend and copy past this code in address baar done.
no working in fan page dear . . .