I have just done a little testing with this and it works a treat. Took me a couple of minutes to set up, and that was it, worked first time. One thing that I would mention is that if you already have any video that has been posted, the default setting of this plugin seems to make it dissapear from the main page. It can however be seen from the individual page. I guess this is a side effect from having an image substitute the video when the plugin does its stuff. It is easily fixed using the method mentoined earlier, just comment out:
add_action('the_content', 'change_post');
in the ydata.php file and all is back to normal again.
The only thing that I could thing of as an improvement (unless I've missed something here),would be to offer an option to search by videos uploaded 'This week' or 'This month'. That way there would be a bit more churn on the videos that could be chosen from. At the moment it seems to be pulling them from the 'Uploaded Anytime', and sort by 'Relevance', this list can stagnate pretty quickly sometimes.
add_action('the_content', 'change_post');
in the ydata.php file and all is back to normal again.
The only thing that I could thing of as an improvement (unless I've missed something here),would be to offer an option to search by videos uploaded 'This week' or 'This month'. That way there would be a bit more churn on the videos that could be chosen from. At the moment it seems to be pulling them from the 'Uploaded Anytime', and sort by 'Relevance', this list can stagnate pretty quickly sometimes.