Have a facebook page? Wants to increase likes? Wants to invite all your friends to like your page? Then you are reading correct article. In this article we will see how to invite all your facebook friends once to like your facebook page instead of inviting each user one by one. Its a fairly simple technique and works with major browsers - Firefox, Chrome, Opera, etc. Let's see how it works.
HOW TO INVITE ALL YOUR FACEBOOK FRIENDS ONCE TO LIKE YOUR PAGE
1) Open your newly created facebook page on where you want to invite your friends.
2) Now click on See all at Invite section.
3) Now go to firefox browser Menu (top right side) → Click on Developer → Click Toggle Tools. (You can press "Ctrl+Shift+I" simultaneously on your keyboard to open Toggle tools on Google Chrome, Firefox and Opera.
4) Now copy and paste following JavaScript as shown in figure below and press Enter key on your keyboard.
javascript:var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
5) Now wait for couple of seconds to make it work. You will see your invite sent message. That's it.
This trick is tested on Firefox, Chrome & Opera browsers. Don't know whether it works with other browser or not. Let me know this trick works with your browser or not. Post your comment below in the comment section. Thank you!
Comments
Post a Comment