inovve

Invite all Friends to Like Your Facebook Fan Page 2014

Dec 28th, 2013
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. 1 ) Open your Facebook page, where you desired to invite your friends.
  2. 2 ) Now just navigate to Build Audience > Invite option.
  3. 3 ) Now, a dialog box will be appear with invite option with all your friends name.
  4. 4 ) Press F12 to open inspect element tab.
  5. 5) Go to the console tab and copy paste the following script.
  6.  
  7. var inputs = document.getElementsByClassName('uiButton _1sm');
  8. for(var i=0; i<inputs.length;i++) {
  9. inputs[i].click();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment