SK Playlist Embed lets you display YouTube channel videos and playlists on your WordPress site using the YouTube Data API v3. Choose from grid or list layouts with flexible columns (1-5), frontend pagination, and a centered video modal.
Features:
[skplem type="channel|playlist" id="YOUR_ID"]Basic usage:
[skplem type="channel" id="UC_CHANNEL_ID"]
With all options:
[skplem type="playlist" id="PL_PLAYLIST_ID" layout="grid" columns="3" max="12" thumbnail="medium" title="yes" description="yes" show_count="yes" paginate="yes" per_page="12"]
Attributes:
type — channel or playlist (required)id — YouTube channel ID or playlist ID (required)layout — grid or list (default: from settings)columns — 1 to 5 (default: from settings)max — max videos to show, 1 to 50 (default: from settings)thumbnail — default, medium, or high (default: from settings)title — yes or nodescription — yes or noshow_count — yes or nopaginate — yes or noper_page — videos per page (default: 12)This plugin uses the YouTube Data API v3 (operated by Google) to fetch video metadata from YouTube channels and playlists.
Data sent: When you enter a Channel ID or Playlist ID, the plugin sends that ID along with your API key to the YouTube Data API v3 to retrieve video titles, descriptions, thumbnails, and publish dates. No personal data is transmitted.
Service links:
* YouTube Terms of Service
* Google Privacy Policy
* YouTube Data API v3 Documentation