Skip to main content

Featured

19 social media best practices for faster growth

Key Takeaways AI works best with human oversight. Winning teams use AI to move faster without sacrificing quality. Listening is just as important as posting. Social listening helps you spot trends and understand how people actually feel about your brand. Social algorithms are changing. Many platforms are now rewarding brands that post relevant content consistently, not those with the biggest follower counts. Testing is how strategy gets better. Regular testing helps you understand what actually drives results, so you can double down on what works. Treat social media as a customer service channel. Responding quickly to comments and messages builds trust. Social media keeps changing, and so do the rules for what actually works. This list of 19 social media best practices will help you build a stronger strategy, create better content, and drive results you can actually measure in 2026. Bonus: Get a primer on social strategy and measurement from our free ebook on social media...

A simple script to find TikTok influencer emails

I have been finding it hard to get influencers contacts without having to spend hours on scrolling and adding to a spreadsheet, so I used very basic coding skills to create a script that could help me save time, and I thought others would find it useful!

The script is quite easy to write: to create it, you can use David Teather's Github unofficial TikTok API. Use the get hashtags by tiktok file provided by the author in the API, and then the following script to retrieve the username & creator's bio. This works by using a hashtag to find creators in a niche, and then extract the email they have in their bio with a regex.

for tiktok in tiktoks: userid = tiktok.get('author', {}).get('uniqueId') userdescription = tiktok.get('author', {}).get('signature') email = re.findall("[\w.-]+@[\w.-]+",userdescription) 

If you can't code let me know and I will send you a way to do this without coding

Hopefully it helps you marketers trying to do influencer marketing with TikTok!

submitted by /u/Important_Avocado_30
[link] [comments]

* This article was originally published here To read more articles like this visit us at yourdigitalmarketingbootcamp.blogspot.com

Popular Posts