Skip to main content

Featured

Social media image sizes for all networks [September 2025]

Social media image sizes seem to change … a lot. Never mind the confusion of new social platforms emerging, with their own content specs and aspect ratios. It doesn’t help that information about official dimensions and image sizes is surprisingly scarce. So what’s the big secret? The lack of official image guidelines is likely directly tied to the frequency of image guideline changes. The platforms don’t want to invest the time and energy to constantly update their image guidelines for end users. Fortunately, dear reader, we have invested that time and energy for you to create this comprehensive (and up-to-date) cheat sheet listing social media image sizes on all important social media platforms! Below are the most recent social media image dimensions, as of September 2025. Quick social media image sizes We go into more detail for every single network below, but this image includes the social media image sizes you probably look up most often. Basic Insta...

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