Wednesday, October 5, 2016

The code to invite all his friends to like a Facebook page:

INVITE ALL FRIENDS TO LIKE FACEBOOK PAGE IN ONE click



If you use Google Chrome:

If you use Chrome and want to invite all your friends to like a Facebook page, click on the button shaped three lines in the upper nail right tools and then JavaScript console as in the picture below, or use the following keyboard shortcut CTR + SHIFT + J.

*The code to invite all his friends to like a page:
var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}

0 comments:

Post a Comment