How to Invite All Facebook Friends to An event
By
pusahma2008
—
Saturday, February 1, 2020
—
Invite All Friends Facebook Event
We will describe it step by step. Keep in mind to ensure you are using Firefox, as it supports JavaScript features.
How To Invite All Facebook Friends To An Event
Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at the same time. Once again, utilize Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the really lower of that listing that just appeared.
4. Type "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a couple of secs and after that hit Send out Invites. All your Facebook pals are invited to your occasion.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Keep in mind: I tried this as well as it worked, yet if for some reason it does not for you, just let me understand, I'll upgrade the manuscript. As well as you can just invite as much as 500 people per day to an occasion.
Code Explanation
Considering that I am a Computer Researcher, I could also briefly describe what the manuscript does so you recognize that it is not an infection, but a simple hack.
Right here's what the Facebook invite all to such as manuscript does:
This line look for the component called "_ 42ft ..." which takes place to be the invite box as well as tons it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your good friends:
for(var i=0;i<inputs.length;i++)
Click their particular invite button:
{ inputs[i].click();