Invite All Friends To Facebook Page By Single Click With Images:-


Invite all in one click

Invite By Using Script:-

  • First Goto Ur Fb Page
  • See The Option Invite Friends


  • Click on invite friends options,A new window will popup
  • After that press F12 button on keyboard. Now console window box will appear.
  • 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 code in console press Enter button and invitation to like page will send successfully.


 
Top