Thanks for this plugin!
I need to display a particular playlist from a user channel.
I see in your FAQ that this should be possible, I’m just having trouble getting there with the information available.
Youtube’s API suggests getting the playlist ID into the feed get url… but I can’t seem to find it… nor the syntax necessary to incorporate it into this plugin.
Any help would be greatly appreciated!
Hi,
Great plugin, needed to insert manually in out of loop sidebar and it does the trick. But have a Firefox/caching issue.
I’m using the Quick Cache plugin and found that the youtube thumbnails & links won’t display in Firefox browser when not logged-in. When logged-in, it displays correctly. IE, Chrome and Opera have no issues. May be an issue with any caching plugin, not sure.
Any problems reported from others on this?
]]>Nice little plugin you have here. Noticed that you do not have any default values on the db_yt_rss_markup method within your plugin. So the actual <?php if(function_exists('db_yt_rss_markup')) { db_yt_rss_markup(); }; ?>
example will output a error for each video in the rss.
function db_yt_rss_markup( $db_yt_user = '', $db_yt_channel = '', $db_yt_maxitems = '', $db_yt_thumb_width = '' ){
I added in a few simple empty strings to to get it working quickly.
]]>I’m just wondering if there is a way to be able to display video information, such as date uploaded and total views? Total views is the most important.
]]>Does this plugin support adding more than 1 widget/YouTube username?
Thanks