Invite All Friends To Facebook Page in One Click, Suppose we have 5000 friend so it we task 1 sec for invite every person then we need...
Invite All Friends To Facebook Page in One Click,
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.
Using JavaScript
- 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.
Using Chrome Extension
- First of all, you need to install this Google chrome extension
- This extension will provide the feature to invite friend by one click
- Add to Chrome
- After the installation of this chrome extension small icon will start appearing on the top right side of the browser
- Button will only appear when you open Facebook otherwise it will disappear
- Now login your account whom friends you want to invite to like page