How to Invite All Friends In Facebook event
By
Ega Wahyudi
—
Friday, November 1, 2019
—
Invite All Friends Facebook Event
We will certainly clarify it detailed. Bear in mind to see to it you are using Firefox, as it supports JavaScript functions.
How To Invite All Friends In Facebook Event
Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at the same time. Once more, utilize Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll to the very bottom of that list that simply turned up.
4. Kind "javascript:" 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 seconds and after that struck Send Invites. All your Facebook friends are invited to your event.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Keep in mind: I attempted this and also it worked, yet if somehow it doesn't for you, just let me understand, I'll update the script. And you can only invite up to 500 people daily to an event.
Code Explanation
Given that I am a Computer system Scientist, I could too quickly explain what the manuscript does so you understand that it is not a virus, yet a simple hack.
Right here's what the Facebook invite all to such as manuscript does:
This line look for the element called "_ 42ft ..." which happens to be the invite box and also tons it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your pals:
for(var i=0;i<inputs.length;i++)
Click their particular invite button:
{ inputs[i].click();