Geek Dashboard

How-To's, Smartphones, News and Reviews

  • Home
  • News
  • Smartphones
    • Android
    • iOS
  • Computers
    • Windows
    • macOS
  • Internet
  • Reviews
You are at Home » Internet

How to Invite All Your Friends to like Facebook Fan page in One Click

Last Updated on August 6, 2021 by Amar Ilindra 21 Comments

No matter, how large your company is; one of the working awesome best ways to promote a business online is by making use of Social Media. No doubt, best one among all social media sites is Facebook and next comes LinkedIn, Twitter, Google+. Facebook fan page is the most extraordinary thing developed by Facebook. Every company has their own official Facebook page and even Geek Dashboard has Facebook Page. The first immediate thing you need to do after creating a Facebook page for your business is to invite all friends to like Facebook fan page. Unfortunately, this will become really a headache is you have a large list of friends on your account. Moreover, Facebook has no official “select all” button to select all friends on the list. There is no other choice, you have to manually invite everyone.

How to Invite All Your Friends to like Facebook Fanpage in One Click

This is really a hard task and takes hours to complete. Luckily today we had a working JavaScript code to invite all friends to like Facebook fan page in just one click. This trick works on all Facebook pages, no matter whether you’re admin of that page or not. You can even invite your friends to like a page even if you’re not owning that page.

Bonus: The Future Look of Facebook [Concept of Redesign]

Invite all friends to like Facebook Fan page in one click

Currently, this trick is working on almost all best web browsers like Google Chrome, Mozilla Firebox, Internet Explorer, Safari irrespective of operating systems. All you have to do is just copying and pasting. It is just a few steps task which can get completed in less than 30 seconds. Okay, let’s invite all friends to like Facebook fan page easily in just few simple mouse clicks.

Before proceeding, make sure you are using the latest version of web browsers on your computer. Outdated browsers may not give the results as expected. You can download the latest version of browsers below

  • Google Chrome
  • Mozilla Firefox
  • Internet Explorer
  • Safari 

Update #1 [Oct 2015]: Recently Facebook changed it’s class names and we worked hard and updated the code and it is working like a charm without any issues. Please wait until you see “undefined” after running the script in the console. It takes around one minute to mark all the available friend list.

Update #2 [May 14, 2017]: We have tested this method again and it seems working well as expected. But don’t send more than 100 invites at the same time. Use this trick every day to invite 100 new friends daily.

Code to Invite all friends to like Facebook Fan page in one click

Method 1: To invite all Facebook friends using .js code

Below is the working JavaScript code which will help you to invite all friends to like Facebook page in one click. Copy below provided code and proceed to next step

For Facebook Pages: – Latest Working Code for 2017

javascript:var geekdashboard = document.getElementsByClassName('uiButton _1sm');
for(var invite=0; invite<geekdashboard.length;invite++) {
geekdashboard[invite].click();
}

For Facebook Events: – Latest Working Code for 2017

javascript:var geekdashboard = document.getElementsByClassName('_1pt_ _1pu0');
for(var invite=0; invite<geekdashboard.length;invite++) {
geekdashboard[invite].click();
}

Once copied, open the Facebook page from which you want to send invites and click “Invite Friends”

how to invite all facebook friends to page

Now scroll down till the end of the list and depending upon your browser type; follow steps mentioned below.

Google Chrome Users

  1. Right-click anywhere on the page and click “Inspect Element” or simply press F12 and Go to “Console” tab.
  2. Now past the code at the end just next to the > and hit “Enter”.

Invite all friennds in one click

That’s it, leave it aside for some time and it will automatically invite all friends

Also Read: How to solve Google Chrome has stopped working error

Mozilla Firefox users

  1. Press Ctrl+Shit+k (Windows users) Cmd+Option+K (MAC users) on your keyboard
  2. Now paste the copied code at the end just after the >> and hit “Enter”

It will now automatically invite all friends to like that page automatically

Internet Explorer Users

  1. Press F12
  2. Click “Console” tab
  3. Paste the copied code and press “Enter”

Safari Users

  1. Go to “Preferences” in menu, then click “Advance” and check “Show desktop menu in desktop”
  2. Now click “Develop” and then “Show error console” and just press “Command+Option+C”
  3. Paste the copied code at the end after > and hit “Enter”
It takes some time to send all invites, time depends on the total number of friends in your account and partially on your internet connectivity.

Method 2: Invite Facebook friends using browser extension/Addon

If above script didn’t work for you, make use of browser extensions to invite your friends to like the page.  Download the extension below depending on your browser.
Download on Chrome Web Store
Download on Firefox Store
After installing the extension or addon, you need to click invite friends button on your Facebook page as shown in the below image
how to invite all facebook friends to page
You’ll get a popup box showing all your friends, select “All friends” from the dropdown and click the tick icon on your browser extensions.
invite friends to facebook page using browser extensions
Wait for some time till it sends all invites automatically to all your friends.
Hope this guide about how to invite all friends to like Facebook fan page helps you to grow your business and let us know if you face any problems during this process.
#Facebook#facebook facts#Geeky Tricks
Posted inInternet

Spread the Word!

Avatar for Amar Ilindra

Amar Ilindra Facebook Twitter LinkedIn Instagram GitHub

Amar Ilindra is a gadget freak, tech enthusiast and full stack developer. He loves to try everything with technology and blog about his tech experience. Apart from writing, he spends most of this time developing useful web apps and mobile applications for Android and iOS.

Related articles

Blogging

5 Great and Most Effective Ways to Reduce Bounce Rate

Computer

[Solved] An error occurred while Internet Connection Sharing was enabled

how to set a service to automatic
Mobiles

How to Move Data to External SD Card in Galaxy Grand

Comments

  1. Avatar for Dursaa O AbaadirDursaa O Abaadir says

    June 11, 2022 at 12:19 PM

    Hello sir your security system has disabled my real Facebook account now I am sending my real information please sir review it and reopen my Facebook account I have some business documents in it thanks to Facebook team.

    My Fb Account Name: Dursaa O Abaadir

    Birth Day: [REMOVED]

    Reply
  2. Avatar for ContezumaContezuma says

    October 18, 2017 at 9:04 PM

    I dose not work anymore.

    Reply
  3. Avatar for Rajib BiswasRajib Biswas says

    September 27, 2017 at 11:32 AM

    very nice tricks, thanks for sharig . keep up the good work.

    Reply
  4. Avatar for ReticuliReticuli says

    July 1, 2017 at 2:27 AM

    “undefined”

    Reply
  5. Avatar for MarinaMarina says

    June 18, 2017 at 4:37 PM

    I used script but it take me a lot of time. Then I found this free extenxion: chrome.google.com/webstore/detail/invite-post-likers-to-lik/dfhnkeijhilolcebpchcdiclpejojodb very smart

    Reply
  6. Avatar for SarahSarah says

    June 5, 2017 at 2:14 PM

    I found an excelent free extension for this, it’s name “Automatically Invite to like fb page” works like a script + scrolls and loads more buttons. Maybe it will be useful for someone. Also there is a possibility to scan reactions in all comments, very useful 🙂

    Reply
  7. Avatar for Manoj Kumar MiriyalaManoj Kumar Miriyala says

    May 12, 2017 at 9:48 PM

    Great Article ! We are expecting more articles like this .

    Reply
  8. Avatar for Mike AghaMike Agha says

    April 25, 2017 at 12:43 PM

    The best step is to explain all the search engines. the post is helpful for all.
    Thanx

    Reply
  9. Avatar for EugiEugi says

    April 24, 2017 at 5:09 PM

    I found this extension that automatically scans all posts and invites everyone who liked any post to like also the page: youtube.com/watch?v=acflCvT5oi0

    Reply
  10. Avatar for FrancescaFrancesca says

    January 25, 2017 at 6:42 PM

    Thanks @Amar for this tutorial, it’s (script) work for me.

    Reply
  11. Avatar for Munna HossainMunna Hossain says

    November 21, 2016 at 11:23 PM

    Nice article. This trick is really helpful. Inviting all the facebook friends to like a page is really time-consuming. This trick helps us to do it within a short time. Thanks for sharing.

    Reply
    • Avatar for Ganesh kumarGanesh kumar says

      April 11, 2021 at 12:19 AM

      my account disabled
      please my account disabled

      Reply
  12. Avatar for Keric RomwellKeric Romwell says

    November 9, 2016 at 2:08 PM

    Nice one i was searching for this i hope it will help me let me try your effort
    thanks for sharing

    Reply
  13. Avatar for Tariq ChoudharyTariq Choudhary says

    October 19, 2016 at 11:11 PM

    Nice Artical , Thanx for sharing this Artical

    Reply
  14. Avatar for XosimXosim says

    March 27, 2016 at 9:17 PM

    Please upgrade the code. A lot of peoples are looking for new script of 2016

    Reply
  15. Avatar for Jasa Pembuatan WebsiteJasa Pembuatan Website says

    June 1, 2015 at 12:20 AM

    I’m using the code almost every day on pages, it works great. But be careful as long as my experience you only invite at once to group approximately only 800 friends on group. I have question how many friends we can invite at once to page so we not get banned by facebook?

    Reply
  16. Avatar for sahil rinpasahil rinpa says

    April 3, 2015 at 9:09 AM

    YO
    Thanks bro for JS code it works fine, it helped me a lot.

    Reply
  17. Avatar for Fbook FansFbook Fans says

    February 9, 2014 at 10:56 AM

    Not sure why but I have 5,000 friends on my personal profile (fans rather) and I want to get them over to my already established fanpages (3 of them) – I have done this exact script in Chrome the correct way and it tells me that the invitations have been sent and all turns golden/yellow color as if it sent… but then I go back and it shows open friends for invites (most of the ones I just invited) – Is it a bug on facebooks end in still allowing to invite? As far as I know even if lets say they all denied (which isnt what seems to be happening) it wont allow you to re-invite… so I am guessing it just isnt working after it says it has??

    Please let me know!

    Reply
  18. Avatar for Tech AudibleTech Audible says

    December 25, 2013 at 1:35 PM

    Works just fine. Thanks a lot for the JS code man. I’ve been searching for it, just made my work easier. Thanks again 🙂

    Reply
  19. Avatar for Nizam KhanNizam Khan says

    November 20, 2013 at 11:29 PM

    Hi !

    I tried the code, but it didn’t work. Then I search online and got the same code and it worked. Just need to remove javascript: from the code. Thanks for sharing 🙂

    Reply
    • Avatar for Amar IlindraAmar Ilindra says

      November 23, 2013 at 8:26 PM

      Thanks for mention Nizam Kham, we updated above code and now it is working properly

      Reply

Comment Policy:

The comments section is aimed to help our readers in case of any questions or you can even appreciate us for our hard work. Every comment is strictly moderated before approving it.

Your name and comment will be visible to the public. Never share your personal information in the comments section.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Over 1,30,286+ Followers

Join to get latest updates from Geek Dashboard

Facebook Twitter Telegram Pinterest YouTube Instagram

Recently Published

  1. Samsung Galaxy F13 Launched with Triple Rear Cameras and 6000mAh Battery in India

  2. Infinix InBook X1 Slim with 14-inch IPS Display and 10th Intel Core Processors Launched in India

  3. HP Spectre x360 Series Laptops Launched with 12th Gen Intel Processors in India

  4. Realme V20 5G Launched with MediaTek Dimensity 700 Chipset and a 5000mAh Battery

  5. New Dell XPS 13 and XPS 13 2-in-1 Launched with a Complete Redesign Starting at $999

Geek Dashboard Placeholder

Download the apps and never miss a story from us

We put a lot effort and resources in writing our articles and we believe it is our responsibility to satisfy your tech hunger. We will keep you filled forever!

  • Get Geek Dashboard App from Google Play
  • Get Geek Dashboard App from Chrome Web Store
Advertisement
Geek Dashboard Logo

Geek Dashboard, a technology blog strives to produce high-quality tech for our readers. Here you will find the latest updates on trending tech news, unbiased product reviews, and how-to guides on various gadgets.

Got a Tip? Write In tip@geekdashboard.com

© 2012 - 2022 · Geek Dashboard, product of ikva eSolutions

Blog Advertise About Jobs Contact Privacy Policy Write For Us T&C Office Setup

No dogs were injured while working on this website because we love them