Placing a Flickr Slideshow


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!--
  2. Primary Url:
  3. http://www.flickr.com/slideShow/index.gne?
  4. ==========
  5. Obligatory Parameters (find out your user_id or group_id at http://idgettr.com/):
  6. user_id
  7. ==========
  8. Optional Parameters:
  9. contacts
  10. favorites
  11. firstId
  12. firstIndex
  13. frifam
  14. group_id
  15. nsid
  16. set_id
  17. single
  18. tag_mode
  19. tags
  20. text
  21. ==========
  22. Example (join the optional parameters by an escaped ampersand (&amp;):
  23. http://www.flickr.com/slideShow/index.gne?user_id=12345678@N00&amp;tags=foo
  24. -->
  25. <object type="text/html"
  26. data="http://www.flickr.com/slideShow/index.gne?user_id=12345678@N00"
  27. width="500"
  28. height="500">

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.