Saturday 8 October 2016

Invite All Facebook Friends To Like Page By Using Script.


  1. First of all open your Facebook page where you want to invite friends.Then click on Invite all friends option and pop window will appear.
  2. After that press F12 button on keyboard. Now console window box will appear.
  3. Copy below code and paste them in console box.


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


  • After pasting above code into console box press button. Invitation to like Facebook page will be send successfully.


No comments:

Post a Comment