OEmbed Auto-Thumbs
Set thumbnail of (o)embedded content as featured image in the current post.
by snrbrnjna · github.com/snrbrnjna/wp-plugin-oembed-auto-thumbs · website
★ 0stars
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/snrbrnjna/wp-plugin-oembed-auto-thumbs/archive/refs/heads/master.zipWordpress Plugin - OEmbed Auto-Thumbs
Set thumbnail of (o)embedded content as featured image in the current post.
Usage / Installation
Add to your sites composer.json:
{
"repositories": [
{
"type": "vcs",
"url": "git@github.com:snrbrnjna/wp-plugin-oembed-auto-thumbs.git"
}
],
"require": {
"snrbrnjna/wp-plugin-oembed-auto-thumbs": "dev-master"
}
}
After installation with composer update you need to activate the plugin and there you go, add a url to an oembed URL in your posts edit screen and wait for the featured image to be set within a few seconds.
Develop
Build assets (js and sass) and watch for changes and build again...
$ npm run dev