Web Gallery engines Print E-mail
(4 votes)

What's that?

By "engines" we mean the gallery display effects (or possibilities). The most of engines are based on various lightbox clones (except the "external_link") or simple pupup window.

There are the following engines available in Web Gallery plugin:


external_link

External link enable you to redirect your visitors to some URL web address after they click on image thumbnail.

How to specify the URL?

You have two options:
  1. Insert image to the article first.
  2. Add "href" attribute with URL address to IMG tag.
    That means something like <img src="google.jpg" href="http://www.google.com" />

OR

  1. Insert image to the article first (or use "directory" integration).
  2. Navigate to the directory where the original image is stored.
  3. Create a file with same name as image name has but with .url extension.
    For example, your image is called "google.jpg", so we created a "google.url" file.
  4. Now open your .url file (to editation) and insert the URL address to redirect - for example "http://www.google.com".
  5. Don't forget to save .url file.