Sunday, February 16, 2014

Invite All Facebook Friends To Like Page by One Click

facebook-invite-all


Here Is The Official Facebook Trick To Invite All Facebook Friends To Like Your Page With A Single Click Without Using Any JavaScripts!


Steps To Follow :


  • Open The Facebook page where you want to invite all your friends.
  • Now click on "See All" option after clicking on this option there will be opened box which is shown in the below image. 
    project
  • Now you have to right click and selection named "Inspect element". After clicking on this option there will be opened a popup. which is shown in the below image.
    project2
    • There will be opened a popup there you will find a option named "Console" select this option.
      project3

      • Copy this code. Code is given below :-

      var inputs = document.getElementsByClassName('uiButton _1sm');

                                          for(var i=0; i<inputs.length;i++) { 
                                        inputs[i].click(); 
                                      }
      project4
      •  Now paste the whole code and "hit the Enter" and wait for few seconds.so your all friends has been invited in just a one click. 
Hope You All Enjoyed This Trick! :)

No comments:

Post a Comment