Plugin Directory

Changeset 193861


Ignore:
Timestamp:
01/14/2010 01:18:06 PM (16 years ago)
Author:
subzane
Message:
 
Location:
subzane-youtube-recent-videos-widget
Files:
7 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • subzane-youtube-recent-videos-widget/trunk/readme.txt

    r116706 r193861  
    1 === SubZane YouTube Recent Videos Widget ===
     1=== SubZane YouTube Plugin ===
    22Contributors: Andreas Norman
    33Donate link:
    44Tags: widget, rss, youtube, video, feed
    55Requires at least: 2.5
    6 Tested up to: 2.7.1
    7 Stable tag: 1.5.1
     6Tested up to: 2.9.1
     7Stable tag: 1.6
    88
    99This plugin can allows you to display a thumbnail list of YouTube videos in your sidebar.
     
    1717*   The number of recent videos displayed can be configured
    1818*   List videos uploaded by a specific user.
     19*   List videos tagged as favorites by a specific user.
    1920*   Search for videos and display the results in a widget or a post/page.
    2021*   Order the results by published, viewCount, rating or relevance.
     
    2425== Installation ==
    2526
    26 1. Upload `subzane-youtube-recent-videos-widget.php` to the `/wp-content/plugins/` directory
     271. Upload the folder `subzane_youtube_plugin` to the `/wp-content/plugins/` directory
    27282. Activate the plugin through the 'Plugins' menu in WordPress
    28293. Add the widget to your sidebar
    29304. For lightbox support download and install Shadowbox JS http://wordpress.org/extend/plugins/shadowbox-js/
     315. To add listing inside posts use the shortcode [sz-youtube]:
     32
     33= Shortcode syntax =
     34
     35Write like this [sz-youtube value="subzane" type="favorites" max="5" sortorder="viewCount"]
     36
     37* value = a username or a tag
     38* type = tag/user/favorites
     39* max = Max number of videos to list.
     40* sortorder = published, relevance, viewCount or rating
    3041
    3142== Screenshots ==
    3243
    33 1. Example of sidebar listing.
     441. Example of video listing.
    34452. Widget configuration
    3546
     
    3748== FAQ ==
    3849
    39 For any questions or suggestions regarding the plugin please visit http://www.subzane.com
     50For any questions or suggestions regarding the plugin please visit http://www.andreasnorman.se
Note: See TracChangeset for help on using the changeset viewer.