Want to invite your friends to an event, Page or Group? But have too many of them which makes it difficult to select one by one. Till now Facebook hasn't provided users with an option to select all friends. So here you need a tool that can do the job for you.
Also see How to unfriend multiple people at once on Facebook.
There are some Chrome extensions for Facebook that can help you in this regard which we will see them one by one. These extensions provide different ways to select your Facebook friends. With these extensions you can invite any number of friends to an event, page or group.
Invite All:
This is the simplest extension which adds Select All button to the Invite Friends window. Just click on Select All button to select all your friends.
Facebook Invite All or Some Friends:
This extension simply gives you 3 options to select friends, +50, +200 or +All. You can select 50 or 200 of your friends at a time. This is not free, you have to pay $2 in order to use all its features.
Facebook Invite All Subrange:
Adds an toggle subrange friends button to the Invite Friends window which lets you select subranges of your friends in one click. This is especially useful to invite your friends when Facebook imposes block on mass invites not to exceed 4000 friends.
Usage:
1, 1000 - select 1000 friends staring with first.
1000, 500 - select 500 friends staring with 1000th.
Use Java Script Code to Select all your Friends:
For any reason if the above extensions doesn't work you go with this hack. Copy and paste the code below into your browsers Address Bar, replacing the Facebook URL. Important: make sure the javascript: part remains intact, as some browsers will remove it after you’ve pasted it in. If that’s the case, manually add javascript: to the start of the code in the Address Bar. Hit Enter on your keyboard.
javascript:var x=document.getElementsByTagName(“input”);for(var i=0;i<x.length;i++) {if (x[i].type == ‘checkbox’) {x[i].click();}}; alert(‘Done, all your friends have been selected’);
Also see Set custom background image for Facebook login page.
Facebook Invite ThemAll:
Facebook Invite ThemAll is a Greasemonkey userscript which adds a button to select multiple contacts in the Facebook Invite Friends dialog box. Firefox users should download and install Greasemonkey addon in order to install this script. While Chrome users should download and install Tampermonkey extension to use this script.
I hope these extensions solve your problem of mass inviting friends on Facebook.
No comments:
Post a Comment
All comments are moderated. Keyword names are deleted.