Thursday, 15 May 2014

How to Automatically Invite all Friends to Like your Page


Well we will be using a simple script that going to automate this process by clicking ever single button within seconds, so just follow below simple guide and enjoy.
Open Facebook Page on which you wanna invite your friends.Now just navigate to Build Audience > Invite option.Now it will open the friends showing dialog with the Invite option with every name.Now just press F12 on the Chrome to open the inspection tab.Now navigate to the Console tab and paste the below script. var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i

1 comment: