When you starts a new page in Facebook, the primary source of likes and comments for the posts will be from your friends. Especially when the page is relating a website or a blog, then getting a few likes initially can help you very much. In Facebook, manually inviting all your frinds by cliking on the invite button for every individual is a time consuming process. Using this simple tip, you can now invite all of your friends to your Facebook page in a single click. No additional software or tools needed
Steps to invite all friends to Facebook page
- Open Facebook and login to your account
- Open your page and click on the “Invite friends” button
- Now a pop up will open with all your friend’s listed there
- Press Ctrl+Shift+J. A console will open up where you can enter codes
- Copy paste the following line of code to the console and press enter
var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
Done! Now all your friends are invited to like your Facebook page in a single click!
Leave a Reply