Recently
we learn How to post to all facebook groups at once and today we are
going to learn "How to invite all friends on facebook page at once".This
tutorial is very easy then others that we learn.In this tutorial we use
a javascript to Invite all friends on facebook page at once manually.
As we know that Facebook not allow to invite all friends on a page at
once.If you we invite one by one then it takes much time.If you
searching a trick to post in all facebook groups at once than you are
absolutly right here.Today the main aim of this post is to solve this
problem.So let's start without waisting the time.
Wait for Few Seconds and you will see invited yellow box on the Screen like this.
It takes a few seconds to invite all friends on the page.
All is done.If you face any problem in this tutorial comment here.
- First of all Login to your Facebook account.
- Now open the Page on which you want to invite friends.
- Now Go to Invite box and click on "see all" option.
- Now Select "Search all friends" option in the top left side.
- Scroll down the mouse wheel in the list untill the all friends list loaded.
- Press CTRL+SHIFT+J For Chrome and CTRL+SHIFT+C For Mozilla Firefox.
- Now in the Tab Menu Go to Console Tab.
- Copy all the codes below and paste in the Console Box.
javascript:var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
EmoticonEmoticon