How To Invite All Your Facebook Friends To Like A Facebook Page

0

I hope that everyone of us faced this problem in Facebook. And the problem is inviting every single friend of yours in your account to like some specific page. Facebook don’t allow us to invite all our friends at once to like some page. Instead we need to click the invite button separately for every single friend of ours in our account. And this has became one of the irritating issues with Facebook.

This will not be a problem at all for those who have some average number of friends like you know around 200-300. But think about the situation for those who have 5000 friends in their account which is the maximum number of friends a person can add in their account. So you know it’s some hectic kind of job to invite everyone of your friends.

invite

So let me help you with this problem. Just follow the following steps one by one to invite all your Facebook friends to like a page at once:

  • Just open the page for which you are going to invite your friends to like.
  • Then click “Click here to invite your friends“.
  • A new popup window listing your friends will appear.
  • Then scroll all way through till every friend of yours got listed.
  • Press F12 key to open the console window.
  • Now copy the below code snippet:
var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++){
inputs[i].click();
}
  • Paste it in that console box and press enter. Wait for some time to process. That’s it. It’s all done.

So this is it. You can use this trick to invite all your Facebook friends to like a particular page in just one click. Thank you for reading our article and if you have any doubts/queries/suggestions, please feel free to comment below. If you find this article useful and knowledgeable, please share it with your circle. You can even contact us privately through the contact form or through social networking sites like Facebook, Twitter, Google+ etc.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.