How to grow on Instagram reels?

I went from 1000 followers to 215,000 followers in 8 months and here is what I learnt!

If you're just starting out, this is a great time. With recent changes to the algorithm, Instagram is promoting smaller pages more than ever. (1/n)

1) Pick a niche. Something that hasn't been done before. Create your own style, the accounts that have grown the fastest have had a first mover advantage in their niche. (2/n)
2) Quantity over Quality. Trust me the algorithm loves small accounts. Even if the content is marginally good IG algorithm will promote it. Upload twice daily if possible until you get a viral video. This doesn't mean you compromise a lot on quality though. (3/n)
3) Trends. The algorithm understands trending music and heavily promotes videos on trending music! If you can use those trends with your niche. (4/n)
4) Now lets talk about Content:
4.1 Entertain as much as possible. No one comes to Instagram to learn. Package information with entertainment. (5/n)
4.2 Create content that is sharable and relatable to the mass audience. The viewer should want to like, comment and share the post after seeing the video. (6/n)
4.3 Keep it informal and friendly. Reels are filled with fashion, lifestyle, comedy videos hence your videos should be as easy to consume as that of a dance video to show up in people's explore page. (7/n)
4.4 Add a hook/ clickbait in the first 5 seconds. If you come on people's explore they should stop to watch your videos. (8/n)
4.5 If comfortable make videos in Hindi, it has the largest audience. However, it is not impossible to grow in English or other regional languages, just a little difficult. (9/n)
5) There is a lot of luck involved. Algorithm will randomly promote any channel. Just ensure you keep creating and you will also be rewarded. Don't compare, find your own style and keep experimenting. (10/n)

More from Marketing

Master list of how to SCRAPE any category of leads.

Ecommerce, local biz, B2B, LinkedIn searches, info product sellers, enterprise, ANYTHING.

Likes / Retweets appreciated.

THREAD


1/ Ecommerce Stores

Use
https://t.co/McZHDIlDFn

Further filter based on apps installed.

Selling email marketing?

Shopify + Klaviyo

Instantly unlock direct email addresses of decision makers WITH LinkedIn profiles.

Emails are already verified, no need to do it yourself.


2/ Local Biz

Use https://t.co/B53qu5yEIy

"Find B2C local businesses"

Specify country, state, city, sort by ratings.

Instantly unlocks generic email addresses.


But wait

You need direct owner emails.

Take the list of domains, and plug them into Klean Leads "Find B2B contacts"

CEO
CMO
Founder
Owner
etc.

It will process and spit out *direct* email addresses of the titles you specify.


3/ LinkedIn Searches

Let's scrape marketing agencies.

Go to LinkedIn and type in "marketing agency" (just an example)

Click "all filters"

Connections: 2nd, 3rd

Location: US

Industry: Marketing & Advertising

Titles: owner OR founder OR CEO OR CMO

Ready?

Let's scrape it

You May Also Like

First thread of the year because I have time during MCO. As requested, a thread on the gods and spirits of Malay folk religion. Some are indigenous, some are of Indian origin, some have Islamic


Before I begin, it might be worth explaining the Malay conception of the spirit world. At its deepest level, Malay religious belief is animist. All living beings and even certain objects are said to have a soul. Natural phenomena are either controlled by or personified as spirits

Although these beings had to be respected, not all of them were powerful enough to be considered gods. Offerings would be made to the spirits that had greater influence on human life. Spells and incantations would invoke their


Two known examples of such elemental spirits that had god-like status are Raja Angin (king of the wind) and Mambang Tali Arus (spirit of river currents). There were undoubtedly many more which have been lost to time

Contact with ancient India brought the influence of Hinduism and Buddhism to SEA. What we now call Hinduism similarly developed in India out of native animism and the more formal Vedic tradition. This can be seen in the multitude of sacred animals and location-specific Hindu gods
A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.

Legacy site *downloads* ~630 KB CSS per theme and writing direction.

6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices

https://t.co/qyl4Bt1i5x


PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.

735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices

https://t.co/w7oNG5KUkJ


The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.

The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.