Saturday 17 January 2015

// //

How to Invite All Friends at Once in your Facebook Page

Hi there, after some amazing posts on blogging and Social media I'm back with a tutorial post.  This post will allow you to invite all of your friends to any facebook page. In this post I will share the step by step guide on how to invite your friends to new facebook layout pages.



We all make facebook pages no matter on what topic it is. We make pages for our blog, website, brand, public figure or we even make pages for fun. So is making pages enough???

Obviously no!! You will have to get likes on your page so that your target audience can get your posts and updates. But wait!!! It is not that easy to get likes, so what I and most of us do is just invite all of our friends to LIKE our FACEBOOK Page. In this way our friends get a notification and there is a 50% chance that they will open up your page and like it.

But wait again!! Will you invite all your friends manually ?? I mean won't it take time ?? In hours ?? So to overcome this time problem we have come up with a simple code that will automatically invite all your friends to like your page with a singe click. 

Lets get started!!

Code to Invite All Facebook Friends in New Page Layout 2015

Just Follow the given steps: 

  • Firstly as usual, open the page for which you want to send invites to your friends. 
  • If you are the admin of the page you will see an option "BUILD  AUDIENCE", Click on it.


  • Click on Invite Friends, a pop will open containing a list of all your facebook friends. Scroll the List as much as you can so that all of your friends get listed in it.




  • Now follow the same old method. Press F12 on your keyboard. Console window opens in case of Mozilla and Chrome. 
  • Copy the code given Below and hit the enter button. All of your friends will be invited automatically. 

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


How to Share My Post to All Facebook Groups in 1 Click 

This process can take upto 2 minutes depending upon the number of friends you have. Also note that our blog link gets copied along with the code, so before hitting the enter button make sure you remove our link.

Isn't it Simple!! Well I still posted as I got many comments on my previous post about how to make it work with the new layout and instead of updating the old one, I thought of just writing once again. I hope this will help you. Do share this tutorial with everyone who is still facing problems inviting their friends on their fb pages.