Invite All Your Friends to Like Your Facebook Page in one Click.
Facebook offers you the ability to individually invite your friends to like your Facebook page. This is a great way to leverage your friends to drive likes to your new Facebook page. But supposing you have several thousand contacts added as friends, inviting just one at a time can be very time consuming.
In this post, I will teach you how to invite all your friends to like your Facebook page at once using a single line of code.
Follow These Steps
Also See:
Navigate to your Facebook page using Google Chrome.Click the … (ellipsis) embedded in your cover photo and select Invite Friends.
Scroll to the very bottom of your friends list. To accelerate this, hold down the space bar.
The Javascript console will load to the right of your Facebook page.
Also See:
Copy and paste this code on the first line:
javascript:var inputs = document.getElementsByClassNam e('uiButton _1sm'); for(var i=0; i<inputs.length;i++) {inputs[i].click();}
Congratulations! The invites were sent.
0 comments:
Post a Comment