✦ WordPress Plugin — v1.0

Your website,
auto-filled with fresh content

CopyPress fetches posts, images, and videos from any website and publishes them into your WordPress categories — automatically, around the clock.

Download Free See how it works →

No coding required · Works with any theme · GPL licensed

yoursite.com/wp-admin · Content Syncer
Active Sources · 3 running
BBC News
feeds.bbci.co.uk/news/rss.xml
● ActiveNews
TechCrunch
techcrunch.com/feed
● ActiveTechnology
Reuters
feeds.reuters.com/reuters/topNews
● ActiveWorld
Published
Just Added
Published
Source websites
15min
Auto-fetch interval
100%
Content with images
0
Coding required
Everything you need

One plugin, complete automation

CopyPress handles the entire content pipeline — from finding feeds to publishing posts — so you don't have to.

📡
RSS Auto-Detection
Just paste any website URL. CopyPress automatically finds and validates its RSS or Atom feed — no technical knowledge needed.
📝
Full Content Import
Fetches complete article body, not just excerpts. Tries content:encoded, then falls back to fetching the full article page automatically.
🖼️
Media Import
Downloads featured images, embedded photos, and media:thumbnail to your WordPress media library and sets them as featured images.
🗂️
Category Mapping
Each source maps to a specific WordPress category. BBC → News, TechCrunch → Tech. Posts land exactly where you want them.
🔁
Duplicate Detection
Smart duplicate checking by title, URL, or both. Never import the same post twice, even across multiple fetch cycles.
📊
Activity Logs
Every import, skip, and error is logged with timestamps and source links. Filter, search, and audit your content pipeline.
How it works

Set up in 4 simple steps

From install to automated content in under 5 minutes.

1
Install Plugin
Upload the ZIP, activate, and find "Content Syncer" in your admin menu.
2
Add a Source
Paste any website URL. CopyPress auto-detects the RSS feed and validates it.
3
Choose Category
Select which WordPress category imported posts should appear in.
4
Sit Back
WP-Cron runs every 15 minutes. New posts appear automatically with images.
RSS Auto-Detection

Find any feed instantly

No more hunting for feed URLs. CopyPress tries 15+ common feed paths, scans the homepage HTML for <link rel="alternate"> tags, and validates the result — all automatically.

  • Works with WordPress, Blogger, Medium, news sites, any CMS
  • Tries /feed, /rss.xml, /atom.xml and 12 other common paths
  • Falls back to HTML scraping if no feed exists
  • Auto-saves the discovered feed URL for future fetches
⚡ AUTO-DETECT IN ACTION
1
You enter: bbc.com
Just the website URL — no feed address needed
2
Testing 15+ paths
bbc.com/feed · bbc.com/rss.xml · bbc.com/atom.xml…
3
Scanning homepage HTML
Looking for <link rel="alternate" type="application/rss+xml">
Feed found & saved!
📡 feeds.bbci.co.uk/news/rss.xml · 50 articles available
1// 1. Try content:encoded (full article)
2$ns = $item->get_item_tags(
3  CONTENT, 'encoded'
4);
5 
6// 2. Fallback: description tag
7$d = $item->get_description();
8 
9// 3. Content short? Fetch full article!
10if(strlen(strip_tags($c)) < 200){
11  $full = self::extract_article(
12    $permalink
13  );
14}
Content Fix

Full article body, every time

Most RSS feeds only include a short excerpt. CopyPress uses a 3-step fallback system to always get the complete content.

  • 1
    Reads content:encoded namespace — the full article when available
  • 2
    Falls back to description tag if content:encoded is missing
  • 3
    If content is too short (<200 chars), automatically fetches and parses the full article page using 20+ content selectors
  • Works even for sites that deliberately truncate their feeds
Pricing

Simple, honest pricing

Start free, upgrade when you need more power.

Free
$0
forever
  • Up to 3 sources
  • RSS + HTML scraping
  • Image import
  • Activity logs
  • 15-min fetch interval
Download Free
FAQ

Common questions

Does it work with any website? +
Yes! If a website has an RSS or Atom feed (most do), CopyPress will auto-detect it. For sites without feeds, it falls back to HTML scraping — extracting articles by scanning the page structure.
Will I get duplicate posts? +
No. CopyPress checks for duplicates before importing — by title, original URL, or both. You choose your preferred method per source in the settings.
What happens to images? +
Images are downloaded from the source website and stored in your WordPress media library. The first image is set as the featured image automatically. All other images within the article are attached to the post.
How often does it fetch? +
CopyPress uses WordPress WP-Cron, running a check every 15 minutes by default. Each source also has its own configurable interval (15 min to 24 hours). For real-time fetching, you can set up a server cron job.
Can I review posts before publishing? +
Absolutely. Set the post status to "Draft" or "Pending Review" per source. Posts will be imported but hidden until you manually approve and publish them.

Start syncing content today

Free to download, easy to install, powerful enough for any site.

Download CopyPress Free