Fetching From A PhotoSet
The Engagement Rings photoset has 74 photos
Code is:
slickr-flickr search="sets" set="72157626206917225" id="60475016@N07" items="80" per_page="80"
Result is:
Fetching Tagged Engagement Ring Photos Using RSS
This should return all 75 of the photos tagged with “engagement rings”
Code is:
slickr-flickr tag="engagement rings" id="60475016@N07" items="80" per_page="80"
Result is:
Fetching Tagged Engagement Ring Photos Not Using RSS
This should return all 75 of the photos tagged with “engagement rings”
Code is:
slickr-flickr tag="engagement rings" id="60475016@N07" items="80" per_page="80" use_rss="n"
Result is:
Conclusion
Using RSS feeds is less reliable than the API – so recommend add use_rss=”n” when fetching larger sets of photos.
Leave a Reply