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 gallery that uses images from Flickr. The website gallery created with Flickr Gallery application is placed inside the html page. You can also check the full-page demo gallery. This example takes whole browser area to show the web gallery.Html Use Flickr Api Gallery

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.

Save Full Res Flickr Photos Flickr Badge Generator

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 line as well as a feature to put your own logo to images. After you complete the payment via the secure 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 procedure: credit card, bank transfer, 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.

Embed Flickr Gallery With Description

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 general help, troubleshooting and feature requests contact Customer Support at . Make sure to include details on your Flickr Gallery version, browser, operating system and a link (or relevant code).Automatically Add Flickr Photos To Group

Feedback

    * Just a quick thank you for the software though, It's not often you get a free software version of this quality and style! Well done and please continue this amazing gallery. Hope to see more advances.

    * I ran into your website wile looking for a JavaScript to manage a personal Photo Gallery. I downloaded the trial version and immediately fell in love with your Flickr Gallery, it is one of the best products I’ve ever found; it is very user friendly and easy to use and creates great Photo Galleries.

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

    * 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!!

FAQ

Q:How do I embed the lightbox image gallery into an existing page?

A:To install Flickr Gallery gallery on your page you should:

1. Create your gallery in Flickr Gallery and publish it on a local drive in any test folder.
2. Open index.html file from the saved folder in any text editor.
3. Copy code for the HEAD section and paste it inside the HEAD section of you own webpage, for example:

<head>
...
<!-- Start Flickr Gallery.com HEAD section -->
<link rel="stylesheet" href="engine/css/vlightbox.css" type="text/css" />
<style>#vlightbox a#vlb{display:none}</style>
<link rel="stylesheet" href="engine/css/Flickr Gallery.css" type="text/css" media="screen" />
<script src="engine/js/jquery.js" type="text/javascript"></script>
<script src="engine/js/jquery.tools.min.js" type="text/javascript"></script>
<script src="engine/js/visuallightbox.js" type="text/javascript"></script>
<!-- End Flickr Gallery.com HEAD section -->

...
</head>


4. Copy code for the BODY section and paste it inside the Body section of you own webpage in the place where you want to have a gallery, for example:

<body>
...
<!-- Start Flickr Gallery.com BODY section -->
<div id="vlightbox">
<a rel="lightbox_vlb" href="data/images/dscn6831.jpg" title="DSCN6831"><img src="data/thumbnails/dscn6831.png"><span></span></a>
<a rel="lightbox_vlb" href="data/images/dscn6823.jpg" title="DSCN6823"><img src="data/thumbnails/dscn6823.png"><span></span></a>
<a rel="lightbox_vlb" href="data/images/dscn6819.jpg" title="DSCN6819"><img src="data/thumbnails/dscn6819.png"><span></span></a>
<a id="vlb" href="http://Flickr Gallery.com">Photo Gallery For Web by Flickr Gallery.com v2.1</a>
</div>
<!-- End Flickr Gallery.com BODY section -->

...
</body>


5. Copy 'data' folder with images and thumbnails and 'engine' folder with .css and .js files into the same folder with your own webpage.
You can find the example on our website:
http://www.Flickr Gallery.com/#example



RELATED

Flickriver Badge Creator Flickriver - view images as a 'river of photos' and more Which photos to show: Set ID / Set Flickr URL: Tag: Shuffle photos: Layout: Background color: [close] Text color: [close] more options. Generate badge! All photos copyrighted © by their respective owners

Badge Maker: Make your own ID cards Make your own ID card, press pass, name tag, unofficial Flickr badge, or any other kind of identification. Print it out, laminate it, wear it with pride! Make any kind of identification* easily in just a few seconds

Flickr Slideshow Background Color : Flickr Gallery Flickr Slideshow Background Color. Flickr Gallery is the first software that creates AJAX-powered online image galleries without the need for server-side setup.. How To Run Flickr Full Screen

YouTube video badge for your blog Intrepid hacker Harper Reed, who works for Threadless company skinnyCorp by day (and whom I had the pleasure of going to college with), has released Reed has some other useful tools and toys at flashandburn.net, including a similarly handy Flickr badge generator

trainque.com Blog " 2005 " June June 29, 2005. Flickr Badge. created using the Flickr Badge Generator. Comments (0) KFC's Spotted on a train: KFC's massive Pepsi Mega Jug, a fountain drink consisting of a half-gallon of fountain soda. That's 64 oz of

Fuddland | Archives | 2005 | 04 | 06 | Use a Flickr feed to There's no local caching of the stream, so Flickr's servers are queried every time a request is made, slowing down the rendering of the page. It's not that obvious how to create a badge for someone else's stream, as the badge-generator only creates one for the stream of the person signed in

badge ( lanyard, badges ) | Diigo All bookmarks tagged badge on Diigo Badge Maker: Create an ID badge using your digital photographs. bighugelabs.com/badge.php - Preview. tools badge flickr generator photography first saved by Ales Ales on 2006-10-23. 449People

Scriptless Flickr Badge - theducky.com Scriptless Flickr Badge. NEWS!!! 08/27/06. The shared server crashed almost a month ago while I was out of town. In response my hosting provider disabled the script because the service was receiving as many as 400,000 hits a day, If you want your own Scriptless Flickr Badge try the badge generator

Netvouz - badge bookmarks Netvouz is a social bookmark manager where you can store your favorite links online and access them from any computer. You organize your bookmarks in folders and tag Flickr badge generator, by Flickr. By ycc2106 in Public bookmarks with badge flickr generator tools by 5 users. TwitThis. By ttonca

Generator.x " Computational design A Generator.x Flickr badge to display images from the group is in the works. We're looking forward to seeing what you'll post! Update: The Flickr badge has been implemented (using the excellent phpFlickr library), and can be seen in the sidebar on the left

Mrs. Patten's Class - This is a Flickr badge showing items in a set called Summer. Flickr Badge Generator. Google Docs. Log-in. MyWebSpiration. Paint Application. Photo

notes & links Flickr - online photo sharing. Flickr badge generator (requires a Flickr account) tools & widgets. MeeboMe - chat widget. Facebook badge generator

How to Add a Flickr Badge to Your Website How to Add a Flickr Badge to Your Website. eXo Platform 3 provides many features for To integrate the standard Flickr badge, first go to the Flickr badge generator page

janten.com - linkr - a flickr badge generator Linkr - another flickr badge generator. Enter IDs here Lightbox It uses liveSearch, the flickr API, lightbox, famfamfam's silk icons and prototype

MySpace Hacks: Just what MySpace was missing, Flickr I was able to encorporate my flickr account with my myspace profile using a flickr badge. You can create your flickr badge here. You can see my flickr badge in action on my

Flickr Badge in SVG - Alleged Articles Flickr Badge in SVG. In October 2004 I added a Flickr 'badge' to my home page. Now that someone's asked me how this is done, I am going to explain in I think the Flickr badge generator produces different HTML from what it produced back in

Flickr Badge Easily create a Flickr Badge to display photos on your website. The Flickr badge generator is one tool that we like and see a lot of organizations using

Flagrantdisregard badge/banner generator for Flickr users Flagrantdisregard has a new generator that creates a banner style Flickr badge and provides code that you can paste to your Myspace profile. You have the option of choosing to show your most recent, most interesting, random, and random interesting photos

Week 2 - Implementing your Social Media Plan Adding a widget or badge to your personal website is a great way to promote your online will include instructions on generating a badge - some even include a badge generator

Web 2.0 Badges - Useful collection of stylish web 2.0 badges Web20Badges is a set of free and very cool Web 2.0 Badges. Delicious like badge. Digg. Digg like badge. Feed me. My feeds didn't feed me. Flickr. What has flickr that we haven't. Google. Google style - buy me

Gicker.com Gif widget for Flickr photos | Widgets Lab gickr.com has a simple, easy to set up widget that creates an animated GIF of your Flickr photos. Just go to gickr.com and enter in your Flickr userna

Flickr Badge

There's more than one way to badge Flickr | UNEASYsilence The recently announced badgr service aims at alleviating some of the inconveniences of the security minded net by providing a simple Flickr badge generator. The resulting code can be used to share photographs on a variety of sites including MySpace user profiles

dopiaza.org | Flickr Set Manager An eclectic mix of things, including photography, software and flickr things