Skip to main content

Invite all Facebook friends for page like at 1 click


by: prayag nao

Invite all fb frnds on page in one click is everyone's need,so today i m sharing a working script or code for invite all fb friends.

Invite all friends in google chrome browser:

  • First login to ur fb account.
  • Now go to a page on which you want it invite all friends
  • Now click on see all friends on that page.
page pic



  •  Now just scroll down for all friends untill ur friends end.
  • Now press ctrl+shift+J.
  • Now click on console button.

  • Now copy and paste given code into console.

javascript:var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
  • Than wait for a few second then you will see .......

  • That's it you have done.


Invite all fb friends in firefox browser:

  • If you are using Firefox than follow same method.
  • only difference is just open console box using console+shift+K.
  • now paste upper script on console box
  • wait for a few second and you have done.

ENJOY.......!!!!!

DO NOT FORGET TO LIKE............

Comments