We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

rolandog on 10/23/06


Tagged

flickr compliant standards slideshow


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

rolandog
Sahoglu


Placing a Flickr Slideshow


Published in: 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 

You need to login to post a comment.