Facebook has recently changed its ‘inviting friends functionality’, which enables you to send events, pages, etc. Today i will tell you how to select all friends in your Facebook account when inviting to your page or event. We can send invite up to 5000 friends at once.
These steps or method are tested under Chrome 10. Just follow the below steps to invite friends easily to your page.
Easy Steps To Invite All Your Facebook Friends to Your Page
1. Only admin can have the power to send page invitations . Go to your Page and Click Invite Friends on your right side of the page.
2. Then a window will pop-up showing Recent interactions and then Click Search all friends.
3. Then your some friends will appear in this windows. Then just scroll down untill your last friend will appear in this window. You have to scroll down your friends list in order to invite all your friends, because the new interface only loads some friends via AJAX at a time.
4. Copy and paste below code in your web address bar of your browser (Web Address bar is on top of browser) and make sure you have scrolled down your friends list. Javascript Code for inviting friends to your FB pages -
javascript:elms=document.getElementsByName(“checkableitems[]“);for (i=0;i<elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()};
IMPORTANT NOTE : Facebook has played a little tricked in this but i have the solution for this, after you had pasted above code in your web address bar then if you press enter blindly then google search appears, because when you have pasted above javascript code then some words are missing from the code.
This will be shown if you paste above code -
elms=document.getElementsByName(“checkableitems[]“);for (i=0;i<elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()};
Then just see the code above pasted at 4th point in the starting and the code recently above this line, there is missing some of its main line - javascript:
Write this bold code in front of your javascript code pasted above in the starting of 4th point. Then Press ENTER.
5. Just wait for 2-3 minutes untill your all friends will be highlighted and selected then just CLICK Submit to send Page Invites.

If you have any problem in inviting your friends just post it in comments here. Our team will happy to help you asap.





Pingback: How To Make The Most Of The Facebook Timeline in 5 Simple Steps | Tech Hungama