<?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 for Matt Wilcox</title>
	<atom:link href="http://mattwilcox.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattwilcox.info</link>
	<description>The Personal Website of the Web Developer Matt Wilcox from the United States</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:31:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by Dan Gavin</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-64</link>
		<dc:creator>Dan Gavin</dc:creator>
		<pubDate>Wed, 08 Feb 2012 19:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-64</guid>
		<description>Is there a way to fetch the images from specific users and a hashtag? I want to only include images that come from me with a specific hashtag so I don&#039;t have any random images coming through.</description>
		<content:encoded><![CDATA[<p>Is there a way to fetch the images from specific users and a hashtag? I want to only include images that come from me with a specific hashtag so I don&#8217;t have any random images coming through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by Kelly</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-63</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Wed, 23 Nov 2011 23:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-63</guid>
		<description>Manny - Not sure if this will help your case, but I needed to feed in a hastag and only wanted it from certain users, so I added this right before the $output:

&lt;code&gt;
if($photographer==&#039;username1&#039; &#124;&#124; $photographer==&#039;username2&#039;)
{		
		$output.=&lt;&lt;&lt;HTML
  
    
..........
    
  \n
HTML;
} //closing tag for username perimeters
	}
}
$output.=&lt;&lt;&lt;HTML
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Manny &#8211; Not sure if this will help your case, but I needed to feed in a hastag and only wanted it from certain users, so I added this right before the $output:</p>
<p><code><br />
if($photographer=='username1' || $photographer=='username2')<br />
{<br />
		$output.=&lt;&lt;&lt;HTML</p>
<p>..........</p>
<p>  \n<br />
HTML;<br />
} //closing tag for username perimeters<br />
	}<br />
}<br />
$output.=&lt;&lt;&lt;HTML<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by Manny</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-62</link>
		<dc:creator>Manny</dc:creator>
		<pubDate>Mon, 10 Oct 2011 18:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-62</guid>
		<description>Thanks Matt!  If only I knew what it all meant lol</description>
		<content:encoded><![CDATA[<p>Thanks Matt!  If only I knew what it all meant lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by Matt</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-61</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 09 Oct 2011 21:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-61</guid>
		<description>Manny, 
You would want to look into the actual &lt;a href=&quot;http://instagram.com/developer/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Instagram API&lt;/a&gt; for data requests about a specific user.</description>
		<content:encoded><![CDATA[<p>Manny,<br />
You would want to look into the actual <a href="http://instagram.com/developer/" target="_blank" rel="nofollow">Instagram API</a> for data requests about a specific user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by Manny</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-60</link>
		<dc:creator>Manny</dc:creator>
		<pubDate>Fri, 07 Oct 2011 15:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-60</guid>
		<description>Thanks for the files Matt!  You saved me a lot of time!  Only one question, what would it entail to make this for a user account and not a hashtag?</description>
		<content:encoded><![CDATA[<p>Thanks for the files Matt!  You saved me a lot of time!  Only one question, what would it entail to make this for a user account and not a hashtag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by jonathan perrodin</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-59</link>
		<dc:creator>jonathan perrodin</dc:creator>
		<pubDate>Mon, 19 Sep 2011 20:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-59</guid>
		<description>just figured it out...when using a child theme you&#039;ll need to use &quot;stylesheetpath&quot; instead of &quot;templatepath&quot;.</description>
		<content:encoded><![CDATA[<p>just figured it out&#8230;when using a child theme you&#8217;ll need to use &#8220;stylesheetpath&#8221; instead of &#8220;templatepath&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by jonathan perrodin</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-58</link>
		<dc:creator>jonathan perrodin</dc:creator>
		<pubDate>Mon, 19 Sep 2011 20:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-58</guid>
		<description>I&#039;m also trying to integrate this into a wordpress theme, but without luck. I followed the directions you gave above, but without luck. Everything else on the page is still displaying fine, but I&#039;m not getting any output or any errors for the instagram feed.</description>
		<content:encoded><![CDATA[<p>I&#8217;m also trying to integrate this into a wordpress theme, but without luck. I followed the directions you gave above, but without luck. Everything else on the page is still displaying fine, but I&#8217;m not getting any output or any errors for the instagram feed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by Matt</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-55</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 18 May 2011 22:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-55</guid>
		<description>Sorry for the delayed response! The easiest way to make the script static is to take down the form and find this line &lt;code&gt;$hashtag=(empty($_GET[&#039;hashtag&#039;]))?$default:strtolower(trim($_GET[&#039;hashtag&#039;]));&lt;/code&gt; and change it to &lt;code&gt;$hashtag=$default;&lt;/code&gt;.  That should do it.</description>
		<content:encoded><![CDATA[<p>Sorry for the delayed response! The easiest way to make the script static is to take down the form and find this line <code>$hashtag=(empty($_GET['hashtag']))?$default:strtolower(trim($_GET['hashtag']));</code> and change it to <code>$hashtag=$default;</code>.  That should do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by Daniel Boone</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-54</link>
		<dc:creator>Daniel Boone</dc:creator>
		<pubDate>Mon, 09 May 2011 21:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-54</guid>
		<description>Hello, First thanks so much for this post. Is there a way to only set my hastag and nothing else? I set the default to my companies hashtag name but every once and a while I will get random hastag&#039;s on search engines.</description>
		<content:encoded><![CDATA[<p>Hello, First thanks so much for this post. Is there a way to only set my hastag and nothing else? I set the default to my companies hashtag name but every once and a while I will get random hastag&#8217;s on search engines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by Matt</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-53</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 09 May 2011 14:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-53</guid>
		<description>As far as I know, you can only get 20 pictures per feed.  If you want more than that, you&#039;ll need to look into the Instagram API.

Thanks for reading!</description>
		<content:encoded><![CDATA[<p>As far as I know, you can only get 20 pictures per feed.  If you want more than that, you&#8217;ll need to look into the Instagram API.</p>
<p>Thanks for reading!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

