Changeset 339374
- Timestamp:
- 01/31/2011 09:25:36 PM (15 years ago)
- Location:
- subzane-youtube-recent-videos-widget/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
subzane_youtube_plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
subzane-youtube-recent-videos-widget/trunk/readme.txt
r223277 r339374 4 4 Tags: widget, rss, youtube, video, feed 5 5 Requires at least: 2.5 6 Tested up to: 2.9.27 Stable tag: 1.6. 46 Tested up to: 3.0.4 7 Stable tag: 1.6.5 8 8 9 9 This plugin can allows you to display a thumbnail list of YouTube videos in your sidebar. … … 49 49 == Changelog == 50 50 51 = 1.6.5 = 52 * Fixed bug that caused giant thumbnails 53 51 54 = 1.6.4 = 52 55 * More bug fixes regarding line 85 and 88 that's been posted on the blog. -
subzane-youtube-recent-videos-widget/trunk/subzane_youtube_plugin.php
r223277 r339374 5 5 Description: This plugin can allows you to display a thumbnail list of YouTube videos in your sidebar. You can also add custom lists to your posts and pages using shortcode. 6 6 Author: Andreas Norman 7 Version: 1.6. 47 Version: 1.6.5 8 8 Author URI: http://www.andreasnorman.se 9 9 */ … … 72 72 if (!empty($url)) { 73 73 if ($type=='user') { 74 $url = 'http://gdata.youtube.com/feeds/api/videos? author='.$url.$num_param.'&orderby='.$sortorder;74 $url = 'http://gdata.youtube.com/feeds/api/videos?v=2&author='.$url.$num_param.'&orderby='.$sortorder; 75 75 } else if ($type=='favorites') { 76 76 $url = 'http://gdata.youtube.com/feeds/api/users/'.$url.'/favorites?v=2'.$num_param.'&orderby='.$sortorder;
Note: See TracChangeset
for help on using the changeset viewer.