<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Daiko&#8217;s YouTube Widget</title>
	<atom:link href="http://www.daikos.net/2007/09/25/daikos-youtube-widget-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daikos.net/2007/09/25/daikos-youtube-widget-2/</link>
	<description>About Wordpress themes, widgets, plugins and other stuff</description>
	<pubDate>Mon, 08 Sep 2008 13:21:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Daiko</title>
		<link>http://www.daikos.net/2007/09/25/daikos-youtube-widget-2/#comment-13197</link>
		<dc:creator>Daiko</dc:creator>
		<pubDate>Mon, 01 Oct 2007 11:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.daikos.net/2007/09/25/daikos-youtube-widget-2/#comment-13197</guid>
		<description>Hi alex,

Well the videos are randomly selected in that line of the code. They are at the same time shuffled in their order. If I understand you correct, your idea is to present a fixed number of videos in a certain order opposed to present x number of randomly selected videos from a list of y number of videos!?

That can be done relatively easily in version 1.0.8 (Grab that here: http://wordpress.org/extend/plugins/daikos-youtube-widget/download/ )

Edit line 128 that says:
$video[$num] = $videos[$random[$num]];

and change it to:
$video[$num] = $videos[$num];

That (I think) will do your trick.

If you have version 1.1 installed, You could accomplish the same but the line number is different because I've added support for YouTube feeds. You can use it the way you suggest, but then you should not add tag(s) or user(s) because they add videos to the list of own videos.

Good Luck!</description>
		<content:encoded><![CDATA[<p>Hi alex,</p>
<p>Well the videos are randomly selected in that line of the code. They are at the same time shuffled in their order. If I understand you correct, your idea is to present a fixed number of videos in a certain order opposed to present x number of randomly selected videos from a list of y number of videos!?</p>
<p>That can be done relatively easily in version 1.0.8 (Grab that here: <a href="http://wordpress.org/extend/plugins/daikos-youtube-widget/download/" rel="nofollow">http://wordpress.org/extend/plugins/daikos-youtube-widget/download/</a> )</p>
<p>Edit line 128 that says:<br />
$video[$num] = $videos[$random[$num]];</p>
<p>and change it to:<br />
$video[$num] = $videos[$num];</p>
<p>That (I think) will do your trick.</p>
<p>If you have version 1.1 installed, You could accomplish the same but the line number is different because I&#8217;ve added support for YouTube feeds. You can use it the way you suggest, but then you should not add tag(s) or user(s) because they add videos to the list of own videos.</p>
<p>Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.daikos.net/2007/09/25/daikos-youtube-widget-2/#comment-13140</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 30 Sep 2007 00:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.daikos.net/2007/09/25/daikos-youtube-widget-2/#comment-13140</guid>
		<description>dear Daiko, thanks a lot for the plugin!
have one question
you have the following line in your code
$video[$num] = $videos[$random[$num]];
because of which videos are ordered randomly.
how can i change it so that they are displayed in exactly the same order as put into the widget?
thanks again,
alex</description>
		<content:encoded><![CDATA[<p>dear Daiko, thanks a lot for the plugin!<br />
have one question<br />
you have the following line in your code<br />
$video[$num] = $videos[$random[$num]];<br />
because of which videos are ordered randomly.<br />
how can i change it so that they are displayed in exactly the same order as put into the widget?<br />
thanks again,<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GadgetGadget.info - Gadgets on the web &#187; Daiko’s YouTube Widget</title>
		<link>http://www.daikos.net/2007/09/25/daikos-youtube-widget-2/#comment-12875</link>
		<dc:creator>GadgetGadget.info - Gadgets on the web &#187; Daiko’s YouTube Widget</dc:creator>
		<pubDate>Tue, 25 Sep 2007 14:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.daikos.net/2007/09/25/daikos-youtube-widget-2/#comment-12875</guid>
		<description>[...] adam frucci wrote an interesting post today!.Here&#8217;s a quick excerptWell the fact is that all download links were broken. I moved to a new server and there was a change in path that was not corrected. Thank you Rich for notifying me. Daiko. Better luck this time. Go get it here: Daiko’s YouTube Widget. [...]</description>
		<content:encoded><![CDATA[<p>[...] adam frucci wrote an interesting post today!.Here&#8217;s a quick excerptWell the fact is that all download links were broken. I moved to a new server and there was a change in path that was not corrected. Thank you Rich for notifying me. Daiko. Better luck this time. Go get it here: Daiko’s YouTube Widget. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
