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 sample above is an in-page usage demo of Lightbox gallery that uses images from Flickr. The slideshow created with Flickr Gallery wizard is placed inside the page layout. You can also check the full-page demo slideshow. This example takes whole browser area to show the Lightbox gallery that uses images from Flickr.Build Photo Gallery Using Flickr

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.

Trying To Get Noticed On Flickr Flickr Group Blogger Widget

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 bar as well as a feature to put your own logo to images. After you finish 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 method: PayPal, check, bank transfer, credit card 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.

Flickr Sets On My Web Jquery

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.Blogger Widget Flickr Slideshow

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.

    * First of all, your product is fantasitc. I looked at the others and your code generator app was insanely easy to use.

    * I tried Flickr Gallery and for me its a very cool and usefull application. Its so easy to manage my galleries and it looks very nice.Flickr Image Gallery In Php

    * First of all, I love you Flickr Gallery. I think it's beautiful! I purchased the lightbox “business edition” yesterday, and I’m very happy how easy it is to use. Found this to be one of the fastest ways to get a gallery on the web. Thanks.

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

What are Widgets? ~ The Blog Doctor The Blog Doctor, blogger Hacks, Blog design, Blog Template, SEO, Adsense, Blogging Tips and Tricks, Making money through blogs, PPC

The BlogoGalaxy of Famous Bloggers on Flickr I have spend a few hours uploading our Famous Bloggers Club members photos to Flickr to share it with all of you

Flickr: benzyrnill, set to fly 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

family showered in weekend at home. - emagarten, dream that flies flickr group album: http://www.flickr.com/groups/emagarten/ meebo chatroom: http://widget. Picasa Flickr Vimeo Youtube Tumblr Livejournal Blogger metaweblog. Follow this site "

Top 5 OS X Dashboard Widgets for Bloggers – Simple Help Top 5 OS X Dashboard Widgets for Bloggers. As a part of the ProBlogger Top 5 Group Writing Project, here are my 5 favorite for uploading to Flickr. But I had to pick just 5, cause of the group writing project rules Maybe I'll do a "my other 5 favorite blogging widgets" post as a follow

Bloggers Blog -- Widgets and Blog Add-ons BloggersBlog.com: Widgets and Blog Add-ons. Coverage of widgets and add-ons for blogs. Sites like Flickr, MyBlogLog, YouTube and Technorati all offer widgets that bloggers can place on their blogs

How do I use Slideshow with Flickr? - Blogger Help How do I use Slideshow with Flickr? How do I use the Blogger slideshow gadget for a flickr *group*? 3 replies. How do i post a slideshow from Flickr. I've read all the questions and answers but I don't know how to build the url. 2 replies. How do I add text comment to an Image in a post?

Flickr Slideshow - create flickr photo slideshows for your It is one handy tool, just enter the address of your flickr user page or photo set or group URL address, you will get the HTML embed code at once, Flickr Slideshow can work fine with Blogger, Forums, WordPress, MySpace, Facebook, Live Journal and more, it can find your Flickr user or group id

Flickr | FuelMyWebsite - The Exclusive Blog Network that With this weekly post I take a look at your latest uploads on the Fuelmyblog Flickr Group and select pictures by themes, "ambiance" or colors. I figured it would be relevant to us bloggers as I am sure most of us are logged into

Flickr Blogger Widget : Flickr Gallery Flickr Blogger Widget. Build superior photoalbums for your Website with Flickr Gallery!. Flickr Women In Rubber Macs

Create an SBI e-Learning widget You should note that I use my own RR URLs in the Flickr welcome page as you enter the group area and on my own website screen grab - like everybody else. The links within the widget itself also link to my own RR URLs. Flickr group, I will allow somebody else to become administrator so that the group

New Slideshow Widget for Bloggers. ~ Tips for Bloggers In the layout editor on Blogger I used the name of the slideshow in You can also try the Flickr slideshow widget instead of the Blogger one for the Group album

warranzh, China under fire baptism | Facebook flickr group album: http://www.flickr.com/groups/warranzh/ facebook page: http://www.facebook.com/pages/warranzh-China-under-fire-baptism/11425353259. facebook group: http://www.facebook.com/group.php?gid=12322358050. meebo chatroom: http://widget.meebo.com/mcr.swf?id=fpbDKnhGXZ

Upload photos in blogger for LiveWriter via Flickr Upload photos in blogger for LiveWriter via Flickr. Saturday, July 28, 2007 | Blogger ftp upload, Flickr Tools, Picture folder Uploading Tools, tricks | 1 comments " Bookmark this post:blogger widgets Social Bookmarking Blogger Widget

50 Cool Widgets For Blogger and WordPress | eBlog Templates Most of them work with both WordPress and Blogger so it doesn't matter which blogging platform you use. for ways how to add a php codes as blogger widget,l want to add this codes to my blogger template and fetch rss news feeds from google, is it

Headlines and Deadlines: Flickr group widget Flickr group widget. Can't think why I haven't done a widget of the Daily Post's Flickr group before but I had two minutes spare and so I made one up quickly. And it did, literally, take two minutes. It's one of the easiest ways of sharing content and it also brightens up my iGoogle

Top 100 Tools For Flickr Addicts - Top 100 Directory Flickr is back in the news this week with reports that it will add video. But we're still loving the photo-sharing element: here's 100+ ways to get even more

Blogger's Toolkit Firstly, join our group found here: flickr.com/groups/SeafarerDay. Upload any photos flickr: embed our slideshow. Website owners and bloggers. can embed our

Blogger Buster: A Simple Flickr Photostream Widget for Blogger To add this widget to your Blogger blog, you will need to have your Flickr user or group ID which may look something like this: 8191003@N02. The simplest way you get your Flickr ID is to use idGettr (opens in a new window), where you paste the

Slideshow for your Blogger blog | Widgets Lab but in the meantime, just check it out. Blogger Buzz: show off your photos with the new slideshow. Technorati Tags: Blogger Slideshow,Slideshow Page Element,Blogger Photo slideshow,slideshow widget. Related posts: Slideoo: Easy to use Horizontal Flickr Slideshow for your blog

Flickr Photos Plugin For Wordpress Hi, This plugin is used to show Flickr pictures on Blog. It is also used to show any Flickr group or public photos too. FEATURES: # Displays Flickr photos based on your settings

MyInkBlog Flickr Group Showcase | MyInkBlog I wanted to use this post to thank everyone who has joined MyInkBlog Flickr Group. Every time i visit you blog i look at your flickr pool widget on the right to see what goodies there are, from these id say "

Add Flickr Group Pictures To Blogger | Flickr Slideshow Add Flickr Group Pictures To Blogger. Don't allow your website visitors to get lost! Try jQuery Thickbox Alternative! create a flickr lightbox To flickr add this widget to amanda kennedy your Blogger blog, you will need to have your Flickr user or amanda group ID which may look something

Graphic Identity: Blogger Blogspot Hacks Must Know Graphic Design Articles & Free Design Box FLICKR GROUP. HIRE US. ADVERTISE. TUTORIAL. GALLERY. HOME. Blogger Blogspot Hacks Must Know. posted by Graphic Identity | Sunday, May 4, 2008. Some say that Blogspot Blogs are suck well they can say whatever they want :D

Flickr Slideshows : Free SlideShow Software Free Slideshow Creator! Flickr Slideshows. You just upload files generated by the online photo album software to your server and an online photo album will run immediately!. Album On Web Page

design Flickr Group. How To Be a Better Blogger – 5 Great Sites about Blogging & Design. On August 24, 2010, In Noteworthy Links, Top Tuesdays, By The A-Team. This sounds like a strange post for a photography blog, doesn't it? Well, if you're a photographer,

blarter: grab a widget join the blarter flickr group. Loading Posts. Atom. Posts. All Comments. Atom. All Comments. follow by email on image to grab a widget. Blarter created and moderated by Molly Dunham. Simple template. Powered by Blogger

Flickr widget - Roy Tanck's weblog A couple of people have emailed me, complaining that my Flickr widget does not work on wordpress.com blogs. Someone in my Facebook group shared this website with us so I came to take