How to Select and suggest all your Friends on Facebook?

After you create any pages on Facebook, you obviously like to promote it by letting your friends know. Everyone loves likes on Facebook and suggesting to friends work like a charm if you have got lot many friends. You can easily gather support for your page within some next hours of suggesting your page. But one problem we often face with suggesting friends is, we have to go on clicking on each friends and it can be really tedious. So here we have come up with ways you can actually select and suggest your facebook friends all at once.



Javascript Method:

By use of a simple javascript code on your browser, you can select all your friends.

    1. When you are on the page you want to suggest, click on the Suggest to Friends link on your left of the page.
    2. A popup appears with your all your friends list. Now right click the friend select box, and select open frame in a new tab.
    3. Copy the java script code below and paste it in the address bar.

[code lang=”js”] javascript:elms=document.getElementById(‘friends’).getElementsByTagName(‘li’);for(var fid in elms){if(typeof elms[fid] === ‘object’){fs.click(elms[fid]);}} [/code]

  1. Click on the page and you will see all of your friends being selected.
  2. Now click on Send Invitations and you are done.

We will come up with some other scripts methods as well in upcoming post. Let us know if it worked for you or anything else we can help you with in the comments.

No comments:

Post a Comment