How To Invite Your All Friends To Your Facebook Page By A Single Click [Using Java Script]



Facebook is the most popular social media network, many of us have created own FAN Page in facebook. Not only that many people create facebook page for the business purpose. After creating a page, first of all people think How to increase page likes. So that time people started to invite their friends to like the page. But suppose you have 3000 friends, and you want to invite them all. Now think is this possible to click on the Invite button 3000 times. No man it's not a good way to invite 3000 friends.

Now if I say, you can invite your all 3000 friends by a single click. Yes, you can. I have a trick to invite your all friends to your Facebook page by a single click basically using Java Script.
Now I'm going to explain you the trick. This is working for inviting friends in your pages and events. And adding friends in a group by a single click follows another trick. So follow the bellow steps to invite your all friends to your Facebook page by a single click [Using Java Script].


Invite your all friends to your Facebook page by a single click [Using Java Script]:

Step 1: First of all login to your facebook account and then go to your page. Now click on Invite Friends option. Then you can see a popup window will appear like the bellow image.


Step 2: Now press Ctrl + Shift + J for opening the Console window.

Step 3: Now copy the bellow code and paste the code into the console box.


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

See the bellow screen shot for better understanding.



Step 4: Now press Enter button on your keyboard, and see invitation requests sent automatically.


Now your all friends are invited successfully. 


I think this tick will help you the most. If you will face any dilema during this trick then feel free to ask me. Now It's your turn to share this post with your friends and write your reviews in comment box. Feel free to follow us by Email to get our updates and upcoming amazing tutorials direct to your mail id...




Subscribe for latest Apps and Games


0 komentar:

Posting Komentar