Thursday 30 August 2012

Send Page Invitation To All Your FB Friends


Facebook offers the feature to Invite your friends to your page. But the most important feature in the selecting process i.e. the Select All Friends function is not available,

Now you can choose all your friends manually but it is fine when you have 50/100/200 friends, but the job becomes more difficult when your friend list is very long, ( And most importantly selecting all friends manually is not good for your mouse and your index finger..isn't it? :) )

But I have found a trick to select all your friends in a single click..
The trick depends on a small javascript code which minimizes your work, so let’s look at the steps involved in Selecting all friends and inviting them to your Facebook page.


Go to your Facebook page, ( It is important :) ).
Click on the ‘Invite Friends‘ link located on your page.

Now you’ll see a small box which says Suggest your page to Friends. Below that you’ll find a button drop down which by-default highlights Recent Interactions. Click on that button and change it to Search All Friends.




 Paste the following Javascript code in your browser’s(*) address bar, 

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

All those people whom you haven’t invited yet will be selected automatically. Now, you just have to hit the Submit button.
After that you’ll see a similar confirmation box on your screen. 

Comment below if you face any problem implementing the above trick.

0 comments:

Post a Comment