Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It appears that they do limit it to the initial 20 photos on flickr</p> <p><a href="http://www.flickr.com/help/website/" rel="nofollow noreferrer">http://www.flickr.com/help/website/</a></p> <blockquote> <p>Why do I only see 20 items in RSS feeds?</p> <p>Flickr only shows the latest 20 items in a feed. Because of this, the first time you connect to a feed you will only see the most recent items. But if your RSS reader saves items (as most do) you will see more than 20 as the items build up over time.</p> </blockquote> <p>But you could potentially use the flickr api, particularly <a href="http://www.flickr.com/services/api/flickr.photosets.getPhotos.html" rel="nofollow noreferrer">http://www.flickr.com/services/api/flickr.photosets.getPhotos.html</a></p> <p>Which allows you to get more (You will need to get an API key however)</p> <hr> <p>Edit:</p> <p>Though I have not personally used it I have read/heard good things about <a href="http://phpflickr.com/" rel="nofollow noreferrer">http://phpflickr.com/</a> which is a flickr api wrapper for php 4 and 5</p> <hr> <p>Edit 2: Unfortunately I can not comment on your comment but if you take a look at this link from the flickr code blog</p> <p><a href="http://code.flickr.com/blog/2008/08/25/api-responses-as-feeds/" rel="nofollow noreferrer">http://code.flickr.com/blog/2008/08/25/api-responses-as-feeds/</a></p> <p>Some API responses can been provided as feeds so you could try using <code>"&amp;format=feed-rss_200"</code> not sure if it includes getPhotos yet though.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload