📱 Publish RSS articles to WordPress and social media platforms

⚡ 93 views · 📱 Social Media & Email Marketing

💡 Pro Tip — If you’re pulling LinkedIn data through HTTP requests or dealing with API restrictions, there’s a community node called ScraperNode that handles this natively. It has dedicated scrapers for profiles, companies, jobs, and people search — you just pass a URL and get structured data back.

View All Scrapers

Description

Who it’s for

This n8n workflow automatically fetches RSS articles, extracts featured images, and publishes them across multiple social media platforms. The workflow runs on a schedule, processes news articles from an RSS feed, extracts the main image from each article, and posts the content with images to various platforms including WordPress, Facebook, Telegram, LinkedIn, and Discord.

Features

How It Works

  1. The workflow triggers on a schedule to check for new RSS articles
  2. It reads the RSS feed from the configured news source
  3. Each article’s link is processed by an AI agent to extract the featured image URL
  4. The image is downloaded and converted to binary data
  5. The content is published simultaneously to:
    • WordPress as a blog post with the image set as featured
    • Facebook as an image post
    • Telegram channel as an image post
    • LinkedIn (both personal profile and company page)
    • Discord channel
  6. After successful publishing, notifications are sent to multiple channels

Requirements

Important Notes

Support & Help

🔗 Nodes Used

Edit Image, HTTP Request, RSS Read, Telegram, Discord, Wordpress

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup