Code to Invite All Friends On Facebook event - Quick and Easy
By
Anjih Najxu
—
Tuesday, March 10, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
Code To Invite All Friends On Facebook Event
Facebook Event Invite Code
Code to invite all buddies to a Facebook event at once. Again, use Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the very lower of that list that simply appeared.
4. Type "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a few seconds and afterwards struck Send out Invites. All your Facebook buddies are invited to your event.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Note: I tried this and it worked, yet if for some reason it does not for you, simply let me understand, I'll upgrade the script. And also you can just invite approximately 500 people per day to an occasion.
Code Explanation
Considering that I am a Computer system Scientist, I might too briefly discuss what the script does so you know that it is not an infection, but a basic hack.
Below's what the Facebook invite all to such as script does:
This line look for the element called "_ 42ft ..." which occurs to be the invite box and also loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your buddies:
for(var i=0;i<inputs.length;i++)
Click their particular invite button:
{ inputs[i].click();