Boost Twitter Followers & Engagement -A simple way
Twitter and Instagram work on an Engage-for-Engage model., If you follow someone, they will probably follow you back. It’s the simple scratching-each-others-backs way of marketing.
In this hack, We will favourite tweets for specific keywords and when the recipients see our ‘favorite’ notification, a percentage of them will engage back with our account.
But the hack is in choosing the right people to engage with and using automation to scale of the workflow. For the automation, We will use a javascript to auto favourite the tweets on a specific page.
HOW TO
Step 1: Search a hashtag or a keyword from your domain.
Step 2: Right Click on the browser and click on inspect. Go to the console tab and paste the following javascript code and click enter.
var inputs = document.getElementsByClassName(‘HeartAnimation’);
for(var i=0; i<inputs.length;i++)
{
inputs[i].click();
}
Step 3: Now keep scrolling, it will keep favouriting until there is a bug.
FURTHER INFORMATION
This gives you visibility, people start noticing you in their notifications, eventually could follow or engage. It helps you with your branding. Do not overdo this, run this hack once a week.
Stop immediately if you get a warning from Twitter else you will risk your account being suspended.