All Projects → WebDevStudios → Automatic-Featured-Images-from-Videos

WebDevStudios / Automatic-Featured-Images-from-Videos

Licence: other
If a YouTube or Vimeo video exists in the first few paragraphs of a post, automatically set the post's featured image to that vidoe's thumbnail.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Automatic Featured Images from Videos

Contributors: bradparbs, coreymcollins, jtsternberg, webdevstudios, binarygary Donate link: http://webdevstudios.com/ Tags: video, youtube, vimeo, featured image Requires at least: 3.7 Tested up to: 5.6.0 Stable tag: 1.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

If a YouTube or Vimeo video exists in the first portion of a post, automatically set the post's featured image to that video's thumbnail.

WebDevStudios. WordPress for big brands.

Description

When placing a YouTube or Vimeo video within the first 800 characters of a post, the thumbnail of that video will automatically be sideloaded and set as the featured image for the post as long as the post does not already have a featured image set.

In addition, after setting the video thumbnail as the featured image, an “is_video” post meta field is updated to allow for the use of conditional statements within your loop.

Installation

From your WordPress dashboard

  1. Visit 'Plugins > Add New’.
  2. Search for 'Automatic Featured Images from Videos’.
  3. Activate Automatic Featured Images from Videos from your Plugins page.

From WordPress.org

  1. Download Automatic Featured Images from Videos.
  2. Upload the 'Automatic Featured Images from Videos' directory to your '/wp-content/plugins/' directory.
  3. Activate Automatic Featured Images from Videos from your Plugins page.

Frequently Asked Questions

Screenshots

Changelog

1.1.2

  • Fixed: Issues with Youtube HEAD request returning 40x errors

1.1.1

  • Fixed: Extra forward slash in YouTube URLs that was causing 404 errors when trying to add to media library.

1.1.0

  • Added: Metabox that displays the found video URL and embed URL. Values saved as post meta.
  • Added: Pass post ID for the wds_check_if_content_contains_video filter.
  • Added: Filters that allow customization by developers to alter default values.
  • Added: BETA: Bulk processing of posts for those missing thumbnails from videos. Please report issues found.
  • Added: BETA: WP-CLI support.
  • Fixed: Modified the way the vimeo embed URL is returned.
  • Fixed: Prevent multiple instances of same found image from being uploaded to media library.

1.0.5

  • Added function wds_get_video_url when passed a post_id returns a video URL.
  • Added function wds_get_embed_video_url when passed a post_id returns a video URL that is embeddable.
  • Added function wds_post_has_video to check if a post_id has video.
  • Deprecated wds_set_media_as_featured_image.
  • Refactored the default save_post entry function to handle logic better.

1.0.4

  • Store the full video url in post meta _video_url.
  • Refactored checks for video ID.

1.0.3

  • Switch to using WP HTTP API functions over get_headers(). Hopefully removes potential server config conflicts.
  • Reverse originally incorrect logic in YouTube thumbnail selection based on header results.
  • Return early if saving a revision.

1.0.2

  • Add support for youtube short links, fixes #3

1.0.1

  • Fix bug with special characters in YouTube video titles
  • Fix bug where duplicate images would be uploaded and set as featured image when editing a post

1.0

  • Initial release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].