Invite all your Facebook Friends to like your page in one click

Invite all your Facebook Friends to like your page in one click


 Invite all your Facebook Friends to like your page in one click

To day we are going talking about that how we can invite all our facebook friends to like our facebook page.

When you create a new page you must invite your friends to get more likes on that page. This is the easiest way to get likes fast. to
do so you must go to your page and make sure your are using facebook as your original profile not as the page. and then you
must see a button called invite your friends. what you can do you can simply click on the invite button and you can invite your friends by click that invite button.
but it becomes so boring when you have thousands of friends and you want to invite them all to like your page. so this time JavaScript can help you a lot.
To apply the java script

follow these instruction :

1. Make sure you are logged in with your original ID not as facebook page.
2. Now go to your page and then scroll down and there you will see a option called invite friends actually this will look like a box.
3.Click on the see more  button and and then a new window pop ups and you can see all your friends name in the list.
click here{merapc.in]
4. Now scroll down to the very end of the list it might take some time to load all your friends but wait for some moment and scroll to the end.
how to invite all friend to like your facebook page
5. Now open web consol if you are using chrome then press Ctrl+Shift+J  if you are using Firefox mozila  then press Ctrl+Shift+K.  Make sure you are in Javascript consol
it will look like this in Firefox :-

In Firefoz mozilla
and in Chrome :-

in google chrome
6. Now copy this code.


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

7. Now paste in the web consol (Java script ) and hit enter. Your browser might behave crazy but after some moment you will see that every thing is fine and you have successfully invited your all friends to like you facebook page.

Thats it..!!!
This is the latest trick for inviting friends in just one click as you can see this is simple pure java script and does not contain any kind of virus and something like that so feel free to use this script.
So thanks friends for visiting here. And if you found this helpful then hit like on our facebook page for latest updates.
Next Post Previous Post
No Comment
Add Comment
comment url