HOW TO Quickie: Embedded Flickr Slideshows

November 19, 2005

Update: Flickr officially supports embedded slideshows.

Dig those flash Flickr slideshows? All that’s needed is a bit of code to embed them within your website to give your readers something dynamic.

<iframe align=center src=http://www.flickr.com/slideShow/index.gne?user_id=12345678@N00&tags=foo frameBorder=0 width=500 scrolling=no height=500></iframe>

Alternatively, you may opt to use standards compliant embed code, although I have heard it does not work as widely as the iframe solution does.
<object type="text/html" data="http://www.flickr.com/slideShow/index.gne?user_id=12345678@N00&tags=foo" width="500" height="500"> </object>

Place this somewhere on your website or within a blog post. Change user_id from 12345678@N00 to your flickr id, which you can find out with this idgettr. Also replace foo with the tags of the photos you wish to display.

Other parameters include the following:

  • contacts=
  • text=
  • tag_mode=
  • favorites=
  • group_id=
  • frifam=
  • nsid=
  • single=
  • firstIndex=
  • set_id=
  • firstId=

For those wondering how I came up with all of this, it was no more than some determined API investigation. If you want to use one of these extra parameters just add it after your user_id with a separating ampersand (&). Don’t forget to subscribe to my RSS feed on your way out. And for those wondering, there is no way to adjust the size of the flash slideshow as it is fixed in size and hosted on flickr. If you are looking for a different type of flickr photo integration, check out Diego’s pictobrowser.

Paul Stamatiou runs on the Genesis Theme Framework

Genesis Theme Framework

Genesis empowers you to quickly and easily build incredible websites with WordPress. Whether you're a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go.

Take advantage of the 6 default layout options, comprehensive SEO settings, rock-solid security, flexible theme options, cool custom widgets, custom design hooks, and a huge selection of child themes ("skins") that make your Genesis site look the way you want it to. With automatic theme updates and world-class support included, Genesis is the smart choice for your WordPress website or blog.

244 comments … read them below or add one

  1. Eli says:

    I was looking for a way to do this for the past few days – was actually going to ask you…

    After the recent redesign of my site using your ‘Deviance’ k2 style as a base, and figuring out the .htaccess problems to get FAlbum 0.5.5 to work, that’s the next thing i’m going to add..

    Thanks again!

  2. Note that right now there is a space between the left arrow and iframe as WP keeps trying to execute it. Update: fixed!

  3. pasteler0 says:

    Yeah, this is cool!! I’ve made sometime ago almost the same thing, but a slideshow.php that you link like slideshow.php?id=”set” or tag or something like it. I’ll improve and release on my website! :)

  4. TAD says:

    Thanks Paul! That’s super cool. Do you have a link where I can glean more information? I’d really like to be able to show a flagshow based on a set rather than tags, and I can’t figure out how by looking at your quick howto.

    Pasteler – that sounds like a cool idea! Do it!

  5. TAD, I just updated this article a bit… I didn’t know how to do photosets either but I jumped into the Flickr API once more and discovered the “photoset_id” attribute. Just use “&photoset_id=” instead of “&tags=”. You can find your photoset id from the URL of the photoset. For example, this photoset http://flickr.com/photos/pauls/sets/1393028/ has a photoset id of 1393028.

  6. pasteler0 says:

    Yeah, i’ve released that my script. Its pretty simple stuff, but its cool! Take a look:

    http://www.ovelha.org/pasteler0/2005/11/20/simple-flickr-slideshow-script/

  7. pasteler0 says:

    I’ve made a similar script to this some time ago, but after reading this I decidade to release mine! :) What do you say paul?

  8. Go for it!

  9. pasteler0 says:

    sorry for the double comment! Thought the first one didn’t work! :)

  10. I use comment moderation. If I moderate you once, you can post freely after that. If your post has a link in it, it automatically goes to the moderation queue. ;-)

  11. YOU ROCK! I’ve been trying to do this for a while now. THANKS!

  12. This nice tip is now listed in the Great Flickr Tools Collection.
    http://pchere.blogspot.com/2005/03/great-flickr-tools-collection.html

  13. Awesome. Simply awesome.

  14. aaron says:

    Thanks tons for this code, it is quite fun. Any way to change the size of the photos being displayed to the slideshow can be a bit smaller? Also, I’ve been poking around the flickr API docs, but can’t figure out what the heck frifam is…anyone care to enlighten me?

  15. Byronious says:

    I used the above tags “HOW TO Quickie: Embedded Flickr Slideshows” and successfully post my flicker slide show.

    I posted second slide show in a new post, a small problem – the two slide shows/post and blended togeather – two slide shows on on post.

    http://bicycleadvocacy.blogspot.com/

    Now I need to know the basic html code to:

    1- separate each individual post.
    2- post both a small amount of text along with the slide show. Nothing fancy, just a slide show and a breif discrition.

    I am willing to pay some one to help me work around this html code issue/work around. Any one want to step up and help me work around this? I have a Pay Pal account,

    Thanks,

    Byron

  16. Tom Carlson says:

    There should be a closing tag. If it’s missing, the text after the slideshow gets lost. (The browser thinks it’s the text to display if the user’s browser doesn’t support frames.)

    Other than that, it’s way cool.

  17. I tried this:

    src=”http://www.flickr.com/slideShow/index.gne?user_id=34125946@N00&photoset_id=1460600″ frameborder=”0″ height=”500″ scrolling=”no” width=”500″

    as the argument to iframe, having gotten the photoset_id from http://www.flickr.com/photos/eschamp/sets/1460600/

    However, the slideshow shows all my photos. What have I done wrong?

    Thanks.

  18. MAtias says:

    Can’t believe you did it! I’m pretty new at this and I’ve been looking for a way to embedded a slide-show of my flickr pics.
    You made a huge contribution for amateurs bloggers. Thanks man

  19. Moreno says:

    Can´t get it right. The slideshow blanks everything else on the site…pops out. I tried, word press, nucleous…no luck. Didnt work when I tried to lower the width. Any idea? thanks, great script anyway!

  20. Tom: Thanks for spotting that, I had left out the closing iframe tag.

  21. moreno says:

    working fine now at moreno.extralibris.info, but can´t figure why the slides are shown out of order, even with the “photoset_id” parameter. thanks again!

  22. Kluv says:

    Paul — first off, awesome stuff. I’m really excited to start incorporating slideshows to my site. However, I — like Paul Holsberg up above, am having trouble getting the slideshow to display by photoset. I’ve put the photoset id and the correct tag you suggested into the code — but it’s still just showing all my photos…

    What could be wrong?

    As an example — trying to get this photoset:
    http://flickr.com/photos/kluv32/sets/1431095/

    On this page, as a test:
    http://www.ithacamafia.com/Photos/Sox_A_Test.htm

    But, it includs more than just that photoset, as you can see.

    Any suggestions?
    Thanks!

  23. Mark says:

    Hello,

    was curious if there was a way to make it a percentage, because when I try to physically resize it, it messes with the image inside.

    best, mark

  24. Mark: I don’t think it is possible, it’s a Flickr thing that deals with their Flash.

  25. Pete Holsberg says:

    Instead of “http://www.flickr.com/slideShow/index.gne?user_id=34125946@N00&photoset_id=1460600″, use “http://www.flickr.com/slideShow/index.gne?set_id=1460600″

    Thanks to Dan Coulter!

  26. Kluv says:

    Awesome! Thanks, Pete — and a thanks to Dan Coulter, too!

  27. Pete Holsberg says:

    Now, does anyone know how to put captions on the photos in a slideshow?

  28. Bryan says:

    This is really a neat little trick. Like others, I would like to scale down the size of the photos because the slideshow doesn’t fit the layout of my Blogger blog. Obviously it is easy to edit the size of the frame, but unfortunately that doesn’t seem to scale the photos accordingly. Has anyone figured out if there is any way to change the size of the photos? Thanks!

  29. William says:

    FLICKR DISABLED THE SLIDESHOWS!?!!!??!

    NOT SHOWING UP ANYWHERE!
    5:26 PST 12/12/05

  30. William, they could have just been “having a massage” aka regular server maintanence. As seen here http://www.paulstamatiou.com/2005/11/18/live-from-cre824/, everything still works.

  31. Dan says:

    Thanks for the code, very neat idea. Again, like others I’d like to be able to scale the slideshow frame – I’m sure I’ve seen it done somewhere but may be memory playing tricks. I did try a (very) ugly workaround (see http://www.grafspray.com – please excuse the rest of the page, still work in progress, and indeed the photos!) by simply posting photos to Flickr that have all the desired content in the top left corner (i.e. within a rectangle the same dimensions as the embedded slideshow window), and just filling the rest with black. But it looks awful when viewing the photos on Flickr itself… and even with the embedded slideshow, when it comes to the end you can’t click on the Flash dialogue box because the buttons aren’t accessible! Hopefully there’s a better way of doing this. Thanks again!

  32. Daniel says:

    Thanks so much for this! It’s been very usefull. Can you tell me what code to insert to display the photos in a group instead by keywords? Thanks!

  33. GardenMuppet says:

    Hi– Love this feature…. Is there a tag/script to make the order of the slideshow random instead of chronological?

  34. ian says:

    Thanks for your help with the slideshow. Is there anyway to get a smaller version of the slideshow?

  35. Rich says:

    FYI, Blogger sees the iframe and thinks you are a spammer and blocks the post. Even word verification will not work. I am waiting for them to review my blog and remove the “false positive.”

  36. Ryan Prins says:

    I love this entry! I love it so much, I wrote a simple PHP script to make it easier for those who are not HTML savvy. You can check it out at: http://www.lazyi.net/flickr-slideshow-html/.

  37. Ryan,

    Bravo! Do you have any idea how to caption the photos, either in the slideshow or back at Flickr?

    Thanks.

  38. Ryan Prins says:

    @ Pete: In flickr, there is a place right below each image where you can put a caption. You can see in this photo that the caption is “ISO 100, f/4.5, 5sec”. I don’t know if that is what you mean or not, but that’s the best I can think of as a caption. Also, from what I can tell, you can’t have captions in the slide show.

  39. Hey, Paul and others…I found this post yesterday, and implemented it on my blog; it’s a great hack, except the un-resizability thing. Then today I stumbled across another blog with a neat little miniature flickr slideshow type thing in the side bar. I clicked on the ‘what is this?’ tag at the bottom, and it took me straight to a simple walkthrough on flickr itself that gives you the code to install in your own blog, complete with styling options and selection of content! Not to demean your efforts here at all, but thought people might like to know, as it’s a bit more petite and therefore suitable for permanent sidebar residence…the link seems to be to here.

    Or you could look at my blog, VelcroCityTouristBoard, and click the link from there…go on, I need the traffic! :)

    Good blog though; now in the bookmarks list and I’ll link you up in my sidebar (underneath the slideshow, of course ;) ), you have some good stuff on here. Peace…

    AA

  40. Brenda says:

    Paul, have you been able to get any of the other variables to work? I’m trying to get a slideshow that show my favorites, so I assumed I’d use the ‘favorites=’ bit after my user_id but I don’t know what to set the variable to. Tried =1, =true, =yes, =y … none of them worked. Do you know what I should be putting? Thanks.

  41. Ryan Prins says:

    Breanda: Try this out, I have a little script that uses the method Paul outlined here and I get the favorites to work too ;) Hope that helps.

  42. Brenda says:

    Thanks Ryan, that’s just what I needed. Never though to try favorites=own !! :)

  43. Steven says:

    Hi Paul, great stuff!! Do you happen to have any extra info on the parameters? For instance, I would like to let the show loop or if possible (in a slideshow with many pictures) let it advance automatically to the next set of pictures. Again, very nice!

  44. Peter says:

    Hi,
    I have put the codes in a webpage and it shows for a few seconds but then it disappears and I get “The Page Cannot Be Displayed”.

    Any ideas?

    Thanks,
    Peter

  45. justiNYC says:

    Great tool! Thanks. now how did you get those other little icons beside “Socially Bookmark HOW TO Quickie: Embedded Flickr Slideshows”? THanks again!

  46. People wanting to show a photoset should not use photoset_id as indicated in the comments, but set_id instead.

  47. savethedave says:

    Does anyone know how to change the order the photos are displayed? Seems the default is by when they were updated. I would be cool to sort by most views, when taken, most commented, etc.

    Can one of the variables handle this? I looked at all of the available varibles for the URL string but am unsure what they all do.

    Thanks

    • untitled artists says:

      for example:

      &sort=interestingness-desc

      sorts the most interesting first

      must be more sort options, but this is the only i found out

  48. Mouly says:

    Hi,

    I tried this code in my blog and when I viewed using Firefox its not displaying
    the slideshow. Any clues how to get that?

    Thanks
    Mouly

  49. claudia says:

    I am grateful for the slide code!!!!thankyou!!!!Claudia
    howcan I change the order the photos ?

  50. Dave says:

    Hi Claudia

    That’s a good question. The available varibale to mess with are listed below. I wish someone could explain what all of the possible arguements are for each one – god with that be cool. there is a sort variable which is a sign of hope but without knowing what to put in there it’s just a big tease.

    Hope this helps (a bit.)

    var se_swfdiv = document.getElementById(‘swfdiv’);
    var se_bg_color = ‘ffffff’;
    var se_fw = ’500′;
    var se_fh = ’500′;
    var se_min_w = 762;
    var se_max_w = 1142;
    var se_min_h = 350;
    var se_url = ‘/slideShow/slideShow.swf?minH=’+se_min_h+’&minW=’+se_min_w;
    se_url+= ‘&maxThumbs=’;
    se_url+= ‘&firstIndex=’;
    se_url+= ‘&firstId=’;
    se_url+= ‘&nsid=28573874@N00′;
    se_url+= ‘&log=’;
    se_url+= ‘&set_id=’;
    se_url+= ‘&user_id=12345678%40N00′;
    se_url+= ‘&tags=foo’;
    se_url+= ‘&text=’;
    se_url+= ‘&favorites=’;
    se_url+= ‘&tag_mode=’;
    se_url+= ‘&group_id=’;
    se_url+= ‘&contacts=’;
    se_url+= ‘&frifam=’;
    se_url+= ‘&single=’;
    se_url+= ‘&magisterLudi=d17df4ec3d2669caab8dbcf3aa7b4e1f’;
    se_url+= ‘&auth_hash=264862555cf7de2c8b2b218e883a2201′;
    se_url+= ‘&auth_token=’;
    se_url+= ‘&flickr_secret=c25582d6af44a431′;
    se_url+= ‘&sort=’;
    se_url+= ‘&v=’;

  51. claudia says:

    I’ve made a blog for someone else.I can see the slides and I saw the blog with the slides in other computers.He cannot see the slides(“this page cannot be displayed”)is written on the part of the slides.What has he have to do in his computer, to be abel to see the slides?
    thankyou, Claudia

  52. claudia says:

    I’ve made a blog for someone else.I can see the slides and I saw the blog with the slides in other computers.He cannot see the slides(“this page cannot be displayed”)is written on the part of the slides.What has he have to do in his computer, to be abel to see the slides?
    thankyou, Claudia
    http://www.photomoshe.blogspot.com

  53. Trish says:

    Is there anyway to embed flickr onto myspace? The codes don’t seem to work…

  54. claudia says:

    Heeeeeeeeeeeeeelp!!!I have a slideshow in my blog(inserted on templates).Now, I want to put another one in a post.When I want to post it,slideshow of someone else appears.Why?Everything is correct(id,tag);when I see it in preview, everything is ok;When I post it,someone elses slideshow appear!!!!answer me,please!!!.I need a solution!! Claudia

  55. Hi there! im making some stuff with this but i don’w know how to deactivate the “zoom” effect on the images, in fact in some of them they look very awful, because they are small images.

    I don’t know if it’s possible to deactivate this :S

    Thanks anyway. Great work here! :D

  56. &favorites= says:

    will someone please tell me how to use

    &favorites=

    in a badge?

    I tried the link that some left in a comment on this page, but the link was broken.

    help?

    Scott

  57. claudia says:

    I used your code in my daughters blog.If you want to see it,you are invited!!!
    http://www.sheilasart.blogspot.com
    Tell me what you think about it.

  58. Myspace.com doesn’t seem to want to accept in the blog section. Is there another way to do it using ?

  59. peter says:

    Does anyone know if there is a way to pull the flickr slideshow into myspace? I know myspace does not allow iframe tags does anyone know of a workaround?

  60. Dan says:

    Is there anyway to have the slideshow automatically PAUSE when it’s loaded inside your page?

  61. Phoenix says:

    So I implemented this Flickr code on my website and it’s great, except when you click on the image it pulls back and gives you a square cartoon face with who uploaded the images. When you click on that you can get into my Flickr account. Does anyone know how to disable this?

    Thanks

    Phoenix

  62. Sankar Anand says:

    i just added this script, is it possible to display the title and description of each photo while slideshowing?

  63. singh says:

    How can I embedd a slideshow of my private pictures from Flickr. I do not want to make the pictures public but still want my friends and family to be able to see pictures in the embedded slideshow.

  64. I have the same question :
    I want my private pictures in my slideshow becouse I have this slideshow in a restricted area in the web. I have toi use my API Keys or somethings?
    someone know how can I do?
    Thanks!

    Paul, great script!

  65. Donna says:

    I’m not sharing anything I am asking I have been trying for months to get some pics off of a slideshow my cousin made but I am unable to do it I’m not computer literate but if anyone could help me I would appreciate it. I am trying to make my own slideshow and I need the pics off the other on that is already made.

  66. Thank you for your entry Paul. I am trying to resize the slideshow but I don’t think that is possible. I might instead just change around my blogger site to accomodate the size. Thanks for all of your work.

    Travis

  67. farlane says:

    Sweet!! Thanks for the very helpful tutorial. I have been messing with getting a flickr slideshow and an XSPF Player playlist to display together and it’s really helping.

    Note that the basic code above includes “&tags=foo”. If you leave that in you may the “no such photos found message”!

  68. aseed says:

    Thank you for the cool job
    regards, from france ;-)

  69. Anneleen says:

    I was wondering how i could get 2 slideshows (or more) on my set from different sets of my flickr acount ? Because at the moment he just take one set and he won’t vieuw the others. Hope you cna help me.
    Thanks

  70. alen says:

    hi, when i use the slideshow code in my wordpress post, my comments, the side modules, along with everything else (besides the flickr slideshow itself) disappears.

    anyone know what’s going on and how to fix this?

  71. rev says:

    can’t seem to figure out what to add in to sort a “tagged” photo stream by interestingness. I thought adding &s=int or &sort=int or even &s=rel would work, but not luck. Haven’t found the answer in these comments either. Any ideas? Thanks

  72. Shreyans says:

    This is just fantastic, thanks! I used it to embed a slideshow of my favourite photos: http://www.philafunk.com/users/thebigdurian/media
    It looks hot.

  73. Moose says:

    Love the slideshow and badge scripts Paul! Is there a way to disable or redirect all links back to FlickR in both scripts?

  74. joyce says:

    ok i am completely lost. i posted taht code and changed the user id thing and put my tag on but all that shows up is the code.

  75. alatown says:

    Implementing this tag into my wordpress blog makes everything except the flickr slideshow post disappear (sidebar, subsequent posts, etc).

    I have tried playing around with width values in the css to rediculous extremes (1000+) and no good. Is something else the issue here?

    It effects all the different themes I load although I would like to stick with K2.

  76. alatown says:

    I found the only way to get this to work with wordpress is to paste the following directly into the ‘write’ body text (no html button needed):

    The problem seems to be that WordPress butchers the code originally in Paul’s post (perhaps after a newer versions…?) and drops out that all important closing tag .

    note:
    1) there is no space btwn “middle”src= . This is imperative so far as I can tell.
    2) this is formatted to show a slideshow of a particular set… see above for showing different parameters.
    3.) if you get stuck, look at the page source of your blog to see if WordPress is publishing your code correctly.
    ——
    Thanks Paul, you rock. K2 tutorials were invaluable to me too.

  77. Sean says:

    OK, lots of questions here and other sites about how to make slideshows of your private photos without requiring individual user authentication and verification of being Friends / Family. I wanted to know it too and was too hard-headed to accept a ‘normal’ workaround (e.g. making pictures public or using another slideshow app). Here’s what I’ve found:

    indes.gne and slideShow.swf generate much the same output… yes, they’re different, but I’ve not taken the time to identify just how. The important thing here is that I’ll be using slideShow.swf where indes.gne was used before. slideShow.swf itself has two components: itself, which is little more than a shell for the actual codebase and code.swf which it calls to do the real work of putting on a slideshow. code.swf uses the same interface to flickr which all of our websites do; that is, in order to ‘see’ our private photos, it needs to authenticate its own API call with the server.

    Solution: provide the following GET parameters on your call line to the application:

    &magisterLudi=[Your API key] // NOTE: I had no idea why the name change – anyone else?
    &auth_token=[Your authentication token] // See below
    &nsid=[Your NSID / flickr ID #]
    &set_id=[Set ID for the photos you want to see; blank for all your pics]
    &flickr_secret=[Shared secret for your API key]

    Borrowing from the original example:

    Now, like me, you may be a bit nervous about giving away both your API key and your shared secret in a public HTML form. In my case, I set up a SECOND API key just for the slideshow, and after authenticating it once to obtain my token (for ‘read’ permissions only), I set the callback URL to “” so that it can’t be used again for anything else.

    What about the token? I’m using phpFlickr for my application development, and so used Dan Coulter’s authentication page here: http://www.phpflickr.com/tools/auth/ to generate the only token which I’ll be using (it doesn’t expire).

    It’s a little bit of leg work, but the plus side is being able to view all of your pictures in a slideshow with minimal security compromise and without having to make all of your pictures public.

    Hope this helps, and of course great credit to all those who came before for laying the groundwork.

  78. Sean says:

    Typo on last comment: You need to include &user_id=[Your NSID] in your call line to slideShow.swf if you won’t be specifying a set id (or just include it everytime anyway and forget about it). Not doing so will result in random images (most recent to flickr) being displayed.

  79. Miles says:

    This works for me on myspace, but not perfectly…

    These are my flickr photos with “ska” tags. Click on one to stop the show and read the caption.

  80. Terrific tip. Thanks.

  81. Leonardo says:

    just wanted to say AWESOME work!

    I am curious as to how to resize the slideshow, or how to get it to loop continuously w/o prompting a yes/no option

    great work!

  82. Nathan says:

    When I put this code into a WordPress page, it worked great, and looks super. But then when I went into edit the page, all of the text and html within the write box disappeared. The page still displays with the text and slideshow, but it is not possible to edit anything.

    has anyone else had this happen? is there a solution?

  83. PhilipJ says:

    Has anyone tried this in a ColdFusion environment? I can’t get it to work for me for the life of me. I get it working fine in other areas. It is a sweet script, but on one site I manage, I can’t get it to work at all and the only variable I can gather is that the site is ColdFusion. Any ideas?…other than getting off ColdFusion.

  84. Marc Nathan says:

    Paul,

    This is the number 2 link on google for “Flickr Slideshow Blog” and it was exactly what I was looking for. Your code and about 3 seconds in my HTML editor got me exactly what I wanted. Hope to see you at the next BarCamp.

    Marc

  85. Awesome, glad it’s working Marc.

  86. jenn says:

    Hi Paul, Just found this site and i’m in love. Was wondering if you could help me out on a few bits- is there any way that you can disable the links back to flickr and the part that says ‘uploaded by?’ Thanks a million.

  87. Brenda says:

    Jenn, just FYI, Flickr requires as part of its TOS that all photos displayed on other websites link back to the photo page on Flickr, so you can’t remove the links and still follow the terms.

  88. jenn says:

    Thanks Brenda! I thought that might be the case. I’m a novice so do you happen to have any tips on other ways to display photos? This just seemed way to easy!

  89. Casey Serin says:

    I’m trying to find a way to do a FULL-SCREEN slideshow. Any ideas??

  90. Kevin says:

    Looks like Flickr did something and broke this embedded slideshow method. I used this a lot on my blog, now it’s all kinda ruined :(

  91. Majid says:

    Hi
    First off all I must thank you for that script.
    but i have to say that i have a problem with it
    although my Pics are 150px . 150px
    but the software stretch them .
    can you help ?

  92. John says:

    Hi, my link does not work :-(
    Can anybody help me please?!

    http://www.flickr.com/slideShow/index.gne?user_id=90585755@N00&nsid=90585755@N00&favorites=own

    Where’s the mistake?
    Just want to show my favorites…

    Greets, John

  93. Steven Clift says:

    Do you know if in tag mode you can view everyone’s photos with two tags … in my case I want photos with “minnesota” and “politics” for:
    http://e-democracy.org/votervoices.html

  94. Marc says:

    You can also use the tool over at
    http://www.flashyourspace.com/
    To add Flickr to your myspace profile.

  95. Miles says:

    For myspace I had to use the embed tag …

    [View using Helper Application]

  96. Fern says:

    Hey, is it possible to pre-set the slideshow SPEED? I’m not an html wiz, so maybe that parameter has already been given (& not explained) – but could someone please tell me if this is something I can code for? I want the slides to change much faster & don’t want to have to rely on people to change it themselves.
    Also, is there any way to block the slideshow from showing photo names or tags when you click on the screen? My titles are dull & I don’t want it to interfere with what people are seeing.
    Thx.

  97. Fern says:

    Oh, and can you pre-set the slideshow to loop indefinitely?

  98. Urgor says:

    Help. I’ve implemented code into WordPress online editor. Slideshow appears in preview, but doesn’t in blog. How to solve this?

  99. Chris says:

    Firstly…your website has helped alot…great articles and explained clearly.
    Anyhoo…i was wondering if it was possible to use the flickr’s slideshow but point it to a folder on my website instead of my flickr useraccount? Its just i keep going over my monthly limit. Any ideas?

  100. Chris says:

    !Firstly…your website has helped alot…great articles and explained clearly.
    Anyhoo…i was wondering if it was possible to use the flickr’s slideshow but point it to a folder on my website instead of my flickr useraccount? Its just i keep going over my monthly limit. Any ideas?

  101. april says:

    Was trying to figure out a way of presenting slideshows on my blog….finally got the answer…thank you,paul.

  102. A way to embed an IFRAME not using an IFRAME tag:

    http://exploded.awcr.org/iframeFlickr

    Browser are not rendering this technique in the same way, though. IE not rendering it at all, any guess?

  103. jp says:

    hey. thats just great. thanks :)

  104. morten says:

    Did anyone find out how to resize the flickr slideshow?. I want it to be 200px x 200 px.

  105. lester says:

    Is there a way to control the sizeof theimage… settign the sizeof the Iframe doesnt size the image…
    Thanks

  106. lester says:

    how do u sizethe flicks image

  107. Harper says:

    i’ve found this nice alternative the other day: http://www.monoslideshow.com

  108. ben croft says:

    Hey, does anyone here know how to add more than one tag??
    “&tags=foo” replace foo with the tags of the photos i wish to display, but i add more than one tag, and it’s not working… :|

  109. dlanod says:

    How do you make the slideshow display in order of the photos in the set? I even changed the chronological order of the photos but no success. Shows them out of order.

  110. Vanessa says:

    I LOVE THIS!!! THANK YOU!!!

  111. Bryan says:

    FYI to all those who had WordPress problems, the issue is the iframe close tag – wordpress strips it out if you use the WYSIWYG editor. To turn it off go into users, options and uncheck the box in the lower left corner. Go back into the post – correct the code that wordpress corrupted and your side panels and tables will re-render correctly.

    Hope this helps!

  112. Annie McGee says:

    Thank you for posting this!

  113. Mark says:

    It looks like this trick no longer works.

  114. @Mark – it works just fine for me.

  115. Lucas says:

    Hey Paul, do you have any idea why everything works, except is says “no such photos found” in the player. The only thing I can think of is because the Flickr account is new, but I cant imagine that would matter. :(

  116. Lucas says:

    Nevermind, all of a sudden it works…how about this, in Flickr, the background is black all the time, in m website, the background is white. Any ideas on that one?

  117. Chris says:

    Anyone know embed a slide show of a group pool? Having a real hard time generating the code for it, and I keep pulling in other people’s photo’s

    Would be for this group here: http://www.flickr.com/groups/livethechange/pool/

  118. Grayson Koonce says:

    hello how do you control the frame rate ahead of time? i dont like 5 seconds its way too long

  119. zyle says:

    can’t access flickr here in dubai! Etisalat, internet provider of UAE blocked the site again! hope this message will reach flickr webmaster…

  120. Shijaz says:

    This is awesome!!!!

  121. Richy says:

    Anyone else getting a “no such photos found” on pauls example?

  122. benchfrooser says:

    Anyone have an idea? This trick does not work now.

  123. deirdre says:

    Hi Paul,
    Love the script, thanks for writting it.

    Have a quick question. I’m getting the “No such photos found!” error message when using your script but if I duplicate it and add it a second time to my html the first still shows the error message and the second displays my photo set.

    Any ideas why?

    Thanks, Deirdre

  124. Mary-Ann says:

    All my slideshows have gone to bollocks! Waah! Here’s an example http://kartlink.com/2007/01/01/680/

    Any ideas?

  125. Thomas Beck says:

    Thanks for the idea and the inspiration Paul. Your solution was just what I needed. I blogged about your solution and extending it to add support for selecting multiple groups on my blog at http://www.beckshome.com/PermaLink,guid,33b05b48-2065-4fc8-9153-76142dbadfcc.aspx

    Thanks again for the info.

  126. chris says:

    Hi,

    How do you use multiple tags?

    For example if I search my photos on flickr for:
    beijing tourist= 9
    &tags=beijing,tourist = 350

    What do I use instead of a comma? I tried various options, like ampasand space,   etc but without success

    Thanks in advance

  127. Tom says:

    Don’t know if it was mentioned before..

    just had some luck while adding user_id to set_id and filled in my set id afer ‘set=id’… I left the ‘;tags’ out so now it becomes like this :

    Regards,

    Tom

  128. me says:

    this appears to be busted. not sure what flickr may have done to break this.

  129. Robert Payne says:

    Thanks Man!

  130. eefers says:

    does this work with dreamweaver? thanks.

  131. Jamaal says:

    Hi

    I want to have different slideshows. I’m using your Iframe code.

    The tag id is Hazim.

    I have 2 photos with that tag.

    Then I have 2 other photos with the tag Hamza.

    But when I load the 2 different pages (one with Hazim in the Iframe code, and the other with Hamza in the code) – all 4 photos come up in the slideshow – which I dont want.

    How can I fix this?

  132. Stegg says:

    Here’s a guide on how to embed the flickr map in a similar manner:

    How to Embed a Flickr Map in Your Website

  133. Stegg says:

    I’ve got a similar tutorial up, inspired by Paul’s guide, on how to embed the flickr map without all the menus and extras. You can check it out Check it out here

  134. host4net says:

    Thanks for the tips. Got me off to a good start. Upon further investigation I managed to find a way to change the size of the flash display and also resize the images within. This code will also change the background color.

    Now if I can only determine how to resize the play again box.

    JFinn

    • Frederik says:

      @host4net: but HOW do you change these things? especially changing the background color from black to white seems to be a biggie that everyone is asking for. please help if you got the solution! thanks!

  135. pinkpaws says:

    any clue how to embed the new slideshow introduced by flickr today?

  136. Claudia says:

    Oops! Looks like you followed a bad link.
    What can I do?

  137. hkarthi says:

    First off, thanks for the great API… its awesome!…

    I just wanted to know how to make it work with WordPress site. I was trying to use it for my blog as a widget, but when I paste the url into the widget, I can see only the credits link. I cannot see anything else. So my first question, can it be used as widgets for WordPress or is it only used in posts? second question after giving the url as http://www.flickr.com/slideShow/index.gne?group_id=&user_id=87141418@N00&set_id=72157594429465737&text=Collage
    I still don’t see the photos being generated. What is the problem here?

    Thanks,

    Appreciate the effort!

  138. Nadaklan says:

    Hi,

    I wanted to try this out. It’s just what I’ve been looking for, but when I try it, it just says “No such photos found!” How do I fix this?

    Thanks

  139. Your embedding problems solved (the 3rd party way):

    flickrSLiDR allows you to easily embed the classic flickr slideshows on your website or blog. – http://flickrslidr.com/index.php

  140. wayne says:

    Does this work anymore?

  141. Brian says:

    Looping? I don’t have many images and so I really don’t like the way it shows them only once and then asks whether people want to see it again. Since you can stop it at any time, looping should be the default. Anyone?

    I saw someone ask if this works in CF. For me, yes. I’m using Tiny MCE editor and found I could not drop it right into an editor. But I could store it in the same text field as the text I’d created with the editor.

    And yes it’s a great tool.

  142. Suzen says:

    Just wanted you to know the code works great inside WebCT. Looking for ways to help faculty break out of the Course Management System prison and set their feet on flickr street. This should make a few of our tech students happy. Thanks!

  143. Gust V says:

    On a new startup of the IE7 exe, coming to this page gives a ‘No Such Photos found’ error. Reloading the page then will display the flickr photos.

    Is there a workaround for this???
    Thanks,
    Gust..

  144. Chlorinehead says:

    I successfully posted a flickr slide show to my blog, but it only works when I am signed in to my photos on flickr. Anyone experiencing this problem find a remedy?

  145. @Chlorinehead – are your pictures marked as private or for friends/family only?

  146. Jennifer says:

    Hey, thanks for the great (and easy to use) photo slideshow. I’m trying to post it on my site at http://www.officelive.com. It works just fine, but when I post the show to the internet, the slideshow appears with scroll bars on the right and bottom and I lose any written content below the photo show. How can I get rid of the scroll bars? Thanks!

  147. pete says:

    Hi I want to embed this slideshow in my website but would also like the option of Music and a on/off button or control is this possible and can you tell me the code ??

    Thanks Pete

  148. johnny says:

    how do set group photos instead of an indivdual flicker account?

  149. Spencer says:

    hey- this looks perfect for what i want to do, but i can’t figure one part.

    i want the slideshow to be of all my flickr photos, so what do i put where “foo” is?

  150. Mark says:

    This was unbelievably useful. I can’t tell you how great it was to figure out how to do this. But a couple of tips (which may reiterate previous comments, but I don’t care), if you’ve created a “set” in flickr, when you go to that set, you’ll see something like

    http://flickr.com/photos/YYYYYYYYY@XXX/sets/ZZZZZZZZZZZZZ/

    in your browser address bar. This provides all of the info that you need to get this trick to post a slideshow in your blog. In particular, for the code provided on this site,

    the address in your browser will provide the three key pieces of info:
    user_id=YYYYYYYYYYY
    N00=XXX (in my case it’s N05 not N00)
    foo=ZZZZZZZZZZZZZZZZZZ

    (i.e. no need to use idgettr or try to figure out the tags of the photos.) Note also that it’s best to use this with sets of photos rather than individual pics.

    This site is a great tip for everyone out there looking to post slideshows on their blogs. One of the most useful pieces of info that I’ve found on the web in, well, years.

    Cheers!

  151. Manuz says:

    Great tip. But a question. As a newbie to flickr (and, hence, this tip) what happens when you exhaust your 200 photos in your “Photostream” for the free account. Flickr says that you can always get your photos if you’re willing to pay for them (i.e. they don’t delete them from their storage), but does that mean that the link to your photos on a blog do not work unless you’ve paid them to keep the photos “active.”

  152. limodriver says:

    Thanks a ton!!!!!!

    Very Helpful…….works like a charm.

  153. Nick says:

    I have been having a little trouble with FlickrSlidr as of late. Allow me to explain.

    While I am logged into Flickr I have no trouble viewing a slide show from my Flickr account in my blog. However, once I officially log out of the Flickr website I receive the “No photos” message. Furthermore, any computer on which I am not logged onto Flickr is also incapable of viewing the slide show due to the same “No Photos” error. A curious thing indeed. I am new to Flickr and am fighting my way through this, I was hoping that you possibly had an answer for me.

    Thanks

  154. Nick, flickrslidr is not owned by me anymore. You can find out who to contact here: http://paulstamatiou.com/2007/07/24/flickrslidr-has-a-new-owner/

  155. Hey, thanks a lot for the instructions. If you don’t mind me doing it, I am going to post these instructions on my blog with a little more detail for the technically not so savvy. I have been looking for ways to do it and your instructions were really helpful.

  156. Jarrad says:

    Cheers for that!! I was wondering if you knew what the list of variables actually do, and what they can be set to?

  157. Pete Holsberg says:

    THEY BROKE IT!!!

    The magic script for showing Flickr slide shows on a web page NO LONGER WORKS in Firefox and is flaky in Opera. It seems OK in IE.

    What gives???

  158. @Pete – I just tested it and it works for me in Firefox.

  159. Oh man…that’s brilliant! I’m gonna use it here thanks a bunch!

  160. Jake says:

    hey Paul,

    great api, my problem is that it list both iframe as unclosed which i fixed, but how do i seperate the tags in html, xxx,xxx or what. It loads the frame in my blog, but doesn’t show any photos or any content. Let me know if you’ve got any suggestions.

    Thanks

  161. Moe Hong says:

    If there was a way to embed a search term result slideshow, THAT would be amazing. Not that this isn’t!

  162. Paul, I suggested you to BoingBoing. à bientôt, Malkie, Paris.

  163. meliss says:

    I am so basic. How in the world do I find the code from Flickr to highlight and embed into my blog. Nothing makes sense. I’m more conceptual than anything else so the basic “point here, click there” makes the most sense to me.

    Anything, please! I’ll give you a dollar even!

  164. Thank you so much!

    I tried wordpress plugins for 2 days trying to get a slideshow to work!

    And finally succeeded with your info!

    Your the best!

  165. rack88 says:

    Awesomeness points for the Kevin and Alex picture in the slideshow.

  166. Jason says:

    Not working for me in Firefox either. Love it in Safari!!! Thank you.

  167. Andrew says:

    i tried both the embed version, iframe version, and flickrslidr version. All three post the slideshow and all say No photos Found. I put my tags in and the correct User ID. What gives?

  168. Djivy says:

    Hi everyone,

    I’m experiencing the same problem as John:
    http://paulstamatiou.com/2005/11/19/how-to-quickie-embedded-flickr-slideshows/#comment-24618

    I’m able to display and watch a slideshow of my own favorites, but only as long as I’m signed in to my own account on Flickr.

    Which of course means my blog-visitors can’t see them.
    Furthermore, the <object-option doesn’t seem to work in IE7?

    Thanks for the advice!

  169. Maureen (Moe) Kerr says:

    Thanks – this helps to make me look like I know a little something. You guys rock.

  170. christy says:

    I know this is probably a ridiculous question — but, here goes:
    are the tags seperated by a space or a comma or any thing?
    Thank you SO much!

  171. Seige says:

    I want to display multiple sets. However, cant get that to work as of now! Can anyone help.

    [if i remove the setid thing, it displays my private images too. Not good] Any hack to just get all the public images to display.

  172. Joseph says:

    This is a very impressing tutorial…getting comments and questions YEARS after your original post.

    Here is my problem. I used this code:

    and on my page: http://www.clayative.net/Blog/2008/01/walking-to-studio.html

    i get everything i need but the pictures. my thumbnails load up, but the slideshow refuses to start. any clues?

  173. Robbie says:

    Any way to get different color background?
    Thanks

  174. Travis says:

    Judging from all the spam, you don’t monitor or read these comments, but for those trying to get this to work, the actual example on this site looks different:

    In firefox, go to view >> page source to see this.

    In explorer it is view >> source

  175. Travis says:

    Judging from all the spam, you don’t monitor or read these comments, but for those trying to get this to work, the actual example on this site looks different:

    <iframe align=center

    src=http://www.flickr.com/slideShow/index.gne?user_id=99176469@N00&set_id=721

    57594182624704 frameBorder=0 width=500 scrolling=no height=500></iframe>

    In firefox, go to view >> page source to see this.

    In explorer it is view >> source

  176. Terrific tip. Than you for your efforts!

  177. James says:

    Great stuff, Paul.

    I like that you have the list of parameters. I had originally culled this together myself, but seeing your work helped me to make more sense of what I was doing. Thanks.

    I am trying to get it to run the slideshow from my pictures at random. I suspect there may be an argument for @sort but that’s only a guess.

    Do you have anything that might help there?

    You can also contact me through my website.

  178. maverick says:

    mine dont work at all. I ve got the userid code from idgettr but it doesn’t work. Any suggestion?and i ve followed your instruction and all.

  179. Jules says:

    Love this bit of code! I’d like for the slideshow to show the title and description (just as flickr slideshows on flickr do if that option is selected). Is there an option to do this using Paul’s code?

  180. Thank you, Paul; I have been looking for a solution to post my images in a gallery on Blogger for a long time. Now my work with seeds is visible on my blog, hence I am sooo happy. Take a short glance if you want.

    There are only two minor drawbacks: I cannot control the order in which photos appear and the titles of the photos from Flickr cannot be seen.

    Thank you once more!

  181. Thank you, Paul; I have been looking for a solution to post my images in a gallery on Blogger for a long time. Now my work with seeds is visible on my blog, hence I am sooo happy. Take a short glance if you want here: http://luciantodoran.blogspot.com .

    There are only two minor drawbacks: I cannot control the order in which photos appear and the titles of the photos from Flickr cannot be seen.

    Thank you once more!

  182. shabooty says:

    thanks a bunch …just used it to embed post the danica patrick SI pics slideshow.
    ;)
    $

  183. hedley says:

    don’t worry. sorted it. doh.

  184. Mary says:

    Thanks so much for creating an easy way to put flickr photos on a website. Is there a way to have it continously run through the pictures instead of stoping and making you answer the yes/no question? I can see our patrons not liking that!

    Mary R.

  185. hey i did it on my blog but it keeps saying theresno photos when i uploaded them on flickr uploadr wats rong? someone help please.

  186. kozzmen says:

    Hi thete, thanks for this article, works great!

    Cheers!

    Stefan

  187. Harold says:

    Excellent! Thank you!

  188. galya says:

    i tried the 1st code , i’ve put my flickr id but everytime i see someone elses pictures. where is the problem?

  189. jimmy says:

    Can i please Have the html script for adding a flickr video to my site

  190. itamar priel says:

    I used your code, but when I set the size to 400*400 it cuts of part of the picture selection ribbon instead of resizing it. That means that when people want to jump to a certain picture some of the pictures (about five of them) don’t appear on the ribbon. can anyone help me out?

    the url to the page in question is
    http://itamarstheatrejournal.googlepages.com/afterjulietgallery

  191. heather says:

    i work in an art gallery in a public library that uses Expression Engine for our website/blog. everything is set up to be list-y and column-y and i want to find a way to run a slideshow of our current exhibit at our gallery page to get some visual element into our presense. which means, i need to know how to embed ONE SINGULAR SET slideshow.

    paul, or someone else who gets it, would you please post a full sample embed for a slide show featuring ONE particular set, end to end? i’ve taken everyone’s advice and tried different things and would like to see the whole “sentence” so i know what i’m leaving out.

    as of june 20, 2008, what’s the consensus about the best embed code to date for displaying single set slideshows?

    thanks for your help. hope this makes sense.

  192. Thanks Paul, i have started using it right away on a page of my blog. Just what the doctor ordered!

  193. Patricia Kuhn says:

    I followed Paul’s directions and the results are great except one thing……how do I get the slideshow to loop? After one round it stops and asks if I want it to continue…then the pics are all messed up on the next go round. Any ideas?

  194. Uğur Samsa says:

    I have a problem with Flickr Slideshows in wordpress. Can you help me?

    How can I solve the problem?

  195. Hush Wuff says:

    Hi,

    It doesn’t work in FF3. Any clue?

    Thanks

  196. LaryT says:

    Thanks Paul Stamatiou
    Σ’ ευχαριστώ …

  197. Melissa says:

    How do you create a custom flash file to work with this script?

  198. Bill says:

    You can generate the flickr embed code at:

    http://www.nibea.com/help_flickr_embed.htm

    or

    http://flickrslidr.com/

  199. Amanda says:

    Is there a way to disable the left click while the slideshow is running? Or to disable the links to your flickr account and individual photo?

  200. Fred says:

    I’ve been hunting round the options for embedding flickr slideshows – and that is the shortest, sweetest bit of code by far.

  201. Jayar Chico says:

    Cool Post!

  202. Jayar Chico says:

    cool post! thanks

  203. Hi,
    based on Paul’s excellent work I wrote already some time ago a plugin for WordPress to make the pasting process easier to those users who are not familar to any coding, and for those who just do not want to copy all the times the whole coding line.

    Enjoy

    Regards
    jmu

  204. Hi,

    based on Paul’s excellent work I wrote a small WordPress plugin already some months ago.

    http://www.ramgad.com/fssw

    enjoy
    Jeannot

  205. ROFLCopter says:

    I like how in every single picture, you have the same facial expression.

  206. gaetano says:

    when you click on a slideshow posted on a blog, you are linked to a new window that contain all the pictures.
    I want to personalize the size of the new window, in order to get it smaller than the blog page.
    how can i do?

    thanks

  207. rich ting says:

    Is there a parameter to disable the autoplay feature? I was able to easily embed the slideshow using the code that you showed, but I will most likely have a few slideshows on a page and don’t want them all autoplaying at the same time.

    Any help is appreciated. Thanks.

  208. FeRHaD says:

    Thanks. Very helpful post.

  209. leila_c says:

    you’re the best. thanks for sharing!

  210. George says:

    I have problems using it in Internet Explorer 6, please I need help!!

    • Holly says:

      Ditto! Although I despise ie6 and would never use it personally, I’m required to test all our websites in ie6 while I’m at work and this simply isn’t working very well :( Some bugs in ie7 as well

      • George says:

        Holly!!
        thank you very much! (my English is bad, sorry)
        Solves the problem using the second code!
        GoodBye!
        George

  211. coucioko says:

    Flickr gives its users the ability to create these type slideshows right within flickr. And you can correctly change the size of the frame!! Click on a slideshow on your flickr, when slideshow is open click “share” Then click customize :) It can all be done within Flickr :)

  212. Jen says:

    Thank you! This is better than the 3rd party options out there and I can’t ever get flickr’s own slideshow to work.

    I have the same questions as a couple other people but I didn’t see answers to them:

    1. Know a way to get the descriptions to show up?

    2. Is there a way to autoloop it?

    3. Can you change the background color?

  213. Mori says:

    I need to be able to resize the slideshow without the controls running together. Any hints?

  214. Tilak says:

    It is Awesome!

    Thanks

  215. We’re sooooo happy that we found this blog….It works great!

    Thank you!

    Here’s how it was used at GamerzOutlet.com:

  216. Tabbymom says:

    Kewl! Thanks

  217. marlon says:

    hi your blogs nice i envy you if only i was as creative keep doing your thing… ive tried this on my blog and the slideshow works but message says no such photos found….

  218. untitled artists says:

    great! just found out another parameter:

    …../index.gne?group_id=&user_id=USER&set_id=&sort=interestingness-desc&text=

    with this: (…&sort=interestingness-desc….) you can sort the photos from a specific USER for the most interesting images
    I just wanted to make a gallery where the most interesing photos are at the beginning. after tying a little bit – i found out…

  219. kalista says:

    hi thx for the great share.

  220. Thanks so much for posting this. I just wasted an hour of my life trying to get various WP plugins to work – and then what do you know a simple piece of HTML does the trick!

  221. Jet1199 says:

    Congratulations! A short way to get a slideshow running :-)
    Questions:
    1.
    Is the black background on the top of the picturearea repleaceable with different colors?
    2.
    How to get define other sort-options? Espacially a ramdom order would be useful. And: Ist there a way to see the show endless?

    CU – Jens

  222. Enci says:

    Beautiful! Thank you so much! I imported a set from a group for one of my projects and I love your design. Thank you!

  223. Karen says:

    Paul,

    Thank you for this post! I’ve been searching all day for a solution to embed a flickr set on a client’s website and I just found the solution here with this post and the comments. Awesome!

    -KJF

  224. Hi!

    This is a great blog!! Quick question… now that I can embed a slideshow of my sets, how do I ensure they embed with the annotations / notes? They don’t seem to work for me at the moment! Any help is greatly appreciated and many thanks in advance!

    DDV

  225. Sunil says:

    Another light weight Flickr tool here

  226. Problem says:

    it automatically starts in fullscreen mode!!!!
    we do not want that.
    is there any solution?

  227. val says:

    I love you dude, worked like a charm.

  228. danensor says:

    Amazing, been searching for a simple way to show my group pool on flickr for a while! Good work!

  229. Thanks to Paul and everyone else who has been here before, so far you have been a massive help.

    I’m reall new to this and the next question may be out there but hey I need the help.

    Is there anyway to ‘password’ protect a slide show, I want to be able to set different passwords for different sets within flickr?

    If not any ideas of a work around?

    Thanks in advance.

  230. Kia J. says:

    Hi,
    Any idea of how to add the flickr slideshow to a website using CSS?????

  231. Fred Hart says:

    Found this while trying to work out how to embed a Flickr slideshow into my own website – Going by your name, I think its quite appropriate that its your website really as it was for the Greek version of my site!

  232. This is exactly what I’ve been looking for, with the bonus of two options for embedding. Thank you!

  233. put our Flickr gallery into our websites as a widget.

  234. Kasey says:

    Thank you so much! I’ve spent hours trying to figure this out, and your simple code has saved me. You’re a life-saver!

  235. Christine says:

    This doesn’t work….. is there something different that needs to be done now that there’s the embed option? I’ve tried what you said – iframes no llonger work, btw…. I’ve also tried doing to no avail.

170 Trackbacks

  1. [...] This is me playing with Flickr slideshows. Paul is the man with the HowTo hookups. Thanks! Published November 19th, 2005 in Art, Web 2.0. [...]

  2. [...] Check out HOW TO Quickie: Embedded Flickr Slideshows. I plunked the code into http://www.walkingpaper.org/flickr and I like it. You can also see an example below, which is a display of my photos tagged ‘mobilepic.’ This code is flexible in that you can be selective or inclusive in the photos to be shown. The down side is that only one size can be displayed, requiring some serious devoted real estate. The frame size can be changed, but then the photos are cut off. [...]

  3. embed a flickr slideshow

    So if your like me you love flickr’s flash slideshow. Well, how about embedding that slideshow on to your webpage. Thanks to Paul Stamatiou who has written a small tutorial on how to do so. He also has…

  4. [...] HOW TO Quickie: Embedded Flickr Slideshows Embed Flickr slideshows into your html pages utilizing a simple iframe. Designate tags and sets. (tags: flickr slideshows) [...]

  5. [...] 本文主要參考來源為:HOW TO Quickie: Embedded Flickr Slideshowsã€‚å…¶ä»–ç›¸é—œæ–‡ç« å¯ä»¥åƒè€ƒè·¯é‚Šä¸€é¡†æ¦•æ¨¹ä¸‹çš„ã€Œåœ¨ç¶²èªŒä¸­ä»¥slideshow方式展示Flickr相簿」。 [...]

  6. [...] It’s as simple as obtaining your flickr_id by inputting your username into the idGettr and pasting the user_id output over 12345678@N00 in the code provided here [...]

  7. [...] I created a little page awhile ago that allows you to retrieve your Flickr userid number or groupid number. It actually gets used — mostly for WordPress plugins, but you can also use it for other things like embedding Flash slideshows in your site. I’ve moved the page to idGettr.com and created a Flickeresque design for it. [...]

  8. [...] How did I do this? It’s based on Paul Stamatiou’s Flickr slideshow hack. [...]

  9. Tribolum.com says:

    Embedded Flickr Slideshows…

    Putting the Flickr in your blog…….

  10. [...] That fantastic Flickr slideshow comes from an original idea from Paul Stamatiou (By sharing the code over at HOW TO Quickie: Embedded Flickr Slideshows), who triggered Ryan Prins to share another slideshow improvement and which can be found over here: Flickr Slideshow HTML Script, which is what I am sharing above. I love it ! I am not sure what I will be doing with it just yet. I may eventually be creating a separate page or update my About page to include it on a more or less permanent basis, since the Flickr daily zeitgeist is already taking care of showing some of those pictures directly embedded into my weblog template. Either way, I will leave it in this particular weblog post for the time being and till I decide where to place it. Enjoy it ! [...]

  11. flickrのスライドショーがblogの中に現れる!…

    flickrのスライドショーがblogの中に現れる! HOW……

  12. [...] เอาเป็นว่าตอนนี้อัลบั้มภาพก็กลายเป็น Embedded Flickr Slideshows ไปชั่วคราว ไว้จะกลับมาแก้กันต่อไป [...]

  13. [...] The embedded slideshow works! The only problem is that the slideshow is 500 pixels wide. My post template is 15 pixels short. Don’t really want to muck around with the template at this moment, so I’ll leave it be. Categories [...]

  14. 花展…

    這是在早陣子花展拍的相片,看見agnes 那邊的flickr slide show 那麼好…

  15. Hongyun Art Flickrized…

    So I’ve been tinkering over at Hongyun’s Art Site. Here’s how I built the basics of the new site with a mishmash of technologies including Movable Type, Flickr, and a basic Ajax. 1. The homepage thumbnails are actually “blog this”……

  16. [...] Embedded Flickr Slideshows – 嵌入式flickr幻灯片工具,可以放置在你的网站上。 [...]

  17. [...] HOW TO Quickie: Embedded Flickr Slideshows [...]

  18. [...] 6/2/06: So, apologies to Paul.  I just found this post on his site.  Aargh.  It just goes to show that I should search the archives before I submit another comment like thatSorry Paul. flickr Socially Bookmark flickr Slideshow  [...]

  19. [...] PaulStamatiou.com » HOW TO Quickie: Embedded Flickr Slideshows Dig those flash Flickr slideshows? All that’s needed is a bit of code to embed them within your website to give your readers something dynamic. Posted by bradthomas Filed in web design, Web development, Adobe-Macormedia [...]

  20. [...] PaulStamatiou.com » HOW TO Quickie: Embedded Flickr Slideshows (tags: flickr blog webdesign) [...]

  21. [...] PaulStamatiou.com » HOW TO Quickie: Embedded Flickr Slideshows (tags: flickr blog webdesign) [...]

  22. [...] how to put Youtube video and Flickr slideshow Filed under: Uncategorized — nimer at 3:41 pm on Friday, July 7, 2006 Once your pictures are on flickr.com you can cut and paste this code into your posts and change the user id  and tags 12345678@N00&tags=foo frameBorder=0 width=500 scrolling=no height=500> instruction here http://paulstamatiou.com/2005/11/19/how-to-quickie-embedded-flickr-slideshows/ then the slideshow will be embedded on your blog or site automatically. For embedding Youtube movie on your blog/site can you use this code, you’ll need to cut-n-paste the your youutuve URL in there and then your movie should appear in your blog. [gv data=”http://www.youtube.com/v/vh0bWqfcTuk”][/gv“][/gv] [...]

  23. [...] The Falbum plugin allows one to embed images from you flickr album… but I don’t use flickr enough to use for my images… and if I want to embed someone elses Flickr album I use this code: How to Embed a Flickr Slideshow [...]

  24. [...] Jeg har lige købt et digitalkamera (Canon Ixus 50) og går nu rundt og skyder en masse billeder. For at kunne dele dem med andre, primært mine venner, selvfølgelig, har jeg oprettet en flickr-account. Slideshowet med mine billeder fra flickr er selvfølgelig lige til at smide ind på bloggen her. Her nogle billeder fra Politigården i København: Tak til Paul Stamatiou for hans HOW TO Quickie om Flickr slidehows, som du kan læse her. [...]

  25. [...] PaulStamatiou.com » HOW TO Quickie: Embedded Flickr Slideshows [...]

  26. elke's says:

    slideshow van Flickr…

  27. [...] Here’s the best 30 photos from our trip, in chronological order. [ Embedded code courtesy of http://paulstamatiou.com [...]

  28. [...] Bubblr  - 使用flickr上的照片创建连环画。  Sprinklr - 允许用户非常容易和快速的把他们的照片添加到不同的组。  Matchr - flickr迷语游戏  h4ppierphotos - 帮助查找没有存于set或根据时间过滤照片,并且为它们添加tag或放一个存在的set中。  Twaingle - 一个允许你在flickr或yahoo上查找照片,并把它们直接插入到应用程序中的工具。  Flickr original Viewr - 查看flickr上的原始照片。  Flickr Leech - 在一个页面上载入一天中全部有趣味的照,根据用户ID、照片集和组来排序  ZoneTag - 能自动根据位置来为你的照片添加tag  Flickr Mixr - 使用flickr提供的RSS种子并且分析它们来生成新的图像。  Tiltomo - 图像搜索  John’s Background Switcher - 周期性的改变电脑背景图片,图片来源于flickr.  FlickrLilli - 另一种搜索flickr图像的工具.  RSS2PDF for Flickr - 通过flickr上的rss种子来创建PDF归档。  Flickr & Webimager - 基于flickr API的屏幕捕获和上传工具。  We Map Flickr - 在google地图上标注图片,图片来源于flickr  Gtalkr - 集合google talk,flickr,youtube和gmail.   Flickr Logo Maker - 输入文字产生flickr样式的logo  Loopy - 一个使用flickr上图片的屏幕保护程序。  Flickr Sets RSS - 创建一个flickr上照片集(set)的RSS流。  Flapper - 一个用flash8创建的flckr界面  Flickeur - 从flickr接收随机图片,创建一个意识流类型和视频剪辑。  Findr - 根据浏览内容和相关的tag查找照片  Wickr - 一个在flickr上浏览照片的小部件,你可以根据tag或用户名或email来浏览。  Tickr - 在你的桌面上显示你指定的tag的图片。  Tagnautica - 一个实验性的导航工具,根据相关的flickr tag建立一个浏览空间。  Clockr - 查看当前时间的flickr照片。  Retrievr -通过你画制和草图来搜索照片.  Slickr - flickr屏幕保护,可以提定用户、组、tag等.  Gnickr - 管理你的flickr照片,假如这些照片的本地文件都在你的Gnome桌面上的话。  Captioner - 为你的flickr照片添加有趣的说明。  Flapi - 一个开源的Flash图库,它使用Flickr管理图片。  Daily Zeitgeist - 在你的网站上显示flickr上最近的照片,使用flash。  Wikinews Flickr License Searcher - 搜索在指定许可下得到许可的图片  Yahoo Widgets for Flickr - flickr的Yahoo小部件.  QuickrFlickr - 一个产生flckr图片HTML代码的快速方法,可以放在blog,或任何HTML页中  CloudTagFlickr - flickr tag去工具  DeskFlickr - 基于flickr tag,旋转你的桌面墙纸。  FlickrBuddy - 从你的flickr联系人那里查看和下载最有趣的图片  Most Interesting Pictures - 输入Flickr用户名来查看他们最有趣的图片  FlickrWallpaper - 一个简单的桌面墙纸变换器,根据tag从flickr上下载照片。  Flickrmap - 放置一个基于flash的世界地图在你的网站或blog上。  Embedded Flickr Slideshows - 嵌入式flickr幻灯片工具,可以放置在你的网站上。  f*Gallery -一个PHP脚本程序,在个人网站显示你上传到flickr的图片  Flickrfs Virtual Flickr Filesystem - 虚拟的flickr文件系统.  Projects on the construction of identity and flickr - 一系列第三方工具  WordPress Flickr Post Bar plugin - 一个wordpress插件,可以非常容易插入flickr照片到你的文章中。  Flickr AutoDownloadr - 在一个全屏幕幻灯片界面下查看flickr照片  Flickratr - 给每个不同的flickr图片进行投票。.  KFlickr - KDE上的flickr上传工具。  FAlbum - 一个用来显示flickr照片的wordpress插件。  Flickr Album Maker - 使用flickr照片创建照相本  flickrRSS Plugin - 一个wordpress插件,可以在你的blog上用来显示flikr样式的badge.  Flickr Backup - flickr备份工具  Flickr Greasemonkey Scripts - 个脚本收藏集,用来增强flickr .  Random photo browser - 随机照片浏览工具.  Photo Comment Tool - 照片评论工具.  FlickrFavs - 一个用来下载你收藏的照片的工具。  Flickr Explorer - 大规模的照片下载器。   FlickrRandom - 提供随机的和精选的照片  Flickr RSS Widget - 一个Java脚本,可以通过rss种子在你的网站上显示最近的照片。  Flickr Dhtml Badge - Flicr Dhtml 印章  Flickr module for CMS - CMS上的Flickr 插件  Flickr Framer - 把flickr图片在线添加到画框内  Mobup - 一个小的J2ME程序,它可以帮你管理手机图片,并上传到flickr上。  QOOP flickr Photo Printer - 在线flckr照片打印服务。  GLFlickrShow - 使用OpenGL来建立全屏幻灯片过渡效果。  Flickr idGettr - 查找你的flckr用户id号  Flickr TopToolbar - flickr工具栏  Flickr MiniToolbar - flickr迷你工具栏  Magazine Cover - 从你的flckr照片中创建杂志封面.  FlickrTagFight - tag比较工具  Notifyr - 通知工具,当有新图片增加时通过email通知你。.  Flidget - 一个Mac OSX的面板部件,允许你上传照片  Flickr RSS Reader v2 - .一个基于flash的程序,用来查看Flickr的RSS  FlickrDown - 很容易的从flickr下载照片存放在本地。.  On Black - 输入一个照片的URL,查看在全黑或全白背景下的图片效果。  Mosaic Maker - 创建图片相册  Badge Maker -创建你自已的 (非官方) flickr印章.  Flickr Album -另一种查看flickr图片的方法.  Associatr - 一个用来浏览相关tag图片的工具。.  Lfvr - 一个轻型的flickr查看器。  Flickr Montager - 用flickr tag建立照片浏览器。.  Search Plugins:Flickr - flickr搜索.  Glimmr - 一个flickr图片上传工具。  Grabbr - 一个小工具,可以截取屏幕然后上传到Flickr  Flickr.rb - 基于Ruby的flickr照片共享服务。  Flickr People Finder - 一种查找flickr用户的方法.  Flickr Automator Action 0.1 - .自动上传到flickr  Flickr Screensaver -flickr屏幕保护程序.  Flickrfox -一个Firefox扩展,可以在你的浏览器工具栏中显示flickr图片.  flickrate! - 尝试给于flickr一个等级系统。  uploadr.py - 一个用来上传图片的Python脚本。.  FlickrUploadr - 一个上传图像到flickr的工具.  Spell with Flickr -使用flckr图片来拼字.  Flickr Postcard Browser - Flickr播客浏览器  Flickr Graph –社会性flckr图片浏览方法。  Flickr World Map - Flckr世界地图  Mappr 一个交互式的浏览环境.基于图片和用户感受。  Flickr Color Picker - 另一种浏览flickr图片的方法.  1001 - 一个Mac OS X 程序,可以上传和通知你当有新的图片添加时  FlickrPapr - .使用tag或用户来搜索墙纸尺寸的图片。   [...]

  29. AmoyDream says:

    玩转flickr del.icio.us Digg之完全攻略(转贴)…

    玩转flickr del.icio.us Digg之完全攻略…

  30. Spelen met Flickr…

  31. [...] You can get your user id by using the idgettr. This is a very easy option, but you are limited to the slideshow flickr produces (you can’t change the background, etc). You also have to click on the photos to get the captions/titles (captions are not displayed without clicking). Other options for hte code can be found here. [...]

  32. [...] Posted by Kent Sandvik on 29 Aug 2006 at 11:20 pm | Tagged as: Photos Below is my collection of Flickr photos for August. I used a technique described here how to embed the actual slideshow in a blog entry. The other trick was to tag all the August entries with 2006 as a tag. My Flickr account is here. [...]

  33. [...] I found this pretty nifty piece of code to Embed Flickr Slideshows in a post at Paul Stamatiou’s spot so I decided to check it out. I hope to God it works. [...]

  34. [...] Kuddos to this guy for his easy instructions on how to put a Flickr slide show based on tags into your Blog. [...]

  35. [...] For a while now I have longingly watched Darcy Norman include Flickr sets in his blog posts. My urge to finally scratch this itch was further prompted by the fact that I recently bucked-up and became a proud Flickr Pro account holder. So last night I was thinking, “Hey, maybe I could find a quick tool for WordPress to make this happen and be as cool as them Canadians.” What I discovered in the meantime might just make me twice as cool. (You’ll note, however, that Darcy Norman commented on the following tutorial over a year ago – damn I’m slow.) Paul Stamitiou had time for a quickie tutorial on how to include a slideshow of images from Flickr in a blog post or page. This code allows you to includes image by tag, sets, date, etc. – it is very vesatile, and above all I think it works with just about any blogging system or html encoded page. Very cool. I would also like to say the Paul Stamitou is my new found guru of online tutorials, his K2 series is to die for. In my recent searches for tutorials for everything from Azureus to K2, Paul’s work floats to the top. His cool, calm and collected tone makes me wanna rethink my mad ravings all together. Thanks for all the hard work Paul, you make it all so easy. [...]

  36. [...] 参数设置 include “contacts=”, “text=”, “tag_mode=”, “favorites=”, “group_id=”, “frifam=”, “nsid=”, “single=”, “firstIndex=”, “set_id” and “firstId=”. If you want to use one of these extra parameters just add it after your user_id with a separating &. HOW TO Quickie: Embedded Flickr Slideshows [...]

  37. [...] Flickr slideshow from my surprise visit to Gold Coast and Melbourne. I had a lovely time, to say the least. =) [...]

  38. [...] Thanks paulstamatio.com for the < ahref=”http://paulstamatiou.com/2005/11/19/how-to-quickie-embedded-flickr-slideshows/”>instructions for doing this! [...]

  39. [...] How To Embed Flickr Slideshows (via) (tags: flickr howto webdesign tutorial) [...]

  40. [...] Today, I’m trying a bit of code I found on this blog to try putting a flickr slideshow into one of my posts.  It’s an older slideshow.. taken back when I was in Palm Springs at the CUE Conference.  Looking back now, I see my poor cat with a dish on his head and stitches down his back. [...]

  41. [...] Update: ACPI’s Joy Bacon, who has an anime convention across town on the same day as H3 2006, just called. I suggested the tag Toeinty. I’m sending her code pieces to autoaggregate tagged media on her site. Tags:Anime Cosplay Eric Go H32006 Hero TV Philippines Related posts: links for 2006-10-20Canadian Anime Mag Seeks Filipina Cover GirlAnimax Virally Markets Jigoku ShoujoAkio Ohtori Fansite Upgraded [...]

  42. How to embed a Flickr slideshow in your blog…

    There’s a lot of ways to get your Flickr photos onto a web page or blog post, but few are as clean and elegant as Flickr’s own slideshow player. Wouldn’t it be nice if you could embed that player in your blog? Ah, but of course you can! Paul Stamati…

  43. abnlog says:

    Flickrのスライドショーをブログに貼る方法…

    Flickrにアップロードした写真を下の様に自分のウェブサイトに貼付ける方法をみ……

  44. [...] Esto lo derivé de el post de Paul Stamatiou, llamado HOW TO Quickie: Embedded Flickr Slideshows. Es una versión que cumple con los estándares, ya que el elemento iframe es obsoleto. [...]

  45. links for 2006-10-24…

    Embedded Flickr Slideshows [PaulStamatiou.com] (tags: flickr webdesign html tutorials) 21 Surefire Tips for a Successful Blog Launch Something which I probably need to learn (tags: blog blogging-tip tutorials) Andy-Warhol-Up Your Photographs [Melissa …

  46. [...] Just thought some bloggers might be interested in how to embed an official Flickr slideshow into a post. I discovered it here and here and although neither post gets it quite right the commenters have ironed out most of the problems. The basic format is: <iframe src="http://www.flickr.com/slideShow/index.gne?user_id=YOUR_ID" frameBorder="0" width="500" scrolling="no" height="500"></iframe> [...]

  47. [...] 參考這裏 del.icio.us tags: flickr, embed, 教學 [...]

  48. [...] HOW TO Quickie: Embedded Flickr Slideshows – PaulStamatiou.com Dig those flash Flickr slideshows? All that’s needed is a bit of code to embed them within your website to give your readers something dynamic. (tags: flickr flickr/tools images web web-developer/tools photography blogs graphics) [...]

  49. [...] HOW TO Quickie: Embedded Flickr Slideshows – PaulStamatiou.com (tags: flickr howto) Posted by xtra Filed in [...]

  50. [...] Flickr的幻灯片播放(Slideshow)是个非常棒的功能,我不知道其他人是否已经知道怎样将该功能嵌入到自己的Blog中,至少我是今天看了Paul Stamatiou的文章才清楚的,而这篇文章发表于2005年-_-!! 说起来方法并不复杂,请记住下面的代码: <iframe align=center src=http://www.flickr.com/slideShow/index.gne?user_id=12345678@N00&tags=foo frameBorder=0 width=500 scrolling=no height=500></iframe> [...]

  51. [...] Flickr badge er kanskje den vanligste måten å hente ut sine bilder fra flickr på. Ulempen er at du max får ut 10 bilder, og at koden (før du stripper den) er en møkkete affære. Jeg bruker en flickr badge til å hente ut de 8 nyeste bildene mine til forsiden av stavelin.com. iFrame med slideshow er for så vidt tøft nok, men er ikke hva jeg er på utkikk etter. [...]

  52. [...] HOW TO Quickie: Embedded Flickr Slideshows – PaulStamatiou.com (tags: flickr tips slideshow) Posted in my bookmark | [...]

  53. [...] (I’m recycling this post from September 2005 for the sake of Creamaid. It’s still interesting since McCafes are not yet being built in the US, so the idea of a coffee bar inside a McDonald’s will be new to a lot of people. It also shows off how to embed a Flickr slideshow in a blog post. And ten bucks is ten bucks.) [...]

  54. Lifehacker says:

    How to embed Flickr slideshows…

    Blogger Paul Stamatiou details how to embed the default Flickr slideshows on your own web page or blog. All you need to do is embed the following on your page (minus the line breaks): <iframe align=center src= http://www.flickr.com/slideShow/index.g...

  55. [...] …oh. Yeah, right there in the page. Paul Stamatiou tells you how in this post from nearly a year ago. Note that this is the same Paul Stamatiou who interned for Yahoo! this summer and created our corporate blog, Yodel Anecdotal. Good for him (and us, for hiring him)! [...]

  56. [...] Actually, I wanted to play with this new feature which allows you to embed Flickr slideshow on the blog. But it seems like I’m unable to do so until WordPress figure something out for us. [...]

  57. [...] HOW TO Quickie: Embedded Flickr Slideshows I”ll be doing this on my P365 page this weekend!! (tags: flickr howto blog photos) [...]

  58. [...] HOW TO Quickie: Embedded Flickr Slideshows – PaulStamatiou.com (tags: flickr slideshow) [...]

  59. [...] ç”±flickr用户创建的有趣并且有用的工具: Bubblr – 使用flickr上的照片创建连环画。 Sprinklr – 允许用户非常容易和快速的把他们的照片添加到不同的组。 Matchr – flickr迷语游戏 h4ppierphotos – 帮助查找没有存于set或根据时间过滤照片,并且为它们添加tag或放一个存在的set中。 Twaingle – 一个允许你在flickr或yahoo上查找照片,并把它们直接插入到应用程序中的工具。 Flickr original Viewr – 查看flickr上的原始照片。 Flickr Leech – 在一个页面上载入一天中全部有趣味的照,根据用户ID、照片集和组来排序 ZoneTag – 能自动根据位置来为你的照片添加tag Flickr Mixr – 使用flickr提供的RSS种子并且分析它们来生成新的图像。 Tiltomo – 图像搜索 John’s Background Switcher – 周期性的改变电脑背景图片,图片来源于flickr. FlickrLilli – 另一种搜索flickr图像的工具. RSS2PDF for Flickr – 通过flickr上的rss种子来创建PDF归档。 Flickr & Webimager – 基于flickr API的屏幕捕获和上传工具。 We Map Flickr – 在google地图上标注图片,图片来源于flickr Gtalkr – 集合google talk,flickr,youtubeå’Œgmail. Flickr Logo Maker – 输入文字产生flickr样式的logo Loopy – 一个使用flickr上图片的屏幕保护程序。 Flickr Sets RSS – 创建一个flickr上照片集(set)çš„RSS流。 Flapper – 一个用flash8创建的flckr界面 Flickeur – 从flickr接收随机图片,创建一个意识流类型和视频剪辑。 Findr – 根据浏览内容和相关的tag查找照片 Wickr – 一个在flickr上浏览照片的小部件,你可以根据tag或用户名或email来浏览。 Tickr – 在你的桌面上显示你指定的tag的图片。 Tagnautica – 一个实验性的导航工具,根据相关的flickr tag建立一个浏览空间。 Clockr – 查看当前时间的flickr照片。 Retrievr -通过你画制和草图来搜索照片. Slickr – flickr屏幕保护,可以提定用户、组、tagç­‰. Gnickr – 管理你的flickr照片,假如这些照片的本地文件都在你的Gnome桌面上的话。 Captioner – 为你的flickr照片添加有趣的说明。 Flapi – 一个开源的Flash图库,它使用Flickr管理图片。 Daily Zeitgeist – 在你的网站上显示flickr上最近的照片,使用flash。 Wikinews Flickr License Searcher – 搜索在指定许可下得到许可的图片 Yahoo Widgets for Flickr – flickrçš„Yahoo小部件. QuickrFlickr – 一个产生flckr图片HTML代码的快速方法,可以放在blog,或任何HTML页中 CloudTagFlickr – flickr tag去工具 DeskFlickr – 基于flickr tag,旋转你的桌面墙纸。 FlickrBuddy – 从你的flickr联系人那里查看和下载最有趣的图片 Most Interesting Pictures – 输入Flickr用户名来查看他们最有趣的图片 FlickrWallpaper – 一个简单的桌面墙纸变换器,根据tag从flickr上下载照片。 Flickrmap – 放置一个基于flash的世界地图在你的网站或blog上。 Embedded Flickr Slideshows – 嵌入式flickr幻灯片工具,可以放置在你的网站上。 f*Gallery -一个PHP脚本程序,在个人网站显示你上传到flickr的图片 Flickrfs Virtual Flickr Filesystem – 虚拟的flickr文件系统. Projects on the construction of identity and flickr – 一系列第三方工具 WordPress Flickr Post Bar plugin – 一个wordpress插件,可以非常容易插入flickr照片到你的文章中。 Flickr AutoDownloadr – 在一个全屏幕幻灯片界面下查看flickr照片 Flickratr – 给每个不同的flickr图片进行投票。. KFlickr – KDE上的flickr上传工具。 FAlbum – 一个用来显示flickr照片的wordpress插件。 Flickr Album Maker – 使用flickr照片创建照相本 flickrRSS Plugin – 一个wordpress插件,可以在你的blog上用来显示flikr样式的badge. Flickr Backup – flickr备份工具 Flickr Greasemonkey Scripts – 个脚本收藏集,用来增强flickr . Random photo browser – 随机照片浏览工具. Photo Comment Tool – 照片评论工具. FlickrFavs – 一个用来下载你收藏的照片的工具。 Flickr Explorer – 大规模的照片下载器。 FlickrRandom – 提供随机的和精选的照片 Flickr RSS Widget – 一个Java脚本,可以通过rss种子在你的网站上显示最近的照片。 Flickr Dhtml Badge – Flicr Dhtml 印章 Flickr module for CMS – CMS上的Flickr 插件 Flickr Framer – 把flickr图片在线添加到画框内 Mobup – 一个小的J2ME程序,它可以帮你管理手机图片,并上传到flickr上。 QOOP flickr Photo Printer – 在线flckr照片打印服务。 GLFlickrShow – 使用OpenGL来建立全屏幻灯片过渡效果。 Flickr idGettr – 查找你的flckr用户id号 Flickr TopToolbar – flickr工具栏 Flickr MiniToolbar – flickr迷你工具栏 Magazine Cover – 从你的flckr照片中创建杂志封面. FlickrTagFight – tag比较工具 Notifyr – 通知工具,当有新图片增加时通过email通知你。. Flidget – 一个Mac OSX的面板部件,允许你上传照片 Flickr RSS Reader v2 – .一个基于flash的程序,用来查看Flickrçš„RSS FlickrDown – 很容易的从flickr下载照片存放在本地。. On Black – 输入一个照片的URL,查看在全黑或全白背景下的图片效果。 Mosaic Maker – 创建图片相册 Badge Maker -创建你自已的 (非官方) flickr印章. Flickr Album -另一种查看flickr图片的方法. Associatr – 一个用来浏览相关tag图片的工具。. Lfvr – 一个轻型的flickr查看器。 Flickr Montager – 用flickr tag建立照片浏览器。. Search Plugins:Flickr – flickr搜索. Glimmr – 一个flickr图片上传工具。 Grabbr – 一个小工具,可以截取屏幕然后上传到Flickr Flickr.rb – 基于Rubyçš„flickr照片共享服务。 Flickr People Finder – 一种查找flickr用户的方法. Flickr Automator Action 0.1 – .自动上传到flickr Flickr Screensaver -flickr屏幕保护程序. Flickrfox -一个Firefox扩展,可以在你的浏览器工具栏中显示flickr图片. flickrate! – 尝试给于flickr一个等级系统。 uploadr.py – 一个用来上传图片的Python脚本。. FlickrUploadr – 一个上传图像到flickr的工具. Spell with Flickr -使用flckr图片来拼字. Flickr Postcard Browser – Flickr播客浏览器 Flickr Graph –社会性flckr图片浏览方法。 Flickr World Map – Flckr世界地图 Mappr 一个交互式的浏览环境.基于图片和用户感受。 Flickr Color Picker – 另一种浏览flickr图片的方法. 1001 – 一个Mac OS X 程序,可以上传和通知你当有新的图片添加时 FlickrPapr – .使用tag或用户来搜索墙纸尺寸的图片。 [...]

  60. [...] Paul Stamatiou has a quickie tutorial on how to embed a Flickr Slideshow on your blog [...]

  61. [...] These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  62. [...] Fancy trying paulstamatiou.com Flickr embeded slideshow just like mine below. I think it’s cool. [...]

  63. elke's says:

    paul stamatiou…

  64. [...] Paul Stamatiou has a quickie tutorial on how to embed a Flickr Slideshow on your blog [...]

  65. [...] Picture Gallery On the top navigation bar, you can see Gallery links, this page added with a simple code (by the way, im using Flickr as our gallery). By adding the code, you can easily added your flickr slideshow gallery into your blog. Have a look here for instruction. [...]

  66. [...] Found a cool way to embed a Flickr Slideshow in your website. This is from Paul Stamatiou’s website. Check it out! [...]

  67. [...] The result of my efforts can be seen here. If this technique doesn’t work for you, Paul Stamatiou has another option. Word of warning; if you try to embed one in a post (on your blog), you may screw things up temporarily if your posting width isn’t sufficient (500px or wider). For sake of ease, you may want to stick to using it on a static page. I’d love to see what you come up with – show us a link! Technorati Tags: flickr, flickr slideshow, General, recommended sites, slideshow, tools [...]

  68. [...] Last weekend Linda and I volunteered to help with the local regatta, the big race hosted by WPHS. Heavy winds curtailed the racing. Several boats swamped and some kids had to be rescued. Complete photo set available on flickr. [ Embedded code courtesy of http://paulstamatiou.com [...]

  69. [...] There are a lot of neat tools that support flickr. As I worked to embed a flickr slideshow into a web page this morning, I came across Travelr – that allows you to tag your photos with cities from around the world and display a large map. [...]

  70. [...] There are a ton of ways to customize this script including displaying photosets for users and these methods are outlined in detail at Paul Stamatiou’s Blog. Thanks for reading. Please Bookmark this Page. Add to old-school bookmark? Press (Ctrl+D) These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  71. [...] Je¶li chcesz dodaæ do posta bardzo ³adn± galeriê wybranych zdjêæ z flicr.com, wklej kod poni¿ej i zmieñ liczby po „id=” oraz wpisz tagi po „tags”. Dok³adn± instrukcjê znajdziesz tutaj [...]

  72. [...] I found the instructions for embedding slide shows like this here [...]

  73. Embedded Flickr Slideshows…

    With some simple html code ( a floating frame ) you can add your Flickr photos as a slide show to your web page. Paul Stamatiou write a helpful “How to quickie” on his blog: HOW TO Quickie: Embedded Flickr……

  74. [...] Side note 2, the slideshow – for other WordPress users out there, the application I used was Popup Image Gallery.  If you are using WordPress for your blog, as I am, and tried to use the very convenient flickr slideshow feature you probably got just as frustrated as I did.  This works great for poeple using Google’s Blogger for their blog, but I guess WordPress does not allow it. Side note 2 – even though WordPress made the slideshow difficult is still think that its admin user features and general blogging features are great, and still prefer it to Blogger. [...]

  75. [...] la cuenta en flickr y subir algunas imagenes, lo primero que vi es que me ofrecía colocar una presentación de mis fotografías, pero yo solo quería las 4 últimas y en [...]

  76. Business Processes: The Basis for Linking BPM and SOA – Dr. Wolfram Jost, IDS-Scheer VP…

    ARIS ProcessWorld 2007 Day 2 opened with, so far, the best presentation of the conference, something that would resonate with both Business and IT leaders wanting to understand where BPM fits in the enterprise and also the roadmap for ARIS……

  77. [...] No solo de Blog vive el hombre, también existe el FotoBlog…o PhotoStream como se dice en la jerga Flickeriana. En un intento de juntar ambos mundos en mi página personal, encontré este post donde enseña como insertar un SlideShow de nuestras fotos de Flickr en cualquier página …. [...]

  78. [...] once again, Paul Stamatiou for the original instructions on flickr embedding. These icons link to social bookmarking sites [...]

  79. How Non-Profits Can Use Mashups …

    Last week, we wrote a blog post about web 2.0 technologies for non-profits – an overview of the latest…

  80. [...] with an ampersand. When no parameter is added, the slideshow shows all your images. *) Thank you Paul Stamatiou for that [...]

  81. [...] Stache. I created the slideshow from our Flickr photos using some simple code that I learned from this guy, who totally [...]

  82. [...] Flickr 官方網站有提供一非常好用的 SliderShows Flash Component,如果你想在自己的網站或 Blog 上放置同樣的 Flash 也是可以的喔!請參考以下這個 Blog Article:http://paulstamatiou.com/2005/11/19/how-to-quickie-embedded-flickr-slideshows/ [...]

  83. Squidly.com says:

    Creating Flickr Slideshows…

    Lets see if this works… If it does, hat/tip to Paul Stamatiou…….

  84. [...] Flickr, vale la pena rescatar los tutoriales para incluir los slideshows en el blog, por ejemplo: HOW TO Quickie: Embedded Flickr Slideshows. Una prueba con uno de mis [...]

  85. [...] es que es bastante complicado lograr copiarlo para que funcionara en nuestro sitio. Pero en el blog de Paul Stamatiou pueden encontrar el código para pegar directamente en el blog para tener una presentación como la [...]

  86. [...] to Digg, I found a cool recipe for embedding Flickr slideshows in a [...]

  87. [...] HOW TO Quickie: Embedded Flickr Slideshows – PaulStamatiou.com how to on making a slideshow (tags: flickr code) [...]

  88. [...] those flash Flickr slideshows? Now we can have it! Back in 2005 this webmaster taught us how to embed flickr slideshows in websites and now he developed slickrSliDR to be a simple, one-page [...]

  89. [...] to share your flickr photos with other. Well check out flickrSLiDR flickrSLiDR allows you to easily embed the classic flickr slideshows on your website or blog. All you need to do is enter the flickr URL address of the user, photo set [...]

  90. [...] Flickrmap – 放置一个基于flash的世界地图在你的网站或blog上。 Embedded Flickr Slideshows – 嵌入式flickr幻灯片工具,可以放置在你的网站上。 f*Gallery [...]

  91. The Bears says:

    [...] Hat tip: Paul Stamatiou - How To Quickie: Embedded Flickr Slideshows. [...]

  92. [...] Here’s another way to add a Flickr slideshow to your blog or website courtesy of Paul Stamatiou. [...]

  93. [...] probando el nuevo “script” para proyectar series de fotografías de Flickr en el blog. Parece que funciona bien. Os dejo con [...]

  94. [...] un outil pour insérer des slideshow de vos photos FlickR sur votre blog. Il avait déjà écrit un très bon article il y a un an et demi sur “comment intégrer soi-même des slideshows FlickR sur votre [...]

  95. [...] and “iframe” are stripped out of wordpress-μ for security reasons, I could no longer embed flickr slideshows using either iframe or object. Therefore, I was looking for someway to embed my photo collection at flickr, but the plugins I [...]

  96. [...] HOW TO Quickie: Embedded Flickr Slideshows – PaulStamatiou.com (tags: widgets flickr) [...]

  97. [...] and “iframe” are stripped out of wordpress-? for security reasons, I could no longer embed flickr slideshows using either iframe or object. Therefore, I was looking for someway to embed my photo collection at flickr, but the plugins I [...]

  98. [...] Flickrmap – 放置一个基于flash的世界地图在你的网站或blog上。 Embedded Flickr Slideshows – 嵌入式flickr幻灯片工具,可以放置在你的网站上。 f*Gallery [...]

  99. [...] Our photos can be found here on flickr. You want your own embedded flickr slideshow?? Click here! [...]

  100. [...] PaulStamatiou – Embedded Flickr Slideshows [...]

  101. [...] is my collection of Flickr photos for August. I used a technique described here how to embed the actual slideshow in a blog entry. The other trick was to tag all the August [...]

  102. [...] Embedded Flickr Slideshows – All that’s needed is a bit of code to embed them within your website to give your readers something dynamic. [...]

  103. [...] seguente indirizzo troviamo un generatore di iframe tramite le API di [...]

  104. [...] trovato tutto su idgettr.com: basta inserire il proprio username, dopodichè cliccare sul link Embed Flickr slideshows, e copiare il codice html, sostituendo naturalmente il proprio [...]

  105. [...] Via Paul Stamatiou HOW TO Quickie: Embedded Flickr Slideshows [...]

  106. [...] idGettr – Find your Flickr IDTravelr – photo gallery for FlickrFlickr Leech (***) ENORMEbananr.comEmbedded Flickr Slideshows – PaulStamatiou.com [...]

  107. [...] wie es aussieht. Etwas offizielles auf der Flickr-Seite habe ich nicht gefunden. Nur dieses kleine HowTo. Nur das es auch mit Sets funktioniert und nicht nur mit Tags. Es gibt sogar einen [...]

  108. [...] How to Embed Flickr Slideshows – That’s handy. [via:um, a friend of Steve Bowbrick on Twitter] [...]

  109. [...] Embedded Flickr Slideshows – All that’s needed is a bit of code to embed them within your website to give your readers something dynamic. [...]

  110. [...] میں شامل سلائیڈشوز کیطرح بھاری بھرکم بھی نہ ہوں) تو یہ طریقہ یا پھر یہ پلگ ان استعمال [...]

  111. [...] 나오더군요. 플리커를 이용한 슬라이드 쇼를 사용하려면 차라리 이곳에 있는 소스를 사용하는게 더 괜찮아보이구요. 물론 [...]

  112. [...] Anleitung dazu findet man hier. « Apple und der Bluescreen Recent [...]

  113. [...] Embedded Flickr Slideshows – All that’s needed is a bit of code to embed them within your website to give your readers something dynamic. [...]

  114. [...] start groaning, I’m only using it to display the content (photo galleries). There’s a piece of code floating around out there that lets you embed flash-based flickr slideshows within a website or blog. I was able to specify a [...]

  115. [...] slideshow from Paul Stamatiou. Pretty [...]

  116. [...] HOW TO Quickie: Embedded Flickr Slideshows – PaulStamatiou.com (tags: blog blogging flickr howto images photography Photo tutorial tools wordpress) [...]

  117. [...] Flickrmap - 放置一个基于flash的世界地图在你的网站或blog上。 Embedded Flickr Slideshows - 嵌入式flickr幻灯片工具,可以放置在你的网站上。 [...]

  118. [...] PM): It would save alot of space while we write between the pics markshiftplusone (9:03:25 PM): http://paulstamatiou.com/2005/11/19/how-to-quickie-embedded-flickr-slideshows markshiftplusone (9:03:40 PM): There you go! markshiftplusone (9:03:43 PM): Viola! shar uriel [...]

  119. [...] really helpful post from Paul. And i had to test it [...]

  120. [...] Inspireret af Oschlag, tak til Paul Stamatiou [...]

  121. [...] to Paul Stamatiou, former Yodel intern, for his great how-to on embedding Flickr [...]

  122. [...] от следния адрес. emb код може да получите от следния уеб адрес. Поставете кода във блог публикацията или web 2.0 [...]

  123. [...] HOW TO Quickie: Embedded Flickr Slideshows (tags: flickr) [...]

  124. [...] found a handy piece of code that allows you to embed a flickr slideshow in a page or post. Here is how you can do it. I will change the criteria periodically. Right now it is set to show all my photos tagged [...]

  125. [...] Flickr slideshow created following the very helpful instructions of Paul Stamatiou. [...]

  126. [...] flickr slideshow is done using Paul Stamatiou’s instructions. Very cool little [...]

  127. [...] : Embedded Flickr Slideshows Bu yazıyı Uğur SAMSA 22 Temmuz 2008 tarihinde Internet kategorisinde [...]

  128. [...] was embedding the flickr slide show itself. In case you are wondering, you can find the code here. I really liked that one because then I could just point it to a specific set in flickr and [...]

  129. [...] is this piece of code that I found for embedding the Flickr slideshow into your blog? You can thank Paul Stamatiou for this lovely [...]

  130. [...] possible earliest source of ways to embed Flickr slideshow could be traced to Paul Stamatiou who investigated the API and showed how it could be done. But the size of the slideshow is fixed at [...]

  131. [...] “tags” and found a great tutorial in the FAQ section by Paul Stamatiou that tells you how to quickly embed Flickr slideshows into your blog posts. So .. here are a few tags I have been organizing … (and, I’m still in the organization [...]

  132. [...] till paulstamatiou.com/2005/11/19/how-to-quickie-embedded-flickr-slideshows och välj endera sättet att bädda in flashskriptet som visar dina bilder. (Jag använder [...]

  133. [...] میں شامل سلائیڈشوز کیطرح بھاری بھرکم بھی نہ ہوں ) تو یہ طریقہ یا پھر یہ پلگ ان استعمال کریں۔ (No Ratings Yet)  Loading … [...]

  134. [...] got the idea from this post on how to embed flickr slideshows, and modified the code to include a regular expression in Ruby [...]

  135. [...] Embedded Flickr Slideshows [...]

  136. [...] ehez sok sildeshow oldal van egy nagy gyűjtemény hozzá,  ez egy jól szerkezthető bemutató, illetve a saját linkgyűjteményem a delicious-on. A Picnik ingynes [...]

  137. [...] Embedded Flickr Slideshows All that’s needed is a bit of code to embed them within your website to give your readers something dynamic. Tags: slideshow [...]

  138. [...] recently ran across this article on the web that explains how to embed a Flickr slideshow into a blog post. I embedded a show of [...]

  139. [...] HOW TO Quickie: Embedded Flickr Slideshows – PaulStamatiou.com eenvoudige uitleg van hoe je een slideshow voor Flickr maakt (tags: foto flickr website webdesign tutorials slideshow) SHARETHIS.addEntry({ title: “mijn nieuwste favorieten van maandag, 10 november 2008″, url: “http://www.karelschiepers.be/?p=1979″ }); [...]

  140. [...] flickr on wordpress, anda boleh download plugin flickrRSS, dan langkah untuk install idgettr dan paul stamatiou. Go flickr yourself [...]

  141. [...] ABC i Australia har fått fortellingen fra nyhetsbyrået AFP, som i vanlig stil skriver av The National uten egne vurderinger eller undersøkelser. Jeg tipper den vil gå sin seiersgang over kloden og havne i Times, BBC, Aftenposten og ABCNyheter. Selv om Nettavisen var først og kanskje blir alene om oppslagsvinkelen: [...]

  142. [...] Here’s a cool Flickr slideshow embed that I got here. [...]

  143. [...] använda olika funktioner genom andra tjänser eller på sin egen sida. Genom det kan du faktiskt få dina sets slideshows på din egen blogg/hemsida, men det kräver en del kodning. Tags: bild, community, flickr, foto, länkar, [...]

  144. [...] Embedded Flickr Slideshows – All that’s needed is a bit of code to embed them within your website to give your readers something dynamic. [...]

  145. [...] Mosaic Maker 創建圖片相冊 Embedded Flickr Slideshows 嵌入式flickr幻燈片工具,可以放置在你的網站上。 f*Gallery [...]

  146. [...] Embedded Flickr Slideshows – All that’s needed is a bit of code to embed them within your website to give your readers something dynamic. [...]

  147. [...] Embedded Flickr Slideshows – All that’s needed is a bit of code to embed them within your website to give your readers something dynamic. [...]

  148. [...] Embedded Flickr Slideshows – 嵌入式flickr幻灯片工具,可以放置在你的网站上。 [...]

  149. [...] que tiene dentro Delivr – Para crear postales dFlickr – Kit para programadores Delphi Embedded Slideshows – Para crear presentaciones FAlbum – Plugin WordPress para mostrar fotos Flash Gallery [...]

  150. [...] auto contesto: HOW TO Quickie: Embedded Flickr Slideshows | PaulStamatiou.com __________________ Canon 40d // 18-55 mm f3.5-5.6 EF-S IS // Blog: [...]

  151. [...] Visit link: HOW TO Quickie: Embedded Flickr Slideshows — PaulStamatiou.com [...]

  152. 王士奇 says:

    在WP中显示Flickr相册幻灯片…

           Flickr 不仅仅拥有相册的服务,还提供了博客服务。但是对于拥有独立博客,并且习惯于使用Wordpress 的朋友,一定希望有一种方法,能够在自己的独立博客中,不仅仅显示的是单张照片,而是希望以幻灯片的形式展示自己的相册。这篇文章,就是告诉大家,如何在博客或者网页中显示Flickr 相册。 如何显示Flickr 相册 在此之前,为了实现这一效果,我尝试过许多的关于Flickr 的WP插件,但结果多不太让我满意。并不……

  153. [...] HOW TO Quickie: Embedded Flickr Slideshows (tags: howto flickr blog embed iframe) [...]

  154. [...] up, Paul Stamatiou presents two ways of getting your flickr pics embedded in your site using iFrame or object tags – again, similar to the above, they won’t work [...]

Leave a Comment

*

Leaving so soon?

Don't forget to check out the Reviews and How-Tos, or read a random post.