php - Getting flickr thumbnail -


i'm trying thumbnail of flickr pictures in php.

all saw in api: http://www.flickr.com/services/api/misc.urls.html

which overkill. in instagr.am/twitpic , others found easy way of doing (just adding url request).

is there option flickr i'm missing?

if have url flickr image, have modify suffix different size of photo. example:

http://farm1.staticflickr.com/2/1418878_1e92283336_m.jpg

this url loads medium sized photo. if change _m _t, thumbnail:

http://farm1.staticflickr.com/2/1418878_1e92283336_t.jpg

you can use s small, z medium, , b large.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -