Javascript required
Skip to content Skip to sidebar Skip to footer

How to Invite Friends to Like a Facebook Page That Is Not Yours

Facebook is a great tool for promoting your brand, company, products, and services. This tech giant has given individuals and organizations an amazing opportunity to expand their reach and gain exposure.

If you have no idea how to invite your friends on Facebook, here is a guide on getting those likes. Whether it's for an event or promotion, these steps will get people to like your Facebook page or event.

How to Invite People to Like a Facebook Page

You don't need to use scripts to invite all your friends on Facebook to like a page or event you made. The company has recently made it easier for all users to invite all their "friends" on Facebook.  Here are the following steps on how to invite friends on FB:

1. Log in to Facebook
2. Go to your Facebook Page
3. Look for the bar that has the following: [Like] [Follow] [Share] [. . .]
4. Click the three dots [. . .]
5. Click "Invite friends"
6. Select "All friends"
7. Type a personal message Sample message to like a Facebook page:
"Hello, my friend! I hope you like and support my page…"
– "Hi! I would love to invite you to like my page…"
– "How are you? I hope you're well. I want to invite you to like my page…"

Note: sending a note to go with the invitation might get you more attention.

  1. Click "Send invites"

Adding Friends on Facebook

Having many Facebook friends is a great idea if you want to develop your Facebook page or event. If you go to someone's profile but have no add button, you might get confused. In case you find yourself asking this question: "Why can't I add a friend on Facebook?"

It happens when the person has strict privacy settings.

Invite People that Reacted to Your Facebook Page Posts

If you have less than 100,000 likes, you can invite the people who react to your Page's posts. To do this:

  1. Go to your Facebook Newsfeed
  2. Click the Pages from the menu
  3. Go to your page
  4. Go to any of your posts
  5. Click the reaction section
  6. Then it will show who reacted to your post
  7. Click Invite next to the person's name

Doing this can gain friends on Facebook which may result in more people being invited via Facebook.

Invite People Who Liked Your Post to Like Your Facebook Page

You can also invite people that liked one of your posts from your page. This move is handy when you have a post that becomes viral.
Below are steps with a script on how to ask someone to like your Facebook page from strangers or likers:
Note: You have to use Google Chrome for this to work.

  1. Go to a post you want to get likes
  2. Click on the like count
  3. A window will pop
  4. Scroll to the bottom of the list
  5. Type "javascript:" in the address bar
    (Remember to include the colon [:], no quotes ["])
  6. Paste the code below after "javascript:"

var inputs = document.querySelectorAll('.a8c37x1j.ni8dbmo4.stjgntxs.l9j0dhe7.ltmttdrg.g0qnabr5');
for (var i=1; i<inputs.length;i++)
{
inputs[i].click();
}

Facebook Event Invite Code

You can also create an "Invite code" for your FB friends.

Code Invite All Friends

If you don't like to invite, here is how to invite all friends to an event on FB in an instant:

  1. Go to Facebook Event page
  2. Click on Share
  3. Then Invite friends
  4. Scroll down to the bottom
  5. Type "javascript:" into the address bar
  6. Paste the code for Invite All to Event, right after "javascript:"
  7. Wait a while

var inputs = document.getElementsByClassName('_1pu2');
for (var i=0; i<inputs.length; i++)
{
inputs[i].click();
}

8. Then hit Send Invites

Note: Make sure you type "javascript:" before the script in the URL bar.
Note: You can only invite around 500 people a day for an event.

Invite People to your Facebook Fundraisers

A lot of Facebook users are doing fundraising on their birthdays. It has become a trend so here is another script on how to invite your friends.

Again, type in "javascript:" before pasting the code below:

var inputs = document.querySelectorAll('._4jy0._4jy3._4jy1._51sy.selected._42ft');
for (var i=1; i<inputs.length; i++)
{
inputs[i].click();
}

Code Explanations

The scripts above are not viruses, so it's safe to encode them. It's use* is to make it easy and fast for you to send invites instead of clicking each friend.
Here's how the Facebook "invite all to like" script works:
It searches for an element called ".a8c37x1j…", the invite box, and loads it to the "inputs" variable.
It loops all your friends:

for (var i=1; i<inputs.length; i++)

Then, the click on their respective invite button:

{ inputs[i].click(); }

How to Invite People to Like a Facebook Event

You can now let people know when and where you are holding an event through Facebook. Before discussing the steps, below are some Facebook business references for future events.

After creating an event on Facebook, here is how to invite people or your friends:

  1. Go to Facebook Newsfeed
  2. Tap on "Calendar"
  3. Click "Hosting"
  4. Tap on the event
  5. Tick "Invite"
  6. Click your friends that you want to invite
  7. Click "Send invites"

In Case an Invite Button is Missing

Below are instances where an invite button won't be available:

  • Public Events – will have a share button rather than invite via mobile device.
  • Private Events – host did not turn on "Guest Can Invite Friends" when the event will happen. Only the event host and co-hosts can invite.
  • Page Events – Facebook page events can't be private so it will only have a share button.

How to Set Privacy Controls on Your Events

You can set your privacy settings when creating an event:

  • Private – visible only to the people invited by the host and co-hosts
  • Public – everyone can view the event
  • Friends – limited only to your Facebook friends
  • Group – group privacy settings determine who can and can't see the event
  • Public group – anyone on or off Facebook can see the event
  • Private group – only the members can open the event

Facebook for Business

Facebook has become an avenue for promoting products and services for many businesses. If you want to establish an online presence, ask yourself: "How do I get people to like my Facebook page?"

How to share a page on Facebook

Start by sharing your Facebook page with your peers. Here's how:

  1. Go the Page
  2. Click the three dots [. . .] below the cover photo
  3. Select Share
  4. Tap on audience selector below your name
  5. Choose your friends you want to share the page with
  6. Save Changes
  7. Post it

Above steps are the same on how to invite a friend to like your business page on Facebook.

When You Don't Want to Use Automation

Here is how to ask someone to like your page on Facebook. Also, you can also use Facebook to suggest your page.

Hi [Facebook User],

I created an FB page (link) that is about (topic). I am really passionate about it, and I would appreciate it if you press the like button. Thank you and have a nice day!

Tip: You can convert your page into a profile and turn all your friends into likes.

Conclusion

Some are the following ways on how to invite people to like a Facebook page. It's not just your friends that you can send an invitation to, but also to random people online. But, if you decide to do many invitations, use scripts for less effort on your part. You can also decide not to do encoding if it's a bit difficult to follow.

Follow iWS on Social Media!

How to Invite Friends to Like a Facebook Page That Is Not Yours

Source: https://iwritingsolutions.com/how-to-invite-people-to-like-a-facebook-page-or-event/