Invite all friends to Like a FB page with Single Click
follow these steps ;-
- Log In to your Facebook account and Open the Page for which you want to send invitations to your Friends.
- Now Click on Invite friends Option and a pop up will appear.
- Now simply press f12 key from your Keyboard and Chrome Console window will Open.
- Copy the below posted Code and paste it in the Console window and you’re done !!
var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
thank you for reading.................!!!!!
var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }