With a great amount of users and daily visits, Facebook is the number one social media network and the second ranked website in the world, where we create profiles, Pages, groups and events etc. To interact with people, communities and brands. We use our normal Profiles but for specific special purposes or for our business use we may need to create page(s), group(s) or event(s). Using Facebooka great way to promote content, market products and be sure of getting great returns. But, It is not an easy task to invite people to our page(s), group(s) or event(s)..
Suppose we have 5000 Facebook friend so if we task 5 sec for invite every person then we need approximately 6hours to complete this task.
You can see that the task won't be an easy one. It will also consume your data and time.
You don't need to worry or waste your time to do that.
Here i am going to show you how to invite all your facebook friend to like your page(s) just by a single click.
It's really an easy white-hat way just by using a javascript and start inviting your friends.
This is only for working pages and event and you invite them but if you want to invite add them to your group then this trick is not for you.
HOW TO AUTOMATICALLY INVITE ALL FRIENDS TO LIKE FB PAGE(S):
*.First of all open your Facebook page and then click on the gear button
=>> Click Invite friends option from the drop down menu and pop window will appear which shows you list of some of your friends to invite.
*.After that press F12 button on keyboard or ctrl+shift+J
Now a box will appear, On the header part of the box Click CONSOLE.
*.Copy the code below 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 enter button and invitation to like page will be sent to all your friends successfully.
To confirm the invitation was sent the Invite button will change to a blur button and change to invited.
IF THIS WAS HELPFUL
Please Share it....
Suppose we have 5000 Facebook friend so if we task 5 sec for invite every person then we need approximately 6hours to complete this task.
You can see that the task won't be an easy one. It will also consume your data and time.
You don't need to worry or waste your time to do that.
Here i am going to show you how to invite all your facebook friend to like your page(s) just by a single click.
It's really an easy white-hat way just by using a javascript and start inviting your friends.
This is only for working pages and event and you invite them but if you want to invite add them to your group then this trick is not for you.
HOW TO AUTOMATICALLY INVITE ALL FRIENDS TO LIKE FB PAGE(S):
*.First of all open your Facebook page and then click on the gear button
=>> Click Invite friends option from the drop down menu and pop window will appear which shows you list of some of your friends to invite.
*.After that press F12 button on keyboard or ctrl+shift+J
Now a box will appear, On the header part of the box Click CONSOLE.
*.Copy the code below 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 enter button and invitation to like page will be sent to all your friends successfully.
To confirm the invitation was sent the Invite button will change to a blur button and change to invited.
IF THIS WAS HELPFUL
Please Share it....