You can turn a YouTube channel into WordPress posts in two ways with Ingestics: add the channel’s public RSS feed as an RSS provider (works on the Free tier), or connect through the dedicated YouTube channel/playlist adapter (Pro). Either way, each new video becomes a post with its title, description, and an embedded player — and from Lite upward, new uploads publish on a schedule without you touching the admin.
This post covers both methods, when each makes sense, and how to display the resulting video library.
Which YouTube import method should you use?
| Method | Tier needed | Best for |
|---|---|---|
| Channel RSS feed | Free (manual fetch), Lite (scheduled) | Mirroring one channel’s latest uploads |
| YouTube adapter | Pro | Channels and playlists with richer control |
The RSS route costs nothing and needs no API key. The Pro adapter talks to YouTube’s API directly and adds playlist support, which matters once you curate specific series rather than mirroring everything.
How do you import a YouTube channel with RSS (Free tier)?
Every YouTube channel exposes a public feed at:
https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID
The channel ID is in the channel URL or its page source (look for channelId).
- Add an RSS provider. In Ingestics → Providers, add a new RSS provider and paste the feed URL. On Lite, provider presets make this a one-click template, and RSS auto-discovery can find the feed for you.
- Confirm the mapping. The feed gives you the video title, link, published date, and description. Map title to post title and the description to post content.
- Embed the player. Put the video URL on its own line in the mapped content — WordPress oEmbed turns a bare YouTube URL into an embedded player automatically. No iframe code needed.
- Fetch in Draft mode first. Run a manual fetch, open the drafts, and check that titles, embeds, and dates look right before switching to Publish.
The feed only lists the channel’s most recent uploads, so start it on a channel you want to follow going forward — it is not a back-catalog importer.
What does the Pro YouTube adapter add?
The Pro tier includes dedicated YouTube channel and playlist adapters. Instead of parsing the generic feed, the adapter fetches structured video data through the YouTube Data API with your API key, and it handles playlists — useful when you only want one series from a busy channel, or you aggregate curated playlists from several creators.
Pro also brings the Advanced Field Mapper, so video metadata can land in post meta or ACF fields (for example, storing the video ID for a custom player template).
How do you publish new uploads automatically?
On Free, fetches are manual. Lite adds scheduled fetching on cron intervals with provider rotation — an hourly or twice-daily check is plenty for most channels, since the feed updates when a video goes live. Pro adds custom scheduling frequencies if you need tighter timing around a publishing calendar.
Duplicate detection (all tiers) keys on the source URL, so re-fetching never creates a second post for the same video.
How do you display the video library on your site?
Lite unlocks frontend output: the [auto_api_feed] shortcode, the Gutenberg block, template tags, and a grid layout — a grid of thumbnails is the natural fit for a video hub. Pro adds a carousel layout plus Elementor and Bricks builder support. See the documentation for shortcode attributes.
For a multi-channel video hub, create one RSS provider per channel and give each its own category. Free allows 2 RSS providers; Lite raises that to 10 and Pro to 25.
Which Ingestics tier does this workflow need?
- Free — one or two channels, manual fetch, RSS method only.
- Lite — scheduled upload detection, YouTube presets, frontend display, up to 10 RSS providers.
- Pro — the YouTube Data API adapter, playlist imports, carousel layout, custom fields.
Video posts pair well with other community sources — see importing Reddit posts and the broader multi-source aggregator build. The RSS import guide covers feed handling in more depth, and the use cases hub lists more automated publishing workflows.
Put your YouTube channel on autopilot
Install Ingestics free and mirror a channel with its RSS feed today. Upgrade to Lite for scheduling or Pro for the YouTube adapter and playlists.
See Pricing