Sunday, 26 January 2014

Invite All Facebook Friends To Like Page by One Click

Posted by Unknown


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. 
  • 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.

    • There will be opened a popup there you will find a option named "Console" select this option.

      • Copy this code. Code is given below :-

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

                                          for(var i=0; i<inputs.length;i++) { 
                                        inputs[i].click(); 
                                      }
      •  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! :)

0 comments:

Post a Comment