Norman YouTube Plugin
Also known as SubZane YouTube Plugin
This widget displays a thumbnail list of the most recent videos from a selected youtube user or youtube tag in your sidebar.
Features
- Lightbox support with Shadowbox JS.
- The number of recent videos displayed can be configured
- List videos uploaded by a specific user.
- List videos tagged as favorites by a specific user.
- List videos from a specific playlist.
- Search for videos and display the results in a widget or a post/page.
- Order the results by published, viewCount, rating or relevance.
- Use short codes to add youtube video listings into your posts.
Installation
- Upload the folder `subzane_youtube_plugin` to the `/wp-content/plugins/` directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Add the widget to your sidebar
- For lightbox support download and install Shadowbox JS
- To add listing inside posts use the shortcode [sz-youtube].
Shortcode syntax
Write like this [sz-youtube value="subzane" type="favorites" max="5" sortorder="viewCount"]
- value = a username or a tag
- type = tag/user/favorites
- max = Max number of videos to list.
- sortorder = published, relevance, viewCount or rating
- autoplay = Autoplay videos in lightbox or not (1/0)
- related = Display related videos or not (1/0)
- lightbox = Use lightbox or not (1/0)
- aspect = Aspect ratio (4:3, 16:9 or 16:10)
- width = Width of the video. Height is calculated from width and aspect.
- hd = HD Video if available (1/0)