You can now invite all your friends on facebook
Only one click to invite them all !
How to invite all friends to your facebook page with one click
Step 1: Login your facebook account and open your fan page you want to invite your friends at
Step 2: Choose invite friends
Step 3: Popup will appear to select your friends
Step 4: press f12 key from your Keyboard and Chrome Console window will Open.
Step 5: Now copy the following code and paste in the console
var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
ConversionConversion EmoticonEmoticon