Wordpress youtube plugin - Changing feed from channel to favourites (PHP Guru required) -


i not new wordpress, new php. have managed plugin working (thumbnails etc) cannot seem change default feed default youtube channel favourites. found post dev says edit url feed on line 268 of /core/parse.php looks this:

    'url' => 'http://gdata.youtube.com/feeds/api/users/'.$v.'/uploads?orderby=published&max-results='.$z.'&start-index='.$i, 

i searched google high n low, found this:

https://gdata.youtube.com/feeds/api/users/default/favorites

and tried different variations of it. 0 videos imported.

http://wordpress.org/extend/plugins/automatic-youtube-video-posts/

according url: https://developers.google.com/youtube/2.0/developers_guide_protocol_favorites

the correct code

 'url' => 'http://gdata.youtube.com/feeds/api/users/'.$v.'/favorites?orderby=published&max-results='.$z.'&start-index='.$i, 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -