How to Invite All Friends to event On Facebook - Quick and Easy
By
MUFY UJASH
—
Friday, September 11, 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 pals to a Facebook event at the same time. Once again, use Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll down to the very lower of that listing that just appeared.
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 then hit 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();
Note: I attempted this as well as it functioned, but if for some reason it does not for you, just let me recognize, I'll update the manuscript. As well as you can just invite as much as 500 people each day to an occasion.
Code Explanation
Because I am a Computer system Researcher, I could also briefly describe what the manuscript does so you know that it is not a virus, yet a simple hack.
Below's what the Facebook invite all to like manuscript does:
This line searches for the aspect called "_ 42ft ..." which takes place to be the invite box and loads 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 on their respective invite button:
{ inputs[i].click();