=== X414i Feed for YouTube ===
Contributors: x414i
Tags: youtube, rss, video, shortcode, feed
Requires at least: 5.8
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Display the latest YouTube videos from a channel using the public RSS feed, with no API key required.

== Description ==

X414i Feed for YouTube displays the latest public videos from a YouTube channel via the official YouTube RSS feed. Add a default channel in the plugin settings, then place the shortcode in any post, page, or widget area that supports shortcodes.

== Installation ==

1. Upload the plugin folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the Plugins screen in WordPress.
3. Open the X414i YouTube settings screen and add a channel URL, channel ID, or handle.
4. Add the shortcode to your content.

== Shortcode ==

Basic usage:

`[x414iyf_youtube_latest]`

Custom channel and limit:

`[x414iyf_youtube_latest channel="@username" limit="3"]`

Available shortcode attributes:

* `channel` - YouTube channel ID, channel URL, or handle.
* `limit` - Number of videos to display.
* `template` - Display template: `card`, `list`, or `overlay`.

== Frequently Asked Questions ==

= Does this plugin require a YouTube API key? =

No. It uses the public YouTube RSS feed.

= What shortcode should I use? =

Use `[x414iyf_youtube_latest]`.

== Changelog ==

= 1.1.0 =
* Refactored prefixing, assets, escaping, sanitization, and WordPress.org review compliance.
