This plugin allows you to associate a youtube video or vimeo the post and loads the thumbnail of the video image as automativamente highlight of the post.
Contributors: leobaiano Donate link: http://lbideias.com.br/donate Tags: video, featured image, wordpress, wp, plugin wordpress Requires at least: 3.8 Tested up to: 4.4.2 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
WordPress Video Thumbnail is a plugin for WP that adds a field in editing posts so that users can enter the URL of a video, the plugin automatically captures a thumbnail of the video and add image as highlighted in the post.
To install just follow the installation steps of most WordPress plugin's:
e.g.
- Download the file post-useful.zip;
- Unzip the file on your computer;
- Upload folder post-useful, you just unzip to
/wp-content/plugins/
directory; - Activate the plugin through the
Plugins
menu in WordPress; - Be happy.
Translate: Leo Baiano [email protected]
- Take a fork repository;
- Set your fork;
- Check the issues and choose one that does not have anyone working;
- Synchronize your fork;
- Create a branch to work on the issue of responsibility:
git checkout -b issue-17
; - Commit the changes you made:
git commit -m 'fix issue #17'
; - Make a push to branch:
git push origin issue-17
; - Make a Pull Request :D
Note: If you want to contribute something that was not registered in issues you can create. It is important to sign the issue that you will work to prevent someone else to start working on the same task.