Coverflow YouTube Videos Wordpress Plugin - Rating, Reviews, Demo & Download

Coverflow YouTube Videos Wordpress Plugin - Rating, Reviews, Demo & Download
5 Average out of 3 ratings
Free
Follow for free plugins, new theme releases and theme news

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.

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

  1. coverflow-youtube-videos screenshot 1

    User’s YouTube videos shown in a simil-Coverflow way

  2. coverflow-youtube-videos screenshot 2

    Single video overlay

  3. coverflow-youtube-videos screenshot 3

    Configuration panel


Reviews & Comments