YouTube videos widget is fully-based on the WordPress Plugin API..
Organized straightforwardly so that not hard to modify and style...
YouTube videos widget is ready to use as-is though you can well individualize it to your liking with bit of code..
You can also yank list of recent videos from posts and pages with the shortcode mechabyte youtube.
To remove the default movie you need to remove the your enqueue scripts part from the hook.. remove action 'wp enqueue scripts 'mechabyteYouTube 'enqueue scripts.
When creating part that will loop from the videos you have complete control over how you want to display the content.
Just keep in mind that in the end you will be outputting categories.
Here's example of some code that adds function to your mb construct plain filter assuming we've only removed the default functions.
If the user has selected to inaugurate videos in tab specify the link target if $tab { $output.= target=. blank. } $output.= $output.= $youtube video $output.= $output.=. $i++ } return $output }.
Pretty basic but it allows you to see general example of how to loop from the number and return the modified data..
Read more