Home > Paid Traffic Sources > Facebook & Instagram

How to get more LIKES on your pages for FREE? (15)


02-13-2017 03:05 PM #1 matuloo (Legendary Moderator)
How to get more LIKES on your pages for FREE?



I'm managing a few smaller FB pages and there is a small trick I'm using all the time to get more likes for free. I'm sure large part of you knows and uses this, but for those who don't, here it goes :

Whatever you post on your page, it get's some likes from your page's fans. The more likes you get in the initial phase, the better the final reach ... this is clear.

But, when your FANs like something, people on their friends list might notice and like your stuff too ... nothing ground breaking about this, that's the viral effect we are all looking for. In many cases, you will get more likes on a post from people who are not Fans of your page yet, compared to those that are.

The same happens when you are boosting your posts for $$$, the likes you get are from non-fans from the most part.

And here is the trick : when you look at the list of people who liked your POST, you will see whether they already liked your page, and in case they didn't, you can invite them to do so - Just click the INVITE button next to their name. This is a standard Facebook feature, but many page admins just forget to use is from some reason.

In some cases, this method works extremely well and you will get plenty of new page likes, literally for free ... I do this every few days - I simply go over the posts, check who liked and invite everyone that's not a fan of the page yet.

Do not wait too long with the invitation, the users need to still remember that they liked your stuff, the "optin" rate is bigger that way.

I hope this small tip will help someone


02-13-2017 04:43 PM #2 klanzz (Member)

Great share Matuloo!

From what I can remember it is also possible to automate the process using the browser's console and a simple JS code... Can't find the code on my pc though


02-13-2017 05:27 PM #3 matuloo (Legendary Moderator)

Quote Originally Posted by klanzz View Post
Great share Matuloo!

From what I can remember it is also possible to automate the process using the browser's console and a simple JS code... Can't find the code on my pc though
I'm sure there are tools that could automate this, I didn't look for them yet, since I don't manage that many pages ... but yup, could be useful to automate this


02-13-2017 05:49 PM #4 randomdude123 (Member)

Quote Originally Posted by klanzz View Post
Great share Matuloo!

From what I can remember it is also possible to automate the process using the browser's console and a simple JS code... Can't find the code on my pc though
Guess the only way to automate the "click invite" task is kind of a "visual automation" right? I mean you can't do it with the FB api...
You have to be logged in and the browser window has to open i guess?


02-13-2017 06:23 PM #5 jessejames (Member)

Thanks man - this is great. Imacros can do the automation (or Zennoposter/Ubot/Selenium if you already have bots in there I guess, if not might be overkill.).


02-13-2017 08:21 PM #6 randomdude123 (Member)

Any risk in doing this trick with 25k post likes?


02-13-2017 09:02 PM #7 matuloo (Legendary Moderator)

Quote Originally Posted by randomdude123 View Post
Any risk in doing this trick with 25k post likes?
Didn't try it with such large amount, but since it's a standard facebook functionality, I don't see why it should be a problem - given that you do it "by hand" and not some script.


02-14-2017 09:42 AM #8 randomdude123 (Member)

Is there any automated solution for inviting every post like directly to like your page? *don't mind if i have to pay obv...
Seems like it is quite limited... https://www.facebook.com/business/he...54261678529329


02-14-2017 02:06 PM #9 matuloo (Legendary Moderator)

Quote Originally Posted by randomdude123 View Post
Is there any automated solution for inviting every post like directly to like your page? *don't mind if i have to pay obv...
Seems like it is quite limited... https://www.facebook.com/business/he...54261678529329
Right, seems like they limit this in some way, but couldn't find a clear answer from an FB rep. So far I didn't have a problem and I already sent a couple 1000s of invites - since I started to do this.


02-15-2017 04:15 AM #10 erikgyepes (Moderator)

Nice tip Matej!

There was a simple JS bookmarklet that you just pasted to browsers URL bar, but the last time I used it was like 3 years ago.

Since then FBs code changed a lot so even if I find it somewhere it will not work.

But I believe if we Google good enough we can find something.


02-17-2017 07:09 AM #11 lasermedia (Member)

Nice sharing. Thanks matuloo.


02-24-2017 03:23 AM #12 fbqueen (Senior Member)

Quote Originally Posted by randomdude123 View Post
Any risk in doing this trick with 25k post likes?
Yeah, I tried it before (on large scale) and it caused trouble but maybe it was just an individual case. Test it and let us know!


03-09-2017 07:54 PM #13 biscolo92 (Member)

Hi thank you here is the script to invite all automatic


HTML Code:
var inputs = document.querySelectorAll('a._42ft._4jy0._4jy3._517h');for(var i=1; i<inputs.length;i++) {
inputs[i].click(); }


05-13-2018 04:54 PM #14 cipriansoleriu (Member)

Quote Originally Posted by biscolo92 View Post
Hi thank you here is the script to invite all automatic


HTML Code:
var inputs = document.querySelectorAll('a._42ft._4jy0._4jy3._517h');for(var i=1; i<inputs.length;i++) {
inputs[i].click(); }
Where would you need to put this if I may ask?


05-16-2018 11:24 PM #15 diegovelasco (Member)

excellent tip!!
I'll try to do this, I hope get many likes as I want.


Home > Paid Traffic Sources > Facebook & Instagram