Changeset 193861
- Timestamp:
- 01/14/2010 01:18:06 PM (16 years ago)
- Location:
- subzane-youtube-recent-videos-widget
- Files:
-
- 7 added
- 1 deleted
- 2 edited
-
tags/1.6 (added)
-
tags/1.6/readme.txt (added)
-
tags/1.6/screenshot-1.png (added)
-
tags/1.6/screenshot-2.png (added)
-
tags/1.6/style.css (added)
-
tags/1.6/subzane_youtube_plugin.php (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/screenshot-2.png (modified) (previous)
-
trunk/subzane-youtube-recent-videos-widget.php (deleted)
-
trunk/subzane_youtube_plugin.php (added)
Legend:
- Unmodified
- Added
- Removed
-
subzane-youtube-recent-videos-widget/trunk/readme.txt
r116706 r193861 1 === SubZane YouTube Recent Videos Widget===1 === SubZane YouTube Plugin === 2 2 Contributors: Andreas Norman 3 3 Donate link: 4 4 Tags: widget, rss, youtube, video, feed 5 5 Requires at least: 2.5 6 Tested up to: 2. 7.17 Stable tag: 1. 5.16 Tested up to: 2.9.1 7 Stable tag: 1.6 8 8 9 9 This plugin can allows you to display a thumbnail list of YouTube videos in your sidebar. … … 17 17 * The number of recent videos displayed can be configured 18 18 * List videos uploaded by a specific user. 19 * List videos tagged as favorites by a specific user. 19 20 * Search for videos and display the results in a widget or a post/page. 20 21 * Order the results by published, viewCount, rating or relevance. … … 24 25 == Installation == 25 26 26 1. Upload `subzane-youtube-recent-videos-widget.php` to the `/wp-content/plugins/` directory27 1. Upload the folder `subzane_youtube_plugin` to the `/wp-content/plugins/` directory 27 28 2. Activate the plugin through the 'Plugins' menu in WordPress 28 29 3. Add the widget to your sidebar 29 30 4. For lightbox support download and install Shadowbox JS http://wordpress.org/extend/plugins/shadowbox-js/ 31 5. To add listing inside posts use the shortcode [sz-youtube]: 32 33 = Shortcode syntax = 34 35 Write 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 30 41 31 42 == Screenshots == 32 43 33 1. Example of sidebarlisting.44 1. Example of video listing. 34 45 2. Widget configuration 35 46 … … 37 48 == FAQ == 38 49 39 For any questions or suggestions regarding the plugin please visit http://www. subzane.com50 For any questions or suggestions regarding the plugin please visit http://www.andreasnorman.se
Note: See TracChangeset
for help on using the changeset viewer.