Friday, April 4, 2014

How to Invite all your facebook friends to like your page? (Step by Step)

If you're wondering how to invite all your facebook friends to like your fan page on facebook than you just have to follow the steps below and learn it. First of all you must be logged in to your facebook profile.


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


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! 

0 comments:

Post a Comment