toddc2001
Member
Posted 3 years ago #
Does anyone know if it's possible to embed video thumbnails within a post? I'm looking at the Zinepress theme and would rather use a youtube video to preview my post than a photo thumbnail. Is there a theme that makes it easier to do this than others?
I just released a plugin that makes it really easy to automatically add video thumbnail images to your theme. Once you've installed the plugin, you can use this inside the loop to display the video's thumbnail automatically.
<img src="<?php video_thumbnail(); ?>" width="CHANGE_ME" height="CHANGE_ME" />
Video Thumbnails