Easy Steps To Select All Your Facebook Friends While Inviting To Your Facebook Pages For Chrome

| September 25, 2011 | 12 Comments

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.

Tags: ,

Category: Tech News

About the Author ()

Comments (12)

Trackback URL | Comments RSS Feed

  1. lala says:

    I cant copy the bold code onto my url?

  2. Keith Tavernier says:

    awesome good post … Keep going Thank you

  3. CROS says:

    I dont think this code works on MAC’s anymore. I was using it before but it stopped a few weeks ago. And thats using safari, chrome and firefox

  4. Confused Person says:

    Sorry Harsh but i have tried this code in Mozilla Firefox 7 and its not working. Nothing happens even after 10-15 minutes of hitting go button after writing this code in the address bar of the browser. I am using Windows XP.

  5. sam says:

    actually, i press enter (after adding javascript:)and nothing happens. no lag or nothing (like it used to do so..)

Leave a Reply