DEV Community

Cover image for Social Media(Facebook, Instagram, Linkedin) Auto-Posting with n8n based on niche!
Sabbir Ahmed Chowdhury
Sabbir Ahmed Chowdhury

Posted on

Social Media(Facebook, Instagram, Linkedin) Auto-Posting with n8n based on niche!

I recently built a n8n automation that takes care of everything from creating social media content to posting it automatically on Facebook, Instagram, and LinkedIn! 🧠✨

Here’s how it works 👇

📝 Step 1: Create Captions & Images Automatically

The user selects a niche (like travel, tech, fitness, etc.).

AI then creates a unique caption and image for that niche using Gemini and Stable Diffusion(Stability AI).

Everything is saved into a Google Sheet with status “Created” and action “Not Posted.”

The user reviews it and marks it “Approved” when it’s ready to go live.

⏰ Step 2: Auto-Post on Schedule

On a scheduled time, n8n checks Google Sheets for posts marked as “Approved.”

It then automatically posts them on Facebook, Instagram, and LinkedIn.

Once done, the sheet updates the status from “Not Posted” → “Posted.”

💡 What’s cool?
Everything happens automatically — from idea to live post! It’s perfect for anyone managing multiple pages or looking to save time with smart automation.

🧩 Tools I used:

  • n8n for workflow automation

  • Google Sheets for review and approval

  • Gemini AI for captions

  • Stable Diffusion(Stability AI) for images

I’m really happy with how it turned out — smooth, efficient, and scalable!
🚀

Social Media(Facebook, Instagram, Linkedin) Auto-Posting with n8n based on niche!

Social Media(Facebook, Instagram, Linkedin) Auto-Posting with n8n based on niche!

Top comments (3)

Collapse
 
luna_ash_2fc447e21ac4e7f0 profile image
Luna Ash

If You Are Trying To Catch Your Cheating Spouse In The Act, I Strongly Recommend You Contact This Awesome Hacker That Helped Me Monitor My husband’s Phone When I Was Gathering Evidence During The Divorce. I Got Virtually Every Information he Has Been Hiding Over The Months Easily On My Own Phone: The Spy App Diverted All his Whatsapp, Facebook, Text Messages, Sent And Received Through The Phone: I Also Got his Phone Calls And Deleted Messages. He Could Not Believe his Eyes When he Saw The Evidence Because he Had No Idea he Was Hacked, I Didn’t Need To Touch his Phone At all, I Certainly Recommend Contact:{ Techspymax at gm a1l com }

Collapse
 
ramsha_zaib_03671561e230b profile image
Ramsha Zaib

idea seems good, how social accounts are connected with n8n?

Collapse
 
sabbschow profile image
Sabbir Ahmed Chowdhury

For facebook and instagram, it will be connected with graph API. For linkedin, it will be connected with linkedin native API.