Coverflow YouTube Videos Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Displays a user’s Youtube videos in a simil-Coverflow way.
This plugin uses ContentFlow v1.0.2 and HTML5Lightbox Javascript
libraries to mimic the Coverflow’s Apple visualization interface.
- ContentFlow is licensed as MIT GPL-compatible
- HTML5Lightbox is licensed as GPLv2
Usage
- Displays the videos of the user configured in the admin page:
[coverflow_youtube_videos]
- Displays the videos of the user specified in the shortcode:
[coverflow_youtube_videos user="USERNAME"]
- Displays the videos of the playlist specified in the shortcode:
[coverflow_youtube_videos list="PLAYLIST_ID"]
Shortcode Options
- Hide the numbers underneath the slider:
numbers=no
Style
You can change the color of the text displayed underneath the video thumbnails adding some CSS to your theme stylesheet file:
.ContentFlow .globalCaption .caption {
color: black;
}
If you need to change also the slider color you have to overwrite the default values with something like that:
.ContentFlow .scrollbar {
background: url(img/my_scrollbar.png) left center repeat-x !important;
}
.ContentFlow .scrollbar .slider {
background: url(img/my_slider.png) center center no-repeat !important;
}
Where my_scrollbar.png and my_slider.png are your custom images (under the img folder of your theme).
These images needs to be like scrollbar_white.png and slider_white.png under wp-content/plugins/coverflow-youtube-videos/ContentFlow/img
Screenshots
-
User’s YouTube videos shown in a simil-Coverflow way
-
Single video overlay
-
Configuration panel