An open API service indexing awesome lists of open source software.

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.

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

![RavenHawk YouTube Showcase general settings](screenshots/youtube-showcase-general-settings.png)

### Style / Colors

![RavenHawk YouTube Showcase style and colors](screenshots/youtube-showcase-style-colors.png)

### Frontend Preview

![RavenHawk YouTube Showcase frontend preview](screenshots/youtube-showcase-frontpage-preview.png)

## 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

[![Buy Me a Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png)](https://www.buymeacoffee.com/wbakke7496c)

## RavenHawkTech

Website: https://ravenhawktech.com

## License

GPL-3.0 unless otherwise noted.