<?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>Comments on: Looking for a YouTube Wordpress Plugin</title>
	<atom:link href="http://www.wolf-howl.com/programming/youtube-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/</link>
	<description>Michael Gray rants on SEO the internet and  media</description>
	<lastBuildDate>Sun, 25 Oct 2009 18:58:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Cathy</title>
		<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/comment-page-1/#comment-63973</link>
		<dc:creator>Cathy</dc:creator>
		<pubDate>Thu, 02 Oct 2008 06:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2041#comment-63973</guid>
		<description>I&#039;ve worked with it before for some video insurance news we had on YouTube and it works great.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve worked with it before for some video insurance news we had on YouTube and it works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Hall</title>
		<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/comment-page-1/#comment-63954</link>
		<dc:creator>Joe Hall</dc:creator>
		<pubDate>Tue, 30 Sep 2008 14:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2041#comment-63954</guid>
		<description>@Michael you can create custom feed output from another feed using &lt;a href=&quot;http://www.feedforall.com/rss2html-pro.htm&quot; rel=&quot;nofollow&quot;&gt;rss2html pro&lt;/a&gt;. I have used it, and its great. With it you can completely change the way that a feed is output, then create a new feed. Then you could use a scrapper plugin to scrap your new feed. This way you wouldn&#039;t have to hack anyone&#039;s plugin.</description>
		<content:encoded><![CDATA[<p>@Michael you can create custom feed output from another feed using <a href="http://www.feedforall.com/rss2html-pro.htm" rel="nofollow">rss2html pro</a>. I have used it, and its great. With it you can completely change the way that a feed is output, then create a new feed. Then you could use a scrapper plugin to scrap your new feed. This way you wouldn&#8217;t have to hack anyone&#8217;s plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gray</title>
		<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/comment-page-1/#comment-63945</link>
		<dc:creator>Michael Gray</dc:creator>
		<pubDate>Tue, 30 Sep 2008 04:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2041#comment-63945</guid>
		<description>@Joe Hall: lots of plugins run on a schedule. I can already grab it in XML/rss format using a feed scraper plugin but without hacking in some exceptions there&#039;s no way to convert it into a playable video.

I may end up doing that but not my first choice, mucking w/other ppls plugins is a recipe for disaster</description>
		<content:encoded><![CDATA[<p>@Joe Hall: lots of plugins run on a schedule. I can already grab it in XML/rss format using a feed scraper plugin but without hacking in some exceptions there&#8217;s no way to convert it into a playable video.</p>
<p>I may end up doing that but not my first choice, mucking w/other ppls plugins is a recipe for disaster</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Hall</title>
		<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/comment-page-1/#comment-63942</link>
		<dc:creator>Joe Hall</dc:creator>
		<pubDate>Tue, 30 Sep 2008 01:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2041#comment-63942</guid>
		<description>@Michael - Thinking more about this...you will never get a fully automated process here. Heres why: RSS doesn&#039;t push, post, ect. Therefore, here&#039;s what I think needs to happen. An XML parser needs to be used to format the original youtube RSS into something that PHP can play with. Then we can take the RSS item links (permalinks) and use them to create the embed code. At this point we could either spit this out into a new XML template to create a whole new feed, or we could just inject it directly into the WP database. But heres the catch: All of this isn&#039;t going to happen on its own. Therefore I think the best method would be to create some type of cron job that is set to run every hour or what ever you want, so that It can check things on a regular basis. 

In the end, I think this would be a fun plugin to create. However, when I think about the complexities involved, my gut tells me that we might be able to do everything above using 2 or 3 plugins in conjunction with each other.</description>
		<content:encoded><![CDATA[<p>@Michael &#8211; Thinking more about this&#8230;you will never get a fully automated process here. Heres why: RSS doesn&#8217;t push, post, ect. Therefore, here&#8217;s what I think needs to happen. An XML parser needs to be used to format the original youtube RSS into something that PHP can play with. Then we can take the RSS item links (permalinks) and use them to create the embed code. At this point we could either spit this out into a new XML template to create a whole new feed, or we could just inject it directly into the WP database. But heres the catch: All of this isn&#8217;t going to happen on its own. Therefore I think the best method would be to create some type of cron job that is set to run every hour or what ever you want, so that It can check things on a regular basis. </p>
<p>In the end, I think this would be a fun plugin to create. However, when I think about the complexities involved, my gut tells me that we might be able to do everything above using 2 or 3 plugins in conjunction with each other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gray</title>
		<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/comment-page-1/#comment-63929</link>
		<dc:creator>Michael Gray</dc:creator>
		<pubDate>Mon, 29 Sep 2008 18:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2041#comment-63929</guid>
		<description>@Vladimir: Your plugin is interesting but the automated cross posting is a mission critical component.</description>
		<content:encoded><![CDATA[<p>@Vladimir: Your plugin is interesting but the automated cross posting is a mission critical component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/comment-page-1/#comment-63928</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Mon, 29 Sep 2008 17:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2041#comment-63928</guid>
		<description>I am the author of Smart Youtube plugin and I suggest you and your friends take a look at another plugin of mine called Insights http://www.prelovac.com/vladimir/wordpress-plugins/insights

While not completely automating it, I think you will be pleasantly surprised what it can do. 

If you still need more, contact me.</description>
		<content:encoded><![CDATA[<p>I am the author of Smart Youtube plugin and I suggest you and your friends take a look at another plugin of mine called Insights <a href="http://www.prelovac.com/vladimir/wordpress-plugins/insights" rel="nofollow">http://www.prelovac.com/vladimir/wordpress-plugins/insights</a></p>
<p>While not completely automating it, I think you will be pleasantly surprised what it can do. </p>
<p>If you still need more, contact me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Dempsey</title>
		<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/comment-page-1/#comment-63926</link>
		<dc:creator>Adam Dempsey</dc:creator>
		<pubDate>Mon, 29 Sep 2008 15:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2041#comment-63926</guid>
		<description>I started coding this but then got bored, the code I came up with so far can be found at http://pastebin.com/f797e81e9 in case anyone finds it of any use.</description>
		<content:encoded><![CDATA[<p>I started coding this but then got bored, the code I came up with so far can be found at <a href="http://pastebin.com/f797e81e9" rel="nofollow">http://pastebin.com/f797e81e9</a> in case anyone finds it of any use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Hall</title>
		<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/comment-page-1/#comment-63923</link>
		<dc:creator>Joe Hall</dc:creator>
		<pubDate>Mon, 29 Sep 2008 13:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2041#comment-63923</guid>
		<description>I can do this....I think....might take a while though...</description>
		<content:encoded><![CDATA[<p>I can do this&#8230;.I think&#8230;.might take a while though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gray</title>
		<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/comment-page-1/#comment-63921</link>
		<dc:creator>Michael Gray</dc:creator>
		<pubDate>Mon, 29 Sep 2008 13:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2041#comment-63921</guid>
		<description>yes but the playable vid has to be in the post not just a picture/still from the video.</description>
		<content:encoded><![CDATA[<p>yes but the playable vid has to be in the post not just a picture/still from the video.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Hall</title>
		<link>http://www.wolf-howl.com/programming/youtube-wordpress-plugin/comment-page-1/#comment-63920</link>
		<dc:creator>Joe Hall</dc:creator>
		<pubDate>Mon, 29 Sep 2008 12:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2041#comment-63920</guid>
		<description>Let me get this straight, you are looking for a plugin that will automatically make a new post with every new youtube vid from a specific user?</description>
		<content:encoded><![CDATA[<p>Let me get this straight, you are looking for a plugin that will automatically make a new post with every new youtube vid from a specific user?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
