<?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>Mon, 10 Oct 2011 18:46:08 +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 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>
	<item>
		<title>Comment on Instagram Hashtag Atom Feed Parser by abraxas</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/#comment-52</link>
		<dc:creator>abraxas</dc:creator>
		<pubDate>Sun, 08 May 2011 06:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-52</guid>
		<description>Hi, thx for the script.  Is there a way to change the the result / number of the pictures?</description>
		<content:encoded><![CDATA[<p>Hi, thx for the script.  Is there a way to change the the result / number of the pictures?</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-51</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 28 Apr 2011 16:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://mattwilcox.info/?p=92#comment-51</guid>
		<description>Hi John,
What you will probably want to do is rename the index.php file to something like ig_tag_feed.php and then copy / paste all the files in the instagram_atom_parser directory to your theme&#039;s inc directory (just create an inc directory if you don&#039;t have one).

Next, just duplicate your page.php file in your template directory and rename it page-n.php where n is the id of your page.  Then in your page-n.php use the php include function to include ig_tag_feed.php, &lt;code&gt;&lt;?php include( TEMPLATEPATH.&#039;/inc/ig_tag_feed.php&#039;); ?&gt;&lt;/code&gt;.  Put this line where you want the feed to be displayed.

You will have to change a few things in ig_tag_feed.php.  First, replace the line &lt;code&gt;include(&#039;simplepie.inc&#039;);&lt;/code&gt; with &lt;code&gt;include(dirname(__FILE__).&#039;/simplepie.inc&#039;);&lt;/code&gt;.  Then delete lines 86 - 100 (the HTML doctype, head, body, etc...) and put &lt;code&gt;echo $output;&lt;/code&gt; on the last line before the closing &lt;code&gt;?&gt;&lt;/code&gt;.

You&#039;ll have to copy / paste the styles from the style sheet into your themes style sheet and make adjustments on colors / layout.

That should do it.</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
What you will probably want to do is rename the index.php file to something like ig_tag_feed.php and then copy / paste all the files in the instagram_atom_parser directory to your theme&#8217;s inc directory (just create an inc directory if you don&#8217;t have one).</p>
<p>Next, just duplicate your page.php file in your template directory and rename it page-n.php where n is the id of your page.  Then in your page-n.php use the php include function to include ig_tag_feed.php, <code>&lt;?php include( TEMPLATEPATH.'/inc/ig_tag_feed.php'); ?&gt;</code>.  Put this line where you want the feed to be displayed.</p>
<p>You will have to change a few things in ig_tag_feed.php.  First, replace the line <code>include('simplepie.inc');</code> with <code>include(dirname(__FILE__).'/simplepie.inc');</code>.  Then delete lines 86 &#8211; 100 (the HTML doctype, head, body, etc&#8230;) and put <code>echo $output;</code> on the last line before the closing <code>?&gt;</code>.</p>
<p>You&#8217;ll have to copy / paste the styles from the style sheet into your themes style sheet and make adjustments on colors / layout.</p>
<p>That should do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

