Credit: Jeremy Gillespie, Director of User Growth at Mixmax
How to automagically invite 15,000 people to like your page every month Outside of Groups, using your business Facebook page is a great way to build a following around your brand. And not just for the vanity metrics, but to increase your know, like, and trust factor. Anyway, there’s been numerous times when I’ve had Facebook ads get a shitload of likes and shares, but no Page love… which sucks because I want to engage and nurture them into repeat buyers. Yes, you can manually go through all of your likes and invite them to your page, but that takes too much time. To the point – there’s a script you can run to auto-invite (up to 500/day = 15,000/mo) to like your page. If this is new to you, give it a try and let the community know your results. If this is old news and you’ve been doing it for awhile, what type of results have you had? // Invite All On Post //
- Click on the number of likes of a post then you scroll all the way down, press ‘See more’ until the list is completed.
- Right click on the blank area –> Inspect element –> choose Console tab.
- Then paste the following script & enter.
javascript:var inputs = document.querySelectorAll(‘a._42ft._4jy0._4jy3._517h’); for(var i=1; i<inputs.length;i++) { inputs[i].click();