Introduction
Hello and thanks for reading. This article has been written to show a user how to invite their entire facebook friends list to an event, group or page within minutes, saving you thousands of manual clicks / invites.
Step 1: Determine what browser to use
Currently, you will need Mozilla Firefox 6+ to invite all friends at once. Get it here.
Step 2: Create your event
Create your Facebook event and fill out whatever is necessary.
Step 3: Inviting the guests
Click the “Select Guests To Invite” button.
When the window opens up, scroll right to the bottom so your entire friends list is visible.
Step 4: Enter select all friends code
Keeping the “Select Guests To Invite” window open, press ctrl+shift+k to enter the web development console. Type the following code into the terminal bar and press enter.
elms=document.getElementById('pop_content').getElementsByTagName('li'); for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}
Step 5: Click Submit
You’re done! Click submit to finish!
No comments:
Post a Comment
Comment here!