https://github.com/ravenhawktech/wordpress-youtube-showcase-plugin
A WordPress Plugin which with a shortcode allows you to showcase One new Video upload and two Random Videos from your Channel.
https://github.com/ravenhawktech/wordpress-youtube-showcase-plugin
wordpress youtube
Last synced: about 1 month ago
JSON representation
A WordPress Plugin which with a shortcode allows you to showcase One new Video upload and two Random Videos from your Channel.
- Host: GitHub
- URL: https://github.com/ravenhawktech/wordpress-youtube-showcase-plugin
- Owner: RavenHawkTech
- License: other
- Created: 2026-05-24T23:52:03.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-25T12:33:20.000Z (about 1 month ago)
- Last Synced: 2026-05-25T14:26:53.324Z (about 1 month ago)
- Topics: wordpress, youtube
- Homepage: https://ravenhawktech.com
- Size: 1.57 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
- Copyright: COPYRIGHT.md
Awesome Lists containing this project
README
# RavenHawk YouTube Showcase
Styled WordPress YouTube showcase plugin with shortcode support, RSS-first loading, API fallback, cache controls, and tabbed admin color settings.
This repository contains the RavenHawk YouTube Showcase plugin package, update manifest, screenshots, and repository documentation for RavenHawkTech.
## Current Version
**v1.2.5**
## Features
- Displays the latest YouTube video plus random videos from the configured channel
- Shortcode support with `[ravenhawk_youtube]`
- YouTube RSS-first loading to reduce API quota usage
- Optional YouTube Data API fallback
- Cache controls and configurable video pool size
- RavenHawkTech admin menu grouping
- Tabbed admin page with General Settings and Style / Colors
- Editable colors and border-radius controls
- GitHub manifest-based update metadata
## Screenshots
### General Settings

### Style / Colors

### Frontend Preview

## Shortcode
```text
[ravenhawk_youtube]
```
Optional title override:
```text
[ravenhawk_youtube title="Latest from RavenHawkTech"]
```
## Admin Settings
Open:
```text
RavenHawkTech → YouTube Showcase
```
Tabs:
```text
General Settings
Style / Colors
```
## Repository Structure
This repository tracks the plugin package instead of the extracted plugin source files.
```text
/
├─ README.md
├─ SECURITY.md
├─ COPYRIGHT.md
├─ gitignore.txt
├─ releases/
│ └─ ravenhawk-youtube-showcase-v1.2.5.zip
├─ screenshots/
│ ├─ README.md
│ ├─ youtube-showcase-general-settings.png
│ ├─ youtube-showcase-style-colors.png
│ └─ youtube-showcase-frontpage-preview.png
└─ updates/
└─ ravenhawk-youtube-showcase.json
```
The package contains the full WordPress plugin folder, including the plugin PHP file, admin icon assets, and plugin README.
## Installation
1. In WordPress Admin, go to **Plugins → Add Plugin**.
2. Click **Upload Plugin**.
3. Choose the RavenHawk YouTube Showcase package.
4. Click **Install Now**.
5. Activate the plugin.
6. Open **RavenHawkTech → YouTube Showcase** in WordPress Admin.
## Support RavenHawkTech
[](https://www.buymeacoffee.com/wbakke7496c)
## RavenHawkTech
Website: https://ravenhawktech.com
## License
GPL-3.0 unless otherwise noted.