-
Website
http://www.subzane.com/ -
Original page
http://www.subzane.com/projects/youtube-recent-videos-widget/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
justinmoser
1 comment · 1 points
-
Alex @justinmind.com
1 comment · 1 points
-
mathew_1
1 comment · 1 points
-
tino_truppel
1 comment · 1 points
-
Malin Grön, Creative
1 comment · 1 points
-
-
Popular Threads
Clem
I would like to put this in my template, I don't use the widgetized sidebar... Slight noob too.. Can you tell me how I would get it in my template?
Thanks,
Tim.
if(function_exists("subzane_youtube_recent_videos_widget")) {
subzane_youtube_recent_videos_widget();
}
Any help?
much appreciated, I think this plugin is exactly what I need. thanks.
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /hermes/web09c/b2897/hoc.obiwayne/wordpress/wp-content/plugins/subzane-youtube-recent-videos-widget/subzane-youtube-recent-videos-widget.php on line 58
Can you help? Thank you.
I'm attempting to place this in an area that's not in my sidebar, and I see that you've posted the code to do so, but I don't know how to place the parameters for 'type' or 'url'. Each thing I've tried has broken it.
Could you post some more detailed instructions for what to place if you're not using this in a widget-enabled area or template?
Thanks! Great plugin!
This is because it only reads from the settings and takes no params. But I'll add a todo so the next version also can take parameters.
Thanks.
Thanks.
Thanks for your comment. Your plugins is great and I would appreciate another upgrade sometime in the future. Would it be possible to give replacement code for increasing thumbnail sizes by adding pixels lets say increase/decrease 20 pixels width.height. I think the corresponding code is this.
$str .= 'item($i)->nodeValue.'" src="'.$thumbnails->item($i)->getAttribute('url').'" height="'.$thumbnails->item($i)->getAttribute('height').'" width="'.$thumbnails->item($i)->getAttribute('width').'" />';
Thanks!!
Is it possible to show the video title besides the thumbnail?
i figure youtube changed something and there's no error handler in the widget?
Warning: DOMDocument::load() [domdocument.load]: Document is empty in http://www.youtube.com/rss/user/xxx/videos.rss, line: 1 in /home/xxx/public_html/xxx.com/wordpress/wp-content/plugins/subzane-youtube-recent-videos-widget/subzane-youtube-recent-videos-widget.php on line 37
Warning: DOMDocument::load() [domdocument.load]: Start tag expected, '<' not found in http://www.youtube.com/rss/user/xxx/videos.rss, line: 1 in /home/xxx/public_html/xxx.com/wordpress/wp-content/plugins/subzane-youtube-recent-videos-widget/subzane-youtube-recent-videos-widget.php on line 37
Fatal error: Call to a member function getElementsByTagName() on a non-object in /home/xxx/public_html/xxx.com/wordpress/wp-content/plugins/subzane-youtube-recent-videos-widget/subzane-youtube-recent-videos-widget.php on line 40
Fatal error: Call to a member function getAttribute() on a non-object in /home/wwiii/public_html/ipigals.com/wp-content/plugins/subzane-youtube-recent-videos-widget/subzane-youtube-recent-videos-widget.php on line 62
any thoughts?
thx
I will look into the problems today and look for bugs. Thank you for reporting them to me.
http://code.google.com/p/subzane-youtube-recent...
http://code.google.com/p/subzane-youtube-recent...
but the feed is fine as i'm able to parse it via simplexml_load_file and show thumbs/etc.
truly odd.
Also, I also agree that it would be great if this plugin could be called directly from anywhere within a theme.
Thanks for all your hard work. Hope to hear of a "fix" for this latest problem. As it is now, I am unable to use the plugin.
simplexml_load_file('http://gdata.youtube.com/feeds/api/users/felipepcs/uploads?max-results=10&orderby=updated');
and not:
http://www.youtube.com/rss/user/felipepcs/video...
like the sz widget is trying (at least that's the error i see on the widget page/dashboard). which gives the first error of:
Warning: DOMDocument::load() [domdocument.load]: Document is empty in http://www.youtube.com/rss/user/felipepcs
It seems that YouTube has changed their RSS feeds so now they are cluttered with huge amounts of HTML and the structure is way different. That's why the widget fails.
I'll try and correct this ASAP.
Thank you for the bug reports! :)
Thanks.
Again. It's _very_ difficult for me to track down bugs if the only information I get is "It doesn't work". I need more info to reproduce the error.
Are your server behind a proxy or something perhaps? Also check your PHP configuration. You'll need "allow_url_fopen = On" to be able to open remote files like this plugin does.
I used tag "morning musume" without "", 10 results, size 640 480, recent videos + lightbox support.
I reverted back to version 1.1 and its working Fine here still.
Thanks!
Warning: Invalid argument supplied for foreach() in /home/public_html/wp-content/plugins/subzane-youtube-recent-videos-widget/subzane-youtube-recent-videos-widget.php on line 34
I think your testing system might be an ideal environment, not supported everywhere.
Thanks again.
Thanks.
The API if you're interested: http://tinyurl.com/c9tlcc
any chance this will update for 2.8? also some more clear examples on the tags would helpful..
regards
Thanks in advance,
Maxy
ive installed this plugin and used the widget in my sidebar, only thing bugging me is that the thumbnails and titles of the videos are left aligned…ive tried styling all the "li" and "ul" tagged elements of the widget in my css file and aligning them to center and using left and right auto margins etc but nothing seems to work…any suggestions?
Thanks a lot :)
Justin