Thursday 2 January 2014

Invite All of your Facebook Friend at Once to Like your Facebook Page By Single Click [New Code]

By
Here I Explain you Best Tricks is Useful to all Facebook users.how to invite all your Friends to like your fb page by single click, I explain new method.

Facebook+Invite+Friends+Page+Like

Step 1 : Go to Your Facebook page or Open that page for which you Like to invite your fb Friends.

Step 2: Now click On SEE ALL to invite all friends.

Invite All of your Facebook Friend at Once to Like your Facebook Page By Single Click [New Code]


Step  3 : Now you see the one window will open.you have to scroll down on your friend list until you reach the bottom, it will take time one minute or two minutes as per your friends more friends then one more minutes ...

Invite All of your Facebook Friend at Once to Like your Facebook Page By Single Click [New Code]

Step 4:  Once you reach at bottom your friend list , Then press CTRL+SHIFT+J or press F12 and click on console.

Fb+Page+Invite

Step 5: Now Paste Below Code in Console and then Press Enter.

javascript:var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i inputs[i].click();
}
  

Step 6: Now Process Will Start it take some time after end of process you see that All Facebook Friend Invitation send  .

Note:- If you are using Firefox and hit go instead of hitting enter the code will not work!

If you Have any Problem Regarding this Invite All of your Facebook Friend at Once to Like your Facebook Page By Single Click [New Code] then you can comment Below.

12 comments:

  1. When was this posted - is it still valid?

    ReplyDelete
    Replies
    1. ya it's still valid :) I tested it first then i post it (y)

      Delete
    2. in Fireworks it is not working ... give me numbers of errors...../

      Delete
    3. bro Press Ctrl+shift+K then put above code into that it's working completely in my Firefox browser..

      Delete
  2. not working

    SyntaxError: Unexpected identifier

    occure

    ReplyDelete
    Replies
    1. This error will accure when you not load complete window means not drop-down upto bottom.

      Delete
  3. See the error I get SyntaxError: missing ; after for-loop condition

    ReplyDelete
  4. I am having same error as #francis anyacho

    SyntaxError: missing ; after for-loop condition

    ReplyDelete
  5. The correct code is:
    javascript:var inputs = document.getElementsByClassName('uiButton _1sm');
    for(var i=0; i<inputs.length; i++) { inputs[i].click(); }

    ReplyDelete
    Replies
    1. Thank you it worked for me
      Tracey Amis which u have provided above


      Delete
    2. it Works Thanks Tracey 29/4/2014

      Delete