Plugin Directory

Changeset 339374


Ignore:
Timestamp:
01/31/2011 09:25:36 PM (15 years ago)
Author:
subzane
Message:
 
Location:
subzane-youtube-recent-videos-widget/trunk
Files:
2 edited

Legend:

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

    r223277 r339374  
    44Tags: widget, rss, youtube, video, feed
    55Requires at least: 2.5
    6 Tested up to: 2.9.2
    7 Stable tag: 1.6.4
     6Tested up to: 3.0.4
     7Stable tag: 1.6.5
    88
    99This plugin can allows you to display a thumbnail list of YouTube videos in your sidebar.
     
    4949== Changelog ==
    5050
     51= 1.6.5 =
     52* Fixed bug that caused giant thumbnails
     53
    5154= 1.6.4 =
    5255* 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  
    55Description: 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.
    66Author: Andreas Norman
    7 Version: 1.6.4
     7Version: 1.6.5
    88Author URI: http://www.andreasnorman.se
    99*/
     
    7272        if (!empty($url)) {
    7373            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;
    7575            } else if ($type=='favorites') {
    7676                $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.