Thursday 21 March 2013

How To Select The Entire Friends List to Invite In Facebook

There is an Useful feature in facebook to Invite the friends for Events,but its quite irritating to select the friends one by one and there are cases where the facebook users have thousands of friends in their list.

Its really a time consuming process to select the entire friends list one by one. The time consuming process is no more.Try out this simple method to select the entire friends list.In this post i have explained how to do this in simple way.Follow the steps one by one. 

Steps to Follow

 1.Go to the Invite Friends Tab.The Following Dialog box will appear. 





2.Select the first check box and press PageDown key until the list reaches till the last.


3.You need to open the JavaScript Console of your browser in order to select the entire friends list. 

For Firefox : Crtl+Shift+K
 For Chrome : Crtl+Shift+J 
For Safari : Ctrl+Alt+I 
For IE 9 : F12 ,Click on Console 
For Opera : Ctrl+Shift+I,Click on Console 


4.A pop up window will be shown like the Image below. 


  

5.The Java Script given below must be used to select the entire list of friends.



javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
 




6.Copy the above mentioned Java Script in the Pop Up window as shown in the image and press Enter and wait for sometime.

7.That's it now your entire friends list is selected,the first Check Box will be left unselected and you need to select that now.

Hope you find this information useful.Please do comment for queries.


 

No comments:

Post a Comment