Skip to main content

Auto-post WordPress articles to social media with Gemini AI & Blotato

Workflow preview

Workflow preview
100%
Auto-post WordPress articles to social media with Gemini AI & Blotato preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. WordPress to Blotato Social Publisher Overview: This automation monitors your WordPress site for...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.wordpress, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @blotato/n8n-nodes-blotato.blotato

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Olusola.

Original n8n.io source

1.1 Workflow description

Title
Auto-post WordPress articles to social media with Gemini AI & Blotato
Workflow name
Auto-post WordPress articles to social media with Gemini AI & Blotato

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

WordPress to Blotato Social Publisher

Overview: This automation monitors your WordPress site for new posts and automatically creates platform-specific social media content using AI, then posts to Twitter, LinkedIn, and Facebook via Blotato.

What it does:

  • Monitors WordPress site for new posts every 30 minutes
  • Filters posts published in the last hour to avoid duplicates
  • Processes each new post individually
  • AI generates optimized content for each social platform (Twitter, LinkedIn, Facebook)
  • Extracts platform-specific content from AI response
  • Publishes to all three social media platforms via Blotato API

Setup Required:

  1. WordPress Connection
    • Configure WordPress credentials in the "Check New Posts" node
    • Enter your WordPress site URL, username, and password/app password
  2. Blotato Social Media API Setup
    • Get your Blotato API key from your Blotato account
    • Configure API credentials in the Blotato connection node
    • Map each platform (Twitter, LinkedIn, Facebook) to the correct Blotato channel
  3. AI Configuration
    • Set up Google Gemini API credentials
    • Connect the Gemini model to the "AI Social Content Creator" node
  4. Customization Options
    • Posting Frequency: Modify schedule trigger (default: every 30 minutes)
    • Content Tone: Adjust AI system message for different writing styles
    • Post Filtering: Change time window in WordPress node (default: last hour)
    • Platform Selection: Remove any social media platforms you don’t want to use
  5. Testing
    • Run workflow manually to test connections
    • Verify posts appear correctly on all platforms
    • Monitor for API rate limit issues

Features:

  • Platform-optimized content (hashtags, character limits, professional tone)
  • Duplicate prevention system
  • Batch processing for multiple posts
  • Featured image support
  • Customizable posting frequency

Customization:

  • Change monitoring frequency
  • Adjust AI prompts for different tones
  • Add/remove social platforms
  • Modify hashtag strategies

Need Help? For n8n coaching or one-on-one consultation

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Every 30 Minutes

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 3 - Check New Posts

Type / Role
n8n-nodes-base.wordpress - wordpress
Config choices
Version 1

Block 4 - Filter New Posts

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 5 - AI Social Content Creator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 6 - Parse Social Content

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 8 - Create post Facebook

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 9 - Create post LinkedIn

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 10 - Create post twitter

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 11 - Split Out

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

3. Summary Table

Workflow Auto-post WordPress articles to social media with Gemini AI & Blotato
Complexity intermediate
Nodes 11
Categories Social Media, Multimodal AI
Author David Olusola
Published 14 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7395/7395.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Auto-post WordPress articles to social media with Gemini AI & Blotato do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. WordPress to Blotato Social Publisher Overview: This automation monitors your WordPress site for...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.