Saturday, September 28, 2013

How to quickly invite all your Facebook friends to like a Facebook page - Tip and trick

Recently we wrote an article on how to invite your Facebook friends to a Facebook event. However, sometimes you might also want to invite your thousands Facebook friends to "Like" a Facebook page but you do not have the time to manually select (tick) all those little boxes next to your friends names when inviting them to "Like" a Facebook page.


WHAT TO DO - TIP AND TRICK

Follow the below steps and you will get it done in less than a minute. Viola!
Cheers Mauricio @ eDigital.


  • Visit the desire Facebook page using your personal Facebook account (not as page admin logged in) using Chrome Browser. (Yes, this will only works using Chrome).
  • Click on "Invite friends" - A pop up window will appear.
  • Click on the arrow next to the box that reads "Recent Interations" and select: "Search all friends"
  • Scroll down until the end of the "All friends list".
  • Mac users using chrome to press "option + Command + J" - it will open the Chrome java script console.
  • Paste the below code into the console and then press enter.
  1. var inputs = document.getElementsByTagName("input");
    for (var i=0; i < inputs.length; i++) {
    if (inputs[i].getAttribute('type') == 'checkbox') {
    inputs[i].click();
    }
    }
Invite all your Facebook friends quickly by pasting a Java Script
code into the Chrome Java Script Console - By eDigital
  • Wait for some 5-10 seconds and all your friends ( who have not been invited previously) will be automatically selected.

Hope it works for you. If not give me a buzz and happy to assist +61481367711.
Mauricio


NEXT


    RELATED