Invite All Friends to Facebook event 2019
By
pupu sahma
—
Monday, August 19, 2019
—
Invite All Friends Facebook Event
We will explain it step by step. Keep in mind to make certain you are making use of Firefox, as it sustains JavaScript functions.
Invite All Friends To Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at the same time. Once more, make use of Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the really lower of that list that simply popped up.
4. Kind "javascript:" right into the address bar. (Notification 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 hit Send Invites. All your Facebook close friends are invited to your occasion.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Note: I tried this and also it worked, but if for some reason it doesn't for you, simply let me understand, I'll upgrade the manuscript. As well as you can just invite approximately 500 people each day to an event.
Code Explanation
Considering that I am a Computer system Scientist, I may too briefly discuss what the manuscript does so you recognize that it is not an infection, however a simple hack.
Here's what the Facebook invite all to like script does:
This line look for the element called "_ 42ft ..." which takes place 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 friends:
for(var i=0;i<inputs.length;i++)
Click their corresponding invite button:
{ inputs[i].click();