Comments on: full size images in Flickr RSS feeds http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/ Just another WordPress weblog Sat, 10 Aug 2013 11:54:09 +0000 hourly 1 http://wordpress.org/?v=3.5.2 By: BillyBob http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/comment-page-1/#comment-488631 BillyBob Wed, 13 Feb 2013 18:01:18 +0000 http://127.0.0.1:8888/?p=180#comment-488631 I want your babies! ]]> By: Rob Hyndman http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/comment-page-1/#comment-202613 Rob Hyndman Sun, 13 Nov 2011 13:25:05 +0000 http://127.0.0.1:8888/?p=180#comment-202613 Amazingly useful – thanks so much for doing this. ]]> By: creativenode http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/comment-page-1/#comment-36867 creativenode Thu, 07 Oct 2010 23:07:36 +0000 http://127.0.0.1:8888/?p=180#comment-36867 Brilliant stuff! Thanks! ]]> By: jan http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/comment-page-1/#comment-30482 jan Tue, 07 Sep 2010 23:10:52 +0000 http://127.0.0.1:8888/?p=180#comment-30482 I’ve just setup http://www.bigflickrfeed.com
All you have to do is paste in your photostream url and it will give you a feed with the large size images. ]]>
By: Yorik http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/comment-page-1/#comment-12084 Yorik Wed, 17 Mar 2010 16:16:03 +0000 http://127.0.0.1:8888/?p=180#comment-12084 Thanks for this article, I hadn’t seen it was so simple to get the thumbnail size you want… ]]> By: cferseta http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/comment-page-1/#comment-520 cferseta Sun, 08 Mar 2009 11:08:59 +0000 http://127.0.0.1:8888/?p=180#comment-520 thanks.:)
i was looking for this solution for quite a while ]]>
By: Tom http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/comment-page-1/#comment-519 Tom Mon, 01 Dec 2008 14:33:39 +0000 http://127.0.0.1:8888/?p=180#comment-519 Yeah, not much I can do there, I’m afraid. It would be possible to create such an application using the Flickr API, but that will require a bit more hands-on programming than Pipes does. ]]> By: aphillippe http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/comment-page-1/#comment-518 aphillippe Mon, 01 Dec 2008 10:21:11 +0000 http://127.0.0.1:8888/?p=180#comment-518 thanks.
I managed to work it out, but hit another wall. To get the original size, there is a further layer of security, the secret key. This needs to be put into the url of the image within the rss feed. I assume this would be done in a similar way to the above, but I can’t figure it out. My pictures are too small to have a “b” 1024 thumbnail, so I’m stuck at 500, still too small for my photo frame. Grrr.
Thanks for all the help anyway, though. ]]>
By: Tom http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/comment-page-1/#comment-517 Tom Mon, 01 Dec 2008 00:53:12 +0000 http://127.0.0.1:8888/?p=180#comment-517 Yup. the $1 corresponds to the (\/\w+) part — it’s the “root” of the image, if you will. If you wanted to, get the “o original image” out, you’d want to change the “$1.jpg” to “$1_o.jpg”.
Good luck! ]]>
By: aphillippe http://www.manifestdensity.net/2007/04/02/full-size-images-in-flickr-rss-feeds/comment-page-1/#comment-516 aphillippe Sun, 30 Nov 2008 23:02:35 +0000 http://127.0.0.1:8888/?p=180#comment-516 thanks for the reply.
That’s exactly what I meant, probably didn’t explain it properly. I don’t want to change the size of any given image. I want to change the image that is pulled from flickr from the “m small, 240 on longest side” thumbnail to the “o original image” full image.
Obviously I need to alter the pipe slightly, but I can’t work out what to do (I said I’ve never used pipes before, this is probably really simple!).
So your pipe replaces the flickr suffix (\/\w+)_m.jpg with $1.jpg so that the rss feed pulls out a different image. Is it this that I need to change?
just to make it clear, what I’m after is an rss feed that gives me my full images (o), not smaller thumbnails (m).
Again, thanks for any help. ]]>