How to invite all friends on facebook By a Single Click
Facebook Is A one of the great Social Media Network Where we Create Pages, Groups, Events and Profile. Interact With People we use Profile But the special Purpose For Business, Fun and for Other Activity we need to Create page, Events and Groups. its So Difficult task we face ( Sending Invitation to all people to join our Page ) if we Create a Page, Group and Events. Suppose we have 2000 Friend not easy to invite one by one all Friends, So Don't worry We Have Share our Idea's Best way to Invite all Friends on Facebook By a single click. this method is not very difficult it is very easy. Best And Easy Way to Invite Friend is Installing Chrome Extension.
Method 1:- Invite all Facebook Friends By Using Chrome Extension
- The Extension will provide the feature Invite all Facebook Friends By a Single Click.
- Login Your Facebook Account
- After that Open your Facebook page
- Click On the Invite all Friends Button.
- New Pop up Window will appear With Name Of Friends
- Click on icon of extension which had installed.
- After that wait few seconds invite all Facebook Friends automatically.
Method 2:- Invite all Facebook Friends by Using Script
- Firstly Open your Facebook Page
- Then Click to invite all Friends
- Pop up Window will appear
- Press F12 button on keyboard
- New Console window will Appear
- Copy below code and paste them in Console box.
- After Pasting this code in console box Press Enter, Invitation to like page will send successfully.
var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
Comments
Post a Comment