This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can fans of my facebook page invite their friends to join my page?
03-24-2014, 04:37 PM
Post: #3
 
i will share a Trick with which we can invite all Facebook friends to an event or page with one click as I know that we all hate clicking and clicking on everyone’s name.Yeah , you heard right that no more need of clicking more than once to invite all Facebook friends whether they are 4 or 4000. So lets not waste time and get started.

WORKING AND VERY EFFICIENT!

Instructions:
1. Click Invite Friends on whatever you are inviting people to
2. In the dropdown next to the search box, click Search All Friends
3. 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)
4. For EVENTS Copy this code:

jelms=document.getElementsByName(“checkableitems[]“);

for (i=0;i<elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()}

For PAGES Copy this code:
jvar inputs = document.getElementsByClassName(‘uiButton _1sm’);
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Fanaticaltub673 - 03-24-2014, 04:28 PM
[] - Vivek Kumar - 03-24-2014 04:37 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)