How to Invite All Friends to event On Facebook - Quick and Easy
By
Arif Rahman
—
Friday, June 19, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
How To Invite All Friends To Event On Facebook
Facebook Event Invite Code
Code to invite all close friends to a Facebook event at once. Again, make use of Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the really bottom of that list that simply appeared.
4. Type "javascript:" right into the address bar. (Notification 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 afterwards hit Send out Invites. All your Facebook good friends 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 somehow it doesn't for you, simply let me know, I'll upgrade the script. And you can only invite approximately 500 individuals each day to an event.
Code Explanation
Given that I am a Computer Scientist, I may too briefly discuss what the manuscript does so you understand that it is not a virus, 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 loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your pals:
for(var i=0;i<inputs.length;i++)
Click their particular invite switch:
{ inputs[i].click();