It is very irritating to send invites to whole friend list one by one specially when you have huge list of them. Invitations are useful to get more number of likes and visitors as targeted by the administrator. This helps in increasing referral traffic to your connected website or blog. To overcome this problem there's a simple Javascript which checks all boxes at a time and send invites to whole friend list in a single click.
So here's the trick:-
1:- Open any browser.
2:- Open the page from which you want to invite the friends and Click on "See All" button.
3:- Make sure the tick is against "Search All Friends"
4:- Now, right click on anywhere on the page and Select "Inspect Element".
5:- A window will pop up with some sub-windows in its toolbar, from these select the "Console" tab.
6:- Then copy this code
"var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click();}" (without quotes)
7:- Now hit enter and wait for 2-3 seconds and That's it, all invitations were sent.
Also Do check:- Create Facebook Page Without a Name
No comments:
Post a Comment