Overview

It's no secret that adding photos to your blog posts is one of the most effective ways to enhance your blog and attract attention to your writing. Flickr has millions of photos available in its database. A simple FREE tool called Flickr Gallery allows you to create a custom image gallery with a cool slide show of the most recent and most interesting photos from Flickr on your website or blog in a few easy steps. Just visit Flickr website and find photostream, photoset or a single photo you like. Enter the address of flickr page to add all photos from this page in your gallery, select the style of thumbnails and the overlay window and add the HTML embed code on your website or blog.
A few clicks and you'll see a stylish photo gallery with beautifull lightbox and zoom effects on your own website or blog!

Flickr Gallery for Windows   Flickr Gallery for MAC

Want more?

Example

Lightbox gallery sample

The following image set is generated by Flickr Gallery tool. Click any picture to run Lightbox gallery.

The example above is an in-page usage demo of Lightbox tool with Flickr images. The website gallery created with Flickr Gallery tool is placed inside the website page. You can also check the full-page demo web gallery. This example takes whole browser area to show the gallery.Flickr Clone

How to Use

Step 1. Adding flickr images to your own gallery.


Locate the photo, photoset or photostream you want to use in your Flickr slideshow. Click on it to see the photo on its own page.

Copy URL of the flickr page.

Select Add images from Flickr... from the 'Add' button on the Toolbar.

Add images from Flickr

In the appeared window paste URL of the flickr page. Specify also the number of photos you want to add from the flickr page. Flickr Gallery will now include these photos in your project.

Add images from Flickr

If you have included the photos that you do not wish to be in your web gallery, you can easily remove them. Select all images that you wish to remove from photo gallery, and select Delete images. from the Images menu. You can pick and choose pictures by holding the CTRL while clicking the pictures you like.

Step 2. Adding caption.

The name of the photo on flickr page will automatically appear in the caption. When you select a photo you'll see the various info about it, such as: Path, Size, date of last change and Caption. You can add any comment or text about the photo (up to 512 symbols).

Step 3. Gallery properties.

Change the name of your flickr album, the size and quality of your pictures with Flickr Gallery. From the Gallery menu, select Properties or use "Edit Gallery Properties" button on the toolbar.

On the first tab of the Gallery Properties window you can change the name of your photo album and enable/disable the following properties: Slide Show, Auto play Slide Show, Zoom effect, Overlay Shadow. You can also set the Overlay shadow color and select the Engine you want to use (jQuery or Prototype + script.aculo.us).

On the second tab of the Gallery Properties window you can select the thumbnail you want to use, set the Thumbnails Resolution, Thumbnails Quality, Thumbnails Titles. Select Thumbnails Format (save in PNG or JPG format). Specify the Number of columns in you photo album and the Page color.

On the third tab of the Gallery Properties window you can select the template, Image resolution and Image quality of your pictures and change the Watermark.

You can set up the various sizes for exported images.

Control the quality of output PNG or JPEG format image by defining output "Image quality" and "Thumbnail quality" parameters (0%…100%).

Step 4. Save your photo gallery as project file.

When you exit Flickr Gallery application, you'll be asked if you want to save your project. The project consists of the pictures you choose to put on your web photo gallery and all your settings. It's a good idea to save the project, because that will allow you to change the project in case you decide to do something different with future galleries. So click Yes, then enter a name for your project. To select the location of your project, just click the Browse folders button and choose a different location. Then click Save.

Windows Photo Gallery Flickr Plugin Flickr Add On

Download Flickr Gallery


Download Flickr Gallery Download Free Edition
for Windows
Download Flickr Gallery Download Free Edition
for MAC

Flickr Gallery is free for non-commercial use.

A small fee is required for business use. Flickr Gallery Business Edition additionally provides an option to remove the Flickr Gallery. Com credit string as well as a feature to put your own logo to images. After you finish the payment via the secure order form, you will receive a license key instantly by email that turns the Flickr Gallery Free Edition into a Business one. You can select the most appropriate payment mode: bank transfer, credit card, PayPal, check etc. Also you can get Business Edition for free if you help with translating Flickr Gallery into your native language, please contact us at for more info.

Embedding A Photo Flickr Part 3

Buy Flickr GalleryBuy Business Edition
for Windows

$49
Single Website
$69
Unlimited Websites
Buy Flickr GalleryBuy Business Edition
for MAC

$49
Single Website
$69
Unlimited Websites

Support

For feature requests, troubleshooting, general help contact Customer Support at . Make sure to include details on your operating system, browser, a link (or relevant code) and Flickr Gallery version.Howto Find Your Flickr Gallery Name

Feedback

    * I have just bought this product and think it is great. As it is extremely easy to use it is something I could get my clients to purchase to upload their own portfolio and latest projects etc.

    * I am thrilled with what this tool can do for me thanks for all the hard work that must have gone into it.

    * I would like to say that Flickr Gallery is a stunning lil program! Its almost too good to be true i'd say! I've been looking for tutorials to create a lightbox gallery, but just couldnt come right. Im so glad i found Flickr Gallery!Jquery Flickr Browse More

    * This looks like EXACTLY what I need for my site. It would make my job much faster! Love your program. Thank you!!

FAQ

Q:Instead of making one page with 40 photos, is there no property to make 2 or more pages?

A:You can do it in the following way:

1. Create your gallery in Flickr Gallery and publish it on a local drive in any test folder.
2. Make two copies of the generated index.html file (for example index1.html and index2.html).
3. Open index.html, index1.html and index2.html files in any text editor.
4. Find code for the gallery inside the BODY tag and cut some part of the images, so you'll have different images on each page.

<!-- Start Flickr Gallery.com BODY section -->
<div class="gallery">
<!-- leave the following code on index.html page -->
<a href="./data/images/1.jpg" rel="lightbox[sample]" title="Best Toy Ever"><img src="./data/thumbnails/1.png" /></a>
<a href="./data/images/8.jpg" rel="lightbox[sample]" title="PrueaMacro"><img src="./data/thumbnails/8.png" /></a>

<!-- leave the following code on index1.html page -->
<a href="./data/images/3.jpg" rel="lightbox[sample]" title="Macro Leaf."><img src="./data/thumbnails/3.png" /></a>
<a href="./data/images/11.jpg" rel="lightbox[sample]" title="Bell Pepper"><img src="./data/thumbnails/11.png" /></a>

<!-- leave the following code on index2.html page -->
<a href="./data/images/5_0.jpg" rel="lightbox[sample]" title="5"><img src="./data/thumbnails/5_0.png" /></a>
<a href="./data/images/6_0.jpg" rel="lightbox[sample]" title="6"><img src="./data/thumbnails/6_0.png" /></a>

<!--[if lte IE 6]><script src="engine/js/pngfix_vlb.js" type="text/javascript"></script><![endif]-->
<a id="vlightbox" href="http://Flickr Gallery.com/">Online Photo Album Sharing by Flickr Gallery.com</a>
</div>
<!-- End Flickr Gallery.com BODY section -->

5. Create links to switch between your pages, for example:
<a href="index.html">1</a>  <a href="index1.html">2</a>  <a href="index2.html">3</a> 


Q:I want to change color of the overlay shadow? How can I do this?

A:Open engine\css\Flickr Gallery.css and find the following code:

#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #FFF;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

set the background-color parameter :

#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #FF00FF;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}



RELATED

Addon Converter X for Flight Simulator X Image by Michael Heilemann via Flickr Addon Converter X is a plugin for FSX that makes many add-on aircraft and sceneries developed for FS2004 compatible with FSX SP2 and FSX Acceleration Pack. Many existing aircraft and sceneries suffer display

GMiF 4.1.1 free download. GMiF is an third party add-on of You can save geotags, add description or comment with only one click. Furthermore, GMiF is a geotagged photo viewer. You can browse all your geotagged photos and show nearby photos geotagged by others. This is an easy way to see your geotagged photos on Gmap without leaving flickr

Better Flickr : Firefox add-on of the day In the spirit of the amazing Better Gmail Firefox extension released by Gina Trapani comes the latest Lifehacker code: Better Flickr. Gina is a self-p

Flickrfox - the best way to explore flickr You can also add a button to Firefox to toggle it on and off. To do that, just right click on one of the icons in the toolbar and choose Customize. Then from the panel that opens, you can find the Flickrfox button and drag it out to your toolbar. "Why does this site appear in my Flickr stats?

Momail Flickr Mobile email provider Momail has launched Flickr integration to its popular mobile email service that enhances photo sharing and searching using the mobile phone

Flickr AllSizes for Greasemonkey Quickly access all sizes for a Flickr photo. Copy the photo's HTML (or BB Code), download the image sizes, and more. The script has customisable settings and auto-updates itself

Flickr | Devot:ee | Devoted to ExpressionEngine The Flickr plugin for ExpressionEngine ties together Flickr and your EE Powered website. 3 Reviews. Register or Login to add this to your favorites! Who has Favorited this add-on?

Add-on | Flickr - Photo Sharing!

illumineX :: software and games for Mac, iPhone and iPod Touch illumineX, inc. is a maker of quality software for the Macintosh and iPhone, including ecto, the popular blogging client, Yoink! Add-ons settings. I recommended logging into your Flickr account via the browser first before authorizing the Flickr Helper add-on. Other than that, using Flickr Helper

Pixelpost " Extend " Addons " Flickr comments Fully use tag on all update methods. No need to create a set on Flickr any more. You can manually update one specified photo. I could only use the manual update and had to disable the addon after each update in order for my website to work

Browser add-on makes Flickr's galleries faster - Digital Browser add-on Flickr Gallery Plus adds extended functionality to Flickr's set view, allowing users to click through to see full versions of each shot without having to reload the page

Momail and Flickr enhance photo sharing on the go Momail and Flickr enhance photo sharing on the go. Wednesday 17 In time for the Christmas holidays, we are happy to present this very useful and fun to use add-on to the Momail service

How To Download Flickr Full Size Original Photo and Image How to download full-size Flickr photos? Try jzlab's Flickr Original 1.0.1 for Firefox. Install the addon, then restart Firefox, mouse over the image and right click in Flickr as shown in the image below and select – Download Original Flickr

Momail and Flickr enhance photo sharing on the go (Press release) The Latest on Digital Cameras, New Cameras, Scanners, Software, & More. "In time for the Christmas holidays, we are happy to present this very useful and fun to use add-on to the Momail service. Now all Momail and Flickr users can update and search their photo communities on the go

2 Great Ways To Automate Set Management In Flickr Flickr has a great ability to create Sets of images, and then group the sets as Collections. I've talked about Flickr sets before, in terms of how to best They contain whatever images you add to them, but there's no capability within flickr to automatically add images on the basis of any sort of

Fittr Flickr - Chrome Web Store Extension for enhancing the awesome photo sharing site, Flickr. v1.6: - Updated to work with new Flickr photo page. - Added options page that allows

Flickr Finds: Ikea Add-On Entertainment Center | Apartment Flickr Finds: Ikea Add-On Entertainment Center. We're not all carpenters. And often, we don't have the budget for a custom-designed piece. In walks Ikea, and their building blocks of DIY inspiration. If they don't make it, then you must build it

Comments on: Browser add-on makes Flickr's galleries faster Like CNET on Facebook for the latest in tech news and reviews. Comments on: Browser add-on makes Flickr's galleries faster. Make Flickr's gallery view better with this simple extension for Firefox that lets you flip through photos quickly by pre-fetching them in the background. Add a Comment

Flickr Sidebar Firefox:2.0–3.0a1 add-on. Download 0.2 Flickr This Flickr sidebar is used for viewing and searching photo lists. You can access it by the command key Ctrl+Shift+F, the toolbar button, or clicking on the menu option View|Sidebars|Flickr Sidebar. Once you have authorized the extension to

Addon Flickr : Flickr Gallery Addon Flickr. Improve your online photo gallery with Flickr Gallery!. Sync Flickr And Wordpress Gallery

[Flickr addon] Random images - easy! - Vanilla Forums [Flickr addon] Random images - easy! Vote Up 0Vote Down NorthwestVeloSite February 7 This discussion is related to the Flickr addon. This is a cool little plugin. If you want

Flickr Add-Ons | LoveToKnow What Is an Add-On? An add-on is any type of tool that can help you use Flickr without going to the website, making it easier and often more convenient to use the service. Users who rely on the available add-ons find that the tools make them more likely to use Flickr

View Flickr photos in full size Anyone familiar with Flickr would know that the size of any uploaded image differs from the original image,in the photo view page . And if you want to view full

Access Flickr! :: Add-ons for Firefox Add-on Information for Access Flickr! Updated. March 11, 2009. Website I tried installing the script but add-on but it was not compatible with the latest Firefox version