YouTube Post Type

0

YouTube Post Type allows you to easily add YouTube videos as post into your WordPress installation via the introduction of register_post_type in WordPress v2.9. This will make YouTube a

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

YouTube Post Type allows you to easily add YouTube videos as post into your WordPress installation via the introduction of register_post_type in WordPress v2.9. This will make YouTube a first class citizen in your WordPress.

Why would you want to do this? If you want a post to represent a YouTube video.

You add YouTube videos by specifying the URL or the YouTube id.

Your YouTube thumbnails are also downloaded and pulled into the system so you can use them. Your YouTube also gets associated to the first thumbnail found.

How It Works

YouTube Post Type allows a WordPress post to represent a YouTube video via WordPress custom post types. This makes YouTube a first class citizen, and easily extensible by other plugins.

Why I Created It

Shortcomings of other YouTube plugins:

  1. Most of them were to embed YouTube video via a WordPress shortcode
  2. None of them detailed how the plugin worked to support a YouTube as a post.