How to invite Facebook Friends to like a page in Single Click 2014
1.First Login your Facebook account
2.then Open your Page
3.Then Click on Invite Friends
4.It will open one Pop windows code down
5.Now press F12 button in your keyboard
6.It will Display one code
7.there one code will display like this "Var inputs= document.getelementByclass"
8.there replace with this code
var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
9.Now invites will sends automatically to all facebook friends.
1.First Login your Facebook account
2.then Open your Page
3.Then Click on Invite Friends
4.It will open one Pop windows code down
5.Now press F12 button in your keyboard
6.It will Display one code
7.there one code will display like this "Var inputs= document.getelementByclass"
8.there replace with this code
var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
9.Now invites will sends automatically to all facebook friends.
