Thursday, 11 February 2016

// //

How to invite all friends to like a facebook page


Facebook is a 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 friends, if we task 3 sec for inviting every person then we need approximately 1.5 hours to complete this task. So don’t worry and also don’t waste your precious time. Here i going to explain the best ways to invite all friends to like your page OR invite them to join you even just by single click. The best way is just by installing chrome extension and start inviting your friends. This is only for working pages and event and you invite them but if you want to invite them into group then this trick is not for you.

Method 1: Invite All Facebook Friend By Google Chrome (Extension)

  
  • First of 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.
Invite All Friends To Facebook Page chrome extension
  • Now login your account whom friends you want to invite to like page.
  • After that open your Facebook page and then click on the Invite all friend button.
  • New pop up window will appear with name of all friends.
  • Then click on the icon of the extension which had installed.
Invite All Friends To Facebook Page chrome extension
  • After that just wait for few seconds your all friends invite automatically.

Method 2: Invite 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.
Invite All Friends To Facebook Page script code
I hope you like this trick to invite all friends just by single to like your page or join event. Don’t forget to share with others.