Youtubeのサムネイル画像取得方法メモ
Youtubeのサムネイル画像を取得する方法をメモっときます。
Youtubeのサムネイル画像は、以下のURLで取得できます。
http://img.youtube.com/vi/[VIDEO_ID]/(default|0|1|2|3).jpg
サンプルURL。
[ http://www.youtube.com/watch?v=z_AbfPXTKms ]
z_AbfPXTKms が動画のIDです。
http://img.youtube.com/vi/z_AbfPXTKms/default.jpg
http://img.youtube.com/vi/z_AbfPXTKms/1.jpg
http://img.youtube.com/vi/z_AbfPXTKms/2.jpg
http://img.youtube.com/vi/z_AbfPXTKms/3.jpg
本来はAPIを叩いてXMLで返して貰うようですが、直接URLを叩いても大丈夫そうです。
これを拡張して、WordPressのショートコードをフックして、サムネイル画像をog:imageで流すコードを書きたいな。
ディスカッション
コメント一覧
まだ、コメントがありません