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 photo gallery above is an in-page usage demo of Lightbox tool with Flickr images. The website gallery created with Flickr Gallery wizard is placed inside the page layout. You can also check the full-page demo lightbox gallery. This example takes whole browser area to show the web gallery.Flickr Gadget Tool

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.

Share A Flickr Gallery Flickr Web Gallery

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 complete the payment via the secure order form, you will receive a license key instantly by e-mail that turns the Flickr Gallery Free Edition into a Business one. You can select the most appropriate payment method: bank transfer, credit card, check, PayPal 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.

Download Flickr Jpg

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 browser, operating system, Flickr Gallery version and a link (or relevant code).Streaming Flickr Slideshow

Feedback

    * I have installed Flickr Gallery to trial. All good, loving it!! I want to get an business version of your great programm. I love it - soo easy to use!!

    * I find Flickr Gallery (and lightbox2) a great tool and was about to proceed in its purchase.

    * I have purchased the business and LOVE IT..Your product appears easy to use and close to what I need to help several of my clients..Joomla Flickr Secret

    * Let me start just congratulating you, good job, really. I am trying out the free version before I buy it. It works great.

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

Flickr Gallery Freeware - Flickr Gallery - Lightbox - Jquery A simple FREE tool called Flickr Gallery allows you to embed a custom image gallery, or a cool slideshow with beautiful lightbox and zoom effects of the most interesting photos from Flickr.com on your website or blog in a few easy steps

WordPress " Flickr Gallery " WordPress Plugins Add a "Collections" tab to the default gallery. Select which tabs the gallery displays. Set the lightbox to display larger than "medium" photos if the user's browser window is large enough. Easier "Web" based authentication to the Flickr API

flickr 64 bit download - freeware, shareware - X 64-bit Download flickr 64 bit download - freeware, shareware - X 64-bit Download - x64-bit download - freeware, shareware and software downloads. tags: Photo Gallery, Photo cataloguer, Web Gallery, Gallery, Catalog, Catalogue

Flickr Gallery Web Flickr Gallery Web. Improve your online photo gallery with Ajax Photo Gallery!. ajax tagged photogallery Flickr also say " pages on other web sites that display content hosted on flickr .com . pretty sure this is wrong can anyone help me out

Tribune Interactive Creates Photo Galleries Using Creative Tribune Interactive has taken user-generated content to a more proactive level this year, by seeking out photos posted on Flickr, a popular photo sharing site owned by Yahoo, and then posting them to topical galleries on Tribune Web sites, such

jQuery.flickrGallery This example demonstrates how a gallery could be loaded by clicking on a link. Call the flickrGallery() method on a set of elements to create the flickr gallery element

Freeware Downloads - Flickr Gallery Add Flickr Slideshow on 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

57+ Free Image Gallery, Slideshow And Lightbox Solutions Choose between more than 57+ free javascript, ajax, css, jquery, flash based image galleries. Find the best solution for You! Actually at first I wanted simple image gallery solution for web design project, but when I started to search I changed my mind and thought how great would be to create

Art Photo Gallery, Box Flash Gallery, 3D ImageFlow Gallery Art Photo Gallery. Box Flash Gallery. Dazzle your viewers with 3D photo navigation. Add Flickr Slideshow to your website on Mac

Flickr Flickr is almost certainly the best online photo management and sharing application in the world. Show off your favorite photos and videos to the world, securely and privately show content to your friends and family, or blog the photos and videos

Flickr Gallery Plus! - Robert's talk One of the most popular photo sharing web sites on the web is Flickr, and it does indeed have some very nice features. Their set/gallery view, however, is in my

Brainbits Flickr Gallery – Wordpress Plugin " Colin Since then, I've made my career creating fun, professional websites and web applications of all kinds. I work as a project leader, team member or sub contractor depending on your needs. I'd love to help you with your project. Brainbits Flickr Gallery – WordPress Plugin

Build a Photo Gallery Using CakePHP and Flickr " SitePoint Is the Flickr interface doing justice to your stunning snaps? It's time to consider customization! Jonathan shows us the ropes in his hands-on tutorial, as he uses CakePHP and the Flickr API to build an attractive, fully customized gallery that

Flickr.Net Gallery Web Control | Wackylabs.net Flickr.Net Gallery Web Control. Posted on September 13, 2005 by Sam. I've been working on some .Net web controls to place Flickr album-like controls on ASP.Net web pages. This is my first proper release of the code to let anyone who is interested play along

Flickr Slideshow : Flickr Gallery Don't allow your website visitors to get lost! Try Flickr Slide Show!. Linking To Pictures On Flickr Tumblr Flickr Gallery is an excellent program that is friendly to amateur web developers, but at the same time is powerful enough to meet the needs of more advanced users

Code: Flickr Developer Blog " galleries You can however use the flickr.urls.lookupGallery method to go from gallery url to gallery_id. You can fetch all of a member's galleries using flickr.galleries.getList, sorted from newest to oldest, returning a list of gallery info blobs

60+ Tools To Enhance Your Flickr Experience Being a popular online image platform, Flickr has enabled Internet users to manage and share digital photos easily as long as there's an Internet connection. FlickrBabe borned as a satellite application when exploring several web services APIs trying to understand better how they work to use that

Flickr Galleries Goes Live | The Broad Brush Flickr Galleries allows you to curate your favorite photos. You can establish and curate galleries of photos and videos, 18 to a set

Flickr Free Web Resources Everyday - WebResourcesDepot Flogr is an open source PHP application that can display photos hosted on Flickr as a customizable gallery

Flickr Gallery Free Download Related Terms for Flickr Gallery. Windows Photo Gallery, Xml Flash Image Gallery, Photo Gallery, Photo Flash Gallery, Simple Image Gallery, Picture Gallery Maker, Photo 3d Gallery 1, Xml Flash Photo Gallery Free, Web Image Gallery, Xml Flash Gallery Slide

Open Source Flickr Photo Gallery Using jQuery - Web Development flickrGallery is an open-source photo gallery for jQuery that allows you to dynamically pull images from a photoset in Flickr. The main functionaliti

TiltViewer Flickr Gallery Set your Flickr user id and optional tag names in the HTML document that contains TiltViewer. View an example Flickr gallery here. Note: Due to Flash Player security restrictions, Flickr galleries will only work when uploaded to a web server. For more details, check the FAQ, Question 2

Snapfish Provides film developing and online viewing and sharing services. Also offers personalized photo gifts and cards

Create a 3D Flickr Photo Gallery with Flex and Away3D In this tut I'll demonstrate how to build a dynamic photo gallery using the Flickr API. To add a little extra flair, we'll harness the power of Away3D and

Free Gallery Site: Flickr ThePhotoFinishes.com - Helpful information about digital photography, digital cameras, digital imaging software, photo manipulation, photo editing with links to the best digital imaging sofware sites

Flickr galleries How to create a screen grab of your SBI! website and add it to a Flickr gallery 9) When I cut and paste that HTML into this web page below, this is what you get:

Phpflickr Gallery | Flickr Slideshow Phpflickr Gallery. jQuery Thickbox Alternative is a versatile, ready-made solution that allows professional and amateur web developers to Make superior html photo gallery for their web sites and web applications. flickr slideshow embedder code

Still Not Perfect " Blog Archive " Flickr Gallery 0.7 Extract flickr-gallery.php from the archive you download into your wp-content/plugins directory web server. Make a copy of your index.php and call it gallery.php (or whatever you want)