Showing posts with label How to invite all your Facebook-friends to like your page. Show all posts
Showing posts with label How to invite all your Facebook-friends to like your page. Show all posts

Tuesday, 23 December 2014

Use the following Javascript code to invite them all:
javascript:var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}

How to invite all your Facebook-friends to like your page