<?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: How to use jQuery with a JSON Flickr feed to display photos</title>
	<atom:link href="http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/</link>
	<description>Making the web. Better looking.</description>
	<lastBuildDate>Sun, 25 Jul 2010 16:29:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: TheJoe</title>
		<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-341</link>
		<dc:creator>TheJoe</dc:creator>
		<pubDate>Sun, 25 Jul 2010 16:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.growlingranger.com/?p=427#comment-341</guid>
		<description>Hi there,
this one is exactely what i was looking for, an easy way to display photos from my flickr to my site.

I&#039;ve just a question. Is there a way to get photos from a user account instead of a group?</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
this one is exactely what i was looking for, an easy way to display photos from my flickr to my site.</p>
<p>I&#8217;ve just a question. Is there a way to get photos from a user account instead of a group?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-340</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 22 Jul 2010 23:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.growlingranger.com/?p=427#comment-340</guid>
		<description>Right, just to let you know I tried setting my iStart to -2, and it now works correctly, I do not know why I would need to do that... but all is well!</description>
		<content:encoded><![CDATA[<p>Right, just to let you know I tried setting my iStart to -2, and it now works correctly, I do not know why I would need to do that&#8230; but all is well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-339</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 22 Jul 2010 23:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.growlingranger.com/?p=427#comment-339</guid>
		<description>Hello, I have implemented this correctly, just taking my feed, but it for some bizarre reason doesn&#039;t return the first two photos. Would you know what causes this? I removed the random photo return as I needed it returned in order...</description>
		<content:encoded><![CDATA[<p>Hello, I have implemented this correctly, just taking my feed, but it for some bizarre reason doesn&#8217;t return the first two photos. Would you know what causes this? I removed the random photo return as I needed it returned in order&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJB</title>
		<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-331</link>
		<dc:creator>MJB</dc:creator>
		<pubDate>Thu, 17 Jun 2010 15:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.growlingranger.com/?p=427#comment-331</guid>
		<description>Is it possible to cycle the 3x3 grid? I would like to ad something like:

$(&#039;#images&#039;).cycle({
                          fx:     &#039;fade&#039;,
                          speed:    &#039;normal&#039;,
                          timeout:  7000,
                          next:   &#039;#next&#039;,
                          prev:   &#039;#prev&#039;
                        });

but cannot figure out how to incorporate it into your code. Thanks for the tutorial!</description>
		<content:encoded><![CDATA[<p>Is it possible to cycle the 3&#215;3 grid? I would like to ad something like:</p>
<p>$(&#8216;#images&#8217;).cycle({<br />
                          fx:     &#8216;fade&#8217;,<br />
                          speed:    &#8216;normal&#8217;,<br />
                          timeout:  7000,<br />
                          next:   &#8216;#next&#8217;,<br />
                          prev:   &#8216;#prev&#8217;<br />
                        });</p>
<p>but cannot figure out how to incorporate it into your code. Thanks for the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlo</title>
		<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-318</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Sat, 01 May 2010 15:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.growlingranger.com/?p=427#comment-318</guid>
		<description>I was having the same issue as &lt;a href=&quot;http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-67&quot; rel=&quot;nofollow&quot;&gt;ChequeredManiac&lt;/a&gt;. Then I realised that by changing &quot;groups_pool.gne&quot; to &quot;photos_public.gne&quot; for the images feed call I had it working. 

Thanks for sharing your work.</description>
		<content:encoded><![CDATA[<p>I was having the same issue as <a href="http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-67" rel="nofollow">ChequeredManiac</a>. Then I realised that by changing &#8220;groups_pool.gne&#8221; to &#8220;photos_public.gne&#8221; for the images feed call I had it working. </p>
<p>Thanks for sharing your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-314</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sat, 17 Apr 2010 23:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.growlingranger.com/?p=427#comment-314</guid>
		<description>Hi, I&#039;d just like to add that if you want more images, or more flexibility in terms of the feed, I&#039;d highly recommend using the API with your own developer key.  Check out the API Explorer that Flickr has to see how it works.  I&#039;m using the getPublicPhotos method and it can provide the url to the larger image, the description of a photo and a lot more.  The feeds are basically just generalized versions of the same thing, and while easier to use, they just dont have the power to do everything.  Once you play with the API a bit more, you&#039;ll see what I mean.  Cheers, and kudos again for the tutorial!</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;d just like to add that if you want more images, or more flexibility in terms of the feed, I&#8217;d highly recommend using the API with your own developer key.  Check out the API Explorer that Flickr has to see how it works.  I&#8217;m using the getPublicPhotos method and it can provide the url to the larger image, the description of a photo and a lot more.  The feeds are basically just generalized versions of the same thing, and while easier to use, they just dont have the power to do everything.  Once you play with the API a bit more, you&#8217;ll see what I mean.  Cheers, and kudos again for the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-313</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Wed, 14 Apr 2010 06:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.growlingranger.com/?p=427#comment-313</guid>
		<description>Hey just wanted to thank you for the exceptionally helpful post. I&#039;ve been spending A LOT of time trying to get my mind wrapped around the flickr api and parsing json and this post helped to paint a clear picture.

For those asking about how to display more than 20 photos... Have a look at this api fuction call: http://www.flickr.com/services/api/flickr.photos.getRecent.html

You&#039;ll want to create a URL like this: http://api.flickr.com/services/rest/?&amp;method=flickr.photos.getRecent&amp;api_key=[yourAPIkeyhere]&amp;per_page=[number of photos you want to display]&amp;format=json

Of course, that statement will only get a set number of your MOST RECENT photos.</description>
		<content:encoded><![CDATA[<p>Hey just wanted to thank you for the exceptionally helpful post. I&#8217;ve been spending A LOT of time trying to get my mind wrapped around the flickr api and parsing json and this post helped to paint a clear picture.</p>
<p>For those asking about how to display more than 20 photos&#8230; Have a look at this api fuction call: <a href="http://www.flickr.com/services/api/flickr.photos.getRecent.html" rel="nofollow">http://www.flickr.com/services/api/flickr.photos.getRecent.html</a></p>
<p>You&#8217;ll want to create a URL like this: <a href="http://api.flickr.com/services/rest/?&amp;method=flickr.photos.getRecent&amp;api_key=yourAPIkeyhere&amp;per_page=number" rel="nofollow">http://api.flickr.com/services/rest/?&amp;method=flickr.photos.getRecent&amp;api_key=yourAPIkeyhere&amp;per_page=number</a> of photos you want to display]&amp;format=json</p>
<p>Of course, that statement will only get a set number of your MOST RECENT photos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie</title>
		<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-312</link>
		<dc:creator>Leslie</dc:creator>
		<pubDate>Mon, 12 Apr 2010 18:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.growlingranger.com/?p=427#comment-312</guid>
		<description>Same question as Chris:

Hi, like your code and it’s working just fine.
But can anyone tell me how to get more than 20 items in the feed? I have already figured out that it should be possible using a custom request with a flickr api-key.
Would be very thankful for any hint or example.</description>
		<content:encoded><![CDATA[<p>Same question as Chris:</p>
<p>Hi, like your code and it’s working just fine.<br />
But can anyone tell me how to get more than 20 items in the feed? I have already figured out that it should be possible using a custom request with a flickr api-key.<br />
Would be very thankful for any hint or example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geekularity &#187; links for 2010-02-25</title>
		<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-295</link>
		<dc:creator>Geekularity &#187; links for 2010-02-25</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.growlingranger.com/?p=427#comment-295</guid>
		<description>[...] How to use jQuery with a JSON Flickr feed to display photos &#124; Richard Shepherd (tags: json flickr jQuery lightbox)     by delicious Thursday February 25, 2010 4:07 pm [...]</description>
		<content:encoded><![CDATA[<p>[...] How to use jQuery with a JSON Flickr feed to display photos | Richard Shepherd (tags: json flickr jQuery lightbox)     by delicious Thursday February 25, 2010 4:07 pm [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.richardshepherd.com/how-to-use-jquery-with-a-json-flickr-feed-to-display-photos/comment-page-1/#comment-177</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Fri, 05 Feb 2010 07:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.growlingranger.com/?p=427#comment-177</guid>
		<description>Richard,
I was looking for a way to pull the little 75px x 75px thumbnails from Flickr, and this did the trick! Thanks so much :-)</description>
		<content:encoded><![CDATA[<p>Richard,<br />
I was looking for a way to pull the little 75px x 75px thumbnails from Flickr, and this did the trick! Thanks so much :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
