Facebook is social media network where we create profile, Pages, groups and events. To interact with people. Normally we use Profiles but for special purpose or for a business we need to create page, group and event. It is not an easy task to grow page, group or any event. The difficult task we face is sending invitation to others to join our page, event or group. Suppose we have 5000 friend so it we task 1 sec for invite every person then we need approx 1,2 hours to complete this task. So don't worry and also don't waste your precious time. Here i going to explain you best way to invites all friend to like your page or invite them to join you even just by single click. Its really easy and best way just by installing chrome extension and start inviting your friends. This is only for working pages and event and you invite them.
Invite All Friends by using Script
- First of all open your Facebook page and then click on Invite all friends option and pop window will appear.
- After that press F12 button on keyboard. Now console window box will appear.
- Copy below code and paste them in console box.
var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
- After pasting code in console press button and invitation to like page will send successfully.
Must Read:- How to Auto Invite All Friends in Facebook Group By Single Click