How to Invite All Friends to A Facebook event 2019
By
Ega Wahyudi
—
Tuesday, March 17, 2020
—
Invite All Friends Facebook Event
We will certainly describe it detailed. Bear in mind to make certain you are using Firefox, as it sustains JavaScript features.
How To Invite All Friends To A Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook event at once. Once again, utilize Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll down to the extremely bottom of that list that just appeared.
4. Kind "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a couple of secs and afterwards struck Send 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 functioned, yet if somehow it doesn't for you, just let me recognize, I'll update the manuscript. As well as you can just invite up to 500 people each day to an occasion.
Code Explanation
Since I am a Computer Scientist, I might too quickly clarify what the script does so you recognize that it is not an infection, however a simple hack.
Right here's what the Facebook invite all to like manuscript does:
This line look for the element 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 loops for all your pals:
for(var i=0;i<inputs.length;i++)
Click on their particular invite button:
{ inputs[i].click();