How to quickly invite all your Facebook friends to like a Facebook page -Useful tRiCkS
There use to be a way of copying and pastying a code on Chome or Firefox console but I would NOT recommend it any longer.
I have done some tests today Wednesday, March 26th 2014 and NONE of the codes offered do the work. Possibly people were taking too much advantage of it.
Some of the codes found on some webpages are actually SCAMS using your Facebook account to send invites to other pages.
So at the mean time, please do NOT use any of the codes you might find on the internet as they are very likely to be SCAMS or out-of-date anyway.
I will keep you update with any changes. We hope Facebook brings the functionality soon :)
Some of the old Instructions (Please do NOT follow them as they can be SPAM).
- Click Invite Friends on whatever you are inviting people to
- In the dropdown next to the search box, click Search All Friends
- Scroll ALL the way down until names stop loading (I found it easy to click the first name and then hold down the spacebar or Page Down button)
- Copy this code:
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
OR THIS ONE:
On Chrom e
inputs[i].click();
}
var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
On Chrom
- Press (CTRL+Shift+J) for WINDOWS or (Command+ Option+J) for MAC on your keyboard.
- Paste the code into the box at the bottom and press enter (next to the blue ">")
On Firefox
- Press (CTRL+Shift+K) for WINDOWS or (Command+Option+K) for MAC on your keyboard
- Paste the code into the box at the bottom and press enter (next to the blue ">>").
- For large friends list, this may utilize all your resources and will cause the page to freeze and be unresponsive. Just wait a few minutes until all the names get selected.
No comments:
Post a Comment