How To Invite All Friends To an Event Group FacebookPage in One Click

Facebook is a large social network,and Now a days Everyone uses facebook.If you want to invite your friends to your facebook page or to add your friends to a facebook group or to invite all your friends to an event It's not at all a problem when you have few friends.But the problem is when you have lot of friends.It takes too much time to invite one by one.But Don't worry we are here to save your time and with this trick you can invite more than 1000 people in few seconds.

To Invite to a Facebook page and event

Are you a admin of a facebook page?and want to get lot of likes to your facebook page?and facing problem to invite all friends then you are at right place.Inviting all friends takes a little bit time.But Now you can invite you friends in few seconds.
What you have to do?

simply follow the below steps according to which browser you use
  1. open the facebook page or event to which you want to invite 
  2. click on invite friends and from the drop down menu click on search for all friends
  3. scroll down to end untill all your friends is loaded(click on first name and then press and hold space or pagedown button)
for events copy this entire code
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()}
For pages copy the below code

javascript:var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}


For Firefox follow the below steps
  1.  press CTRL+Shift+K
  2. paste the entire copied code in the box at bottom of the page and hit ENTER
  3. If you have more number of friends Firefox will not respond for 5-10 seconds
  4. For events total friend list will be selected and you have click invite
  5. For pages It will automatically Invites all friends in friends list
For Chrome follow below steps
  1. press F12 on keyboard and click console Tab
  2. paste the entire code in the box at bottom and press enter
  3. Do the same for Internet Explorer
To Add FRiends To a Facebook Group
  • install greasemonkey for firefox and tampermonkey for chrome
  • install this script
  • open the group which you want to add your friends
  • you will see a new button AddAllFriends in between Files and Notifications Tab
  • This will take one are two minutes depending on number of friends in your friend list
Note:Don't use too often other wise Facebook might ban you from sending invites! Use at your own risk!
Read more ...