Home Internet How to invite all friends to a Facebook event/page

How to invite all friends to a Facebook event/page

How-to-invite-all-friends-to-a-Facebook-eventpage

How to invite all friends to a Facebook event/page :-

In my previous article i wrote about How to add all friends in Facebook group. Today my friend asked me to How to invite all friends to a Facebook page in Qhacker group.

How-to-invite-all-friends-to-a-Facebook-eventpage1

Personally i don’t like Facebook pages in-compare to Facebook Group because group is providing the way to ask the questions. However if you have a Facebook Page or you created an Events and you want to invite your all friends then it,s not a big task.

For this demonstration i choose the Qhacker Page.

Presently my only 12 Friends like Qhacker page.

How-to-invite-all-friends-to-a-Facebook-eventpage1

Now Click Invite Friends on whatever you are inviting people to. In the dropdown next to the search box, click See All Friends. Scroll ALL the way down until names stop loading.

How-to-invite-all-friends-to-a-Facebook-eventpage1

Now you need a two Script here. Copy below script as per your requirement.

For PAGES Copy this code:-
javascript:elms=document.getElementsByName(“checkableitems[]”);for (i=0;i<elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()}

For EVENTS Copy this code:- 

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

Now you need to be open the Browser console mode. To open browser console in Google Chrome press CTRL+Shift+j and for Firefox browser press CTRL+Shift+k .

Now Paste your code that you copied from the above link in the console mode and press Enter.

How-to-invite-all-friends-to-a-Facebook-eventpage1

Now this script will start inviting your friends.

How-to-invite-all-friends-to-a-Facebook-eventpage1

Now after my running this script 21 Friends like this page.

How-to-invite-all-friends-to-a-Facebook-eventpage1

If you are getting the SyntaxError: Unexpected token ILLEGAL error.

How-to-invite-all-friends-to-a-Facebook-eventpage1

then download the Code the from the here. ( Download now )

Enjoy this trick.

Also Check :-

Integrate Facebook in Outlook to Stay Updated

How To Create Amazing Facebook Cover Pictures For Your Timeline

How To Send Friend Request on Facebook When you Are Blocked

Stop Your Friends Infecting You On Facebook

How To Download Facebook Videos

How to Protect Your Facebook Account from Hackers

Block https Facebook in Squid proxy server

Why Should You Not Trust on Facebook Hacking Tools

Hope you like post. How to invite all friends to a Facebook event/page. Please Share with others.

Previous articleHow to add all friends in Facebook group
Next articleHow to detect keylogger on your PC