WordPress custom YouTube feed plugin

May 10, 2025

The Custom YouTube Feed plugin allows WordPress site owners to display videos from multiple YouTube channels and individual videos in an attractive grid layout. The plugin features pagination, popup video playback, and automatic caching for improved performance.

Key Features

Installation

Requirements

Usage Shortcode: Add videos to any post or page using the shortcode:

[youtube_videos]

Admin Settings

Customization CSS Styling: The plugin includes default CSS that can be overridden in your theme’s stylesheet. Key classes:

.youtube-videos-grid - The main video container
.youtube-video - Individual video items
.youtube-pagination - Pagination controls

JavaScript: The plugin uses Magnific Popup for video playback. Customize the popup behavior by modifying the initialization in the shortcode output.

GitHub Repository View on GitHub