2014/04/03

how you invite all facebook friends to like your fan page

how you invite all facebook friends to like your fan page?


1. Go to the page you want to get more likes.
2. Click Build Audience and then Invite Friends.

Click to see in full size!

3. Once a new window is opened in the drop-down click Search All Friends!

4. Scroll down to load all friends. (Make sure all friends are loaded properly).

5. Press CTRL + SHIFT + J to open Chrome Console!
Then copy and paste this code below:

var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
    inputs[i].click();
}

6. After you paste the code press ENTER and wait for the invitations to finish!

This is how you invite all facebook friends to like your fan page, you also may watch the video below for more details: