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

frakim on 01/13/08


Tagged

plugin wordpress Lightbox


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

jonhenshaw


Lightbox 2 Wordpress Plugin insert code


Published in: HTML 


URL: http://www.4mj.it/lightbox-js-v20-wordpress/

Code à insérer dans éditeur de post Wordpress pour obtenir un lightbox avec ou sans album.


  1. Single example:
  2. <a href="img1.jpg" rel="lightbox" title="my caption">thumbnail1</a>
  3. Image set example:
  4. <a href="img1.jpg" rel="lightbox[roadtrip]">thumbnail1</a>
  5. <a href="img2.jpg" rel="lightbox[roadtrip]">thumbnail2</a>
  6. <a href="img3.jpg" rel="lightbox[roadtrip]">thumbnail3</a>

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: jonhenshaw on February 14, 2008

French to English (Google Translate)

"Code to be inserted in WordPress post to obtain a lightbox with or without an album."

You need to login to post a comment.