WP Manifestindependent plugin directory
manifest / media / youtube-featured-image

YouTube featured image for Gutenberg

This plugin automatically setup post thumbnail based on YouTube video URL in Gutenberg post editor

by Alex Ischenko · github.com/webdevs-pro/youtube-featured-image · website

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/webdevs-pro/youtube-featured-image/archive/refs/heads/master.zip

Readme

YouTube featured image for Gutenberg

This plugin automatically sets a post thumbnail from a YouTube video URL in the Gutenberg post editor.

The plugin will check YouTube maxresdefault.jpg first, if the video doesn't have a hi-res thumbnail, check sddefault.jpg and then hqdefault.jpg.

The plugin also scales and crops the uploaded image to 1280x720 (16:9 aspect ratio).

WARNING! To work with CPT, your CPT must have "custom fields" support.

Read the full README on GitHub →