<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentarer till WP YouTube</title>
	<atom:link href="http://www.jenst.se/2007/11/01/wp-youtube/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jenst.se/2007/11/01/wp-youtube/</link>
	<description>En WordPressblogg till</description>
	<lastBuildDate>Sun, 14 Mar 2010 15:51:49 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Av: Как быстро добавить видео в блог на Wordpress&#124; tegory_description% &#124; Здесь встает работа</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/comment-page-1/#comment-1541</link>
		<dc:creator>Как быстро добавить видео в блог на Wordpress&#124; tegory_description% &#124; Здесь встает работа</dc:creator>
		<pubDate>Sat, 16 Jan 2010 12:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jenst.se/?p=162#comment-1541</guid>
		<description>[...] просто.   Существует довольно много плагинов вроде WP YouTube , которые предлагают вставлять [...]</description>
		<content:encoded><![CDATA[<p>[...] просто.   Существует довольно много плагинов вроде WP YouTube , которые предлагают вставлять [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Apple App Tips</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/comment-page-1/#comment-1394</link>
		<dc:creator>Apple App Tips</dc:creator>
		<pubDate>Mon, 11 Jan 2010 03:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jenst.se/?p=162#comment-1394</guid>
		<description>I wanted to know whether this PLUGIN AUTOPOST  the youtube videos? 

I want to provide only KEYWORDS and this plugin must post it once in every SIngle hour. Does it do that?

PM me. Thanks in advance!</description>
		<content:encoded><![CDATA[<p>I wanted to know whether this PLUGIN AUTOPOST  the youtube videos? </p>
<p>I want to provide only KEYWORDS and this plugin must post it once in every SIngle hour. Does it do that?</p>
<p>PM me. Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Scott</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/comment-page-1/#comment-880</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jenst.se/?p=162#comment-880</guid>
		<description>Nice!

Any plans to update this for Wordpress 2.9?</description>
		<content:encoded><![CDATA[<p>Nice!</p>
<p>Any plans to update this for Wordpress 2.9?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Jeff</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/comment-page-1/#comment-535</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 13 Dec 2009 22:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jenst.se/?p=162#comment-535</guid>
		<description>Hey.. what does the &#039;Related Videos&#039; key off of?  I have it enabled but no videos show.  What&#039;s it looking for.. related tags or what?  What&#039;s considered &quot;related&quot;?  Thanks!</description>
		<content:encoded><![CDATA[<p>Hey.. what does the &#8216;Related Videos&#8217; key off of?  I have it enabled but no videos show.  What&#8217;s it looking for.. related tags or what?  What&#8217;s considered &#8221;related&#8221;?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: dorjee</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/comment-page-1/#comment-103</link>
		<dc:creator>dorjee</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jenst.se/?p=162#comment-103</guid>
		<description>Ham... it seems that I can&#039;t send the code in these commentaries. Send me a message if you want the code.</description>
		<content:encoded><![CDATA[<p>Ham&#8230; it seems that I can&#8217;t send the code in these commentaries. Send me a message if you want the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: dorjee</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/comment-page-1/#comment-102</link>
		<dc:creator>dorjee</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jenst.se/?p=162#comment-102</guid>
		<description>I slightly modified the script in wp-youtube.php to get HD and fullscreen function for the video Youtube player. Here is the new code:

[code]			if ($validxhtml == &#039;y&#039;) {
				$contentTotalOutput = &#039;&#039;;
				$contentTotalOutput .= &#039;&#039;;

				$contentTotalOutput .= &#039;&#039;;
				$contentTotalOutput .= $contentAfter[1]; //Efter�t
			}
			else {
				$contentTotalOutput = &#039;&#039;;
				$contentTotalOutput .= &#039;&#039;;
				$contentTotalOutput .= &#039;&#039;;

				$contentTotalOutput .= &#039;&#039;;
				$contentTotalOutput .= &#039;&#039;;
				$contentTotalOutput .= $contentAfter[1]; //Efter�t[/code]</description>
		<content:encoded><![CDATA[<p>I slightly modified the script in wp-youtube.php to get HD and fullscreen function for the video Youtube player. Here is the new code:</p>
<p>[code]			if ($validxhtml == 'y') {<br />
				$contentTotalOutput = '';<br />
				$contentTotalOutput .= '';</p>
<p>				$contentTotalOutput .= '';<br />
				$contentTotalOutput .= $contentAfter[1]; //Efter�t<br />
			}<br />
			else {<br />
				$contentTotalOutput = '';<br />
				$contentTotalOutput .= '';<br />
				$contentTotalOutput .= '';</p>
<p>				$contentTotalOutput .= '';<br />
				$contentTotalOutput .= '';<br />
				$contentTotalOutput .= $contentAfter[1]; //Efter�t[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: WP</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/comment-page-1/#comment-101</link>
		<dc:creator>WP</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jenst.se/?p=162#comment-101</guid>
		<description>This is not working on 2.8.4 - 2.8.5, once activated it doesn&#039;t appear inside Setting. I hope you can update it.</description>
		<content:encoded><![CDATA[<p>This is not working on 2.8.4 &#8211; 2.8.5, once activated it doesn&#8217;t appear inside Setting. I hope you can update it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: 365 Day Girl</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/comment-page-1/#comment-100</link>
		<dc:creator>365 Day Girl</dc:creator>
		<pubDate>Thu, 05 Nov 2009 03:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jenst.se/?p=162#comment-100</guid>
		<description>Thank you for this great plugin! I tried 3 others before this and this was worked like a charm and super easy!</description>
		<content:encoded><![CDATA[<p>Thank you for this great plugin! I tried 3 others before this and this was worked like a charm and super easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Nikola</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/comment-page-1/#comment-99</link>
		<dc:creator>Nikola</dc:creator>
		<pubDate>Fri, 23 Oct 2009 09:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jenst.se/?p=162#comment-99</guid>
		<description>Twice I installed it and twice couldn&#039;t find Profile manager indeed:
-It is not &quot;Go to ‘Options / WP YouTube’ for options and more instructions.&quot; as we find here;
-It is not &quot;Go to &#039;Manage / YouTube Profiles&#039; for more instructions&quot; as we find on http://wordpress.org/extend/plugins/wp-youtube/installation/

Finally you can find it under &quot;Posts / YouTube Profiles&quot;. Heaven knows why it appears there...

Incredible Plug-in indeed, great job!</description>
		<content:encoded><![CDATA[<p>Twice I installed it and twice couldn&#8217;t find Profile manager indeed:<br />
-It is not &#8221;Go to ‘Options / WP YouTube’ for options and more instructions.&#8221; as we find here;<br />
-It is not &#8221;Go to &#8216;Manage / YouTube Profiles&#8217; for more instructions&#8221; as we find on <a href="http://wordpress.org/extend/plugins/wp-youtube/installation/" rel="nofollow">http://wordpress.org/extend/plugins/wp-youtube/installation/</a></p>
<p>Finally you can find it under &#8221;Posts / YouTube Profiles&#8221;. Heaven knows why it appears there&#8230;</p>
<p>Incredible Plug-in indeed, great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Schreiber</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/comment-page-1/#comment-98</link>
		<dc:creator>Schreiber</dc:creator>
		<pubDate>Tue, 20 Oct 2009 21:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jenst.se/?p=162#comment-98</guid>
		<description>I just found this website www.uTubeSaver.com where you can easliy download youtube movies as Mp4 and LFV</description>
		<content:encoded><![CDATA[<p>I just found this website <a href="http://www.uTubeSaver.com" rel="nofollow">http://www.uTubeSaver.com</a> where you can easliy download youtube movies as Mp4 and LFV</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->