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

Flickr Slideshow Stlyed Dhtml Inserting Flickr Galleries In Iweb

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 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 procedure: credit card, PayPal, bank transfer, 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.

Embed Flickr Users Pictures Javascript

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

Feedback

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

    * Another programmes have incredible functionality but no fantastic interface like your product!

    * I just tried the application, It is wonderful idea. Like you said in the website "few clicks without writing a single line of code" because most of the people is not web designers".Wordpress Add Image Post From Flickr

    * I'd like to express my gratitude to your efforts on creating such a nice piece of program and best of all it's free! Keep out the good work and I hope to see new features in the near coming future to rate you 5 star!

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

Iweb Embed Simpleviewer Pro gallery in iWeb. Hi! I am want to get your Simpleviewer pro app but I need to know if it will embed in iWeb. I am not a gallery with my photography website. Now i'm using iWeb 08 and am having all sorts of problems, resloved half of them and now every time i insert the

Jquery Iweb : jQuery Java Jquery Iweb. Make your website navigation clean and accessible with jQuery JavaScript Menus!. jQuery Create A Drop Down Menu 1x.com is an online gallery with the best photos in the world

Using Photoshop Galleries With Iweb - Flash Photo Gallery Using Photoshop Galleries With Iweb. Flash Photo Gallery. The most powerful 3D Flash Slideshow software on the Web.. Rotate Zoom And Pan Flash Video Build professional web photo gallery templates in minutes with Flickr Gallery!

Jim Heid's Mac iLife 06 Site: iTunes, iPod, iPhoto, iMovie A companion site for 'The Macintosh iLife' book and DVD series, featuring resources and tips for iTunes, iPod, iPhoto, iMovie, iDVD, iWeb, .Mac, and GarageBand. to yesterday's post with a question: is there a way to get rid of the reflection effect that appears beneath a photo in iWeb slide shows?

Flickr Lightbox Gallery Visual LightBox Flickr Lightbox Gallery Visual LightBox. VisualLightBox. The most powerful photo gallery maker on the Web! a photo gallery from fashion photos that you upload and then photos insert in how to a batch instead of one by plugins/lightbox-2

Iweb photo album " Wonder How To Iweb photo album | Watch how to videos & articles tagged "iweb photo album" on Wonder How To, like Add a photo album in iWeb '09, Creating a photo album page in iWeb, and Create photo album pages instantly in iWeb

Flickr Carousel Photoslider Flickr Carousel Photoslider. Photo Slide Show creates Vista-style Ajax Photo Gallery with minimum effort!. free photo album templates

iWeb Enhancer 1.0 Awesome: Chad Brantly has created a small add-on app for iWeb that can insert all sorts of blogging goodness into your sites such as Flickr pics, AdSense, YouTube videos, blogrolls and more. They really should make a plug-in that fixes the horrible, nasty HTML/CSS code that iWeb produces!

8 Easy Ways to Publish Online without iWeb or MobileMe | Mac|Life The default designs aren't as attractive or as varied as those in iWeb, but they are clean and navigable. 7. Flickr. We like iWeb's photo galleries, as well as those you can publish from iPhoto to

Java Jquery Plugin Iweb - Javascript Window Gallery Java Jquery Plugin Iweb. Light Box Alternative is a photo album maker, that allows you to create and publish splendid web photo galleries for your website!. online upload photo scrollers Inserting playlist feature into existing flowplayer in iweb iPad plugin not working on iPhone 7 hours ago by "

Iweb Flash Gallery : Free Flash SlideShow Maker Flash SlideShow w/o Flash! Iweb Flash Gallery. Make professional online photo album software in minutes with Flickr Slideshow!. resize background image flash mx

A Critical Look At What You Can And Can't Do In iWeb. | Mac iWeb '08 builds web sites for Mac users who don't want to build web sites. Building a web page in iWeb is even simpler than any of the above. Click, drag, drop. Insert text, move text, insert photos, move photos, insert graphics, move graphics. Apple made iWeb more of a page layout

Flickr: Discussing Tagging photos to indicate flickr users 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

Youtube Iweb Drop Down Menu | Drop Down Menu Youtube Iweb Drop Down Menu. Create Fancy CSS3 Dropdown Menu Navigation in Minutes! No JavaScript, No Images, No Flash : CSS Only! How To Insert Dropdown Menu In Sharepoint

Flash-Gallery.com - Flash Gallery Documentation, FAQ Flash-Gallery.com - Flash Gallery Documentation, FAQ Potential issues with IIS " How to insert the gallery in iWeb " How to insert the gallery in any CMS " How to insert the gallery in Joomla " How to insert the gallery in WordPress " How to upgrade the galleries in Gallery Builder to full version "

Iweb Youtube Autoplay. Embed YouTube Video! Iweb Youtube Autoplay EmbedYouTubeVideo. Create an effective online video galleries with Embed YouTube Video ! If you have included the videos that you do not wish to be in the website gallery,you can easily remove them

Insert Flickr Photostream Into Iweb : Flickr Gallery Insert Flickr Photostream Into Iweb. Flickr Slide Show is a versatile, ready-made solution that allows professional and amateur web developers to create superior digital photo albums for their websites and web applications.. Flickr Embed With

DnnModules.cn_Professional dotnetnuke modules__Module develop It will create files in a IWeb directory in the App_Code folder: module on a page in your DotNetNuke site, you will see the IWeb main screen that provides

Best Iweb Menu Maker Template Embed Flickr Slideshow Iweb : Flickr Gallery Best value for money I've seen in quite a while Flash SlideShow Maker - photo gallery script. Embed Flickr Slideshow Iweb : Flickr Gallery Best value for money I've seen in quite a while Flash SlideShow Maker - photo gallery script

Flash Scroll Slideshow Xml - Flash Slideshow Builder Flash Scroll Slideshow Xml. With Flash Slideshow Builder flash image gallery software you'll be able to divide your images into any number of pieces and rotate them the way you like!. Free Fla Flash Gallery

Html Slideshow Iweb : Free SlideShow Software Free Slideshow Creator! Html Slideshow Iweb. Improve your online photo gallery with Flash SlideShow Maker!. Slide Show Software Embed Flickr Slideshow Iweb : Flickr Gallery Embed Flickr Slideshow Iweb. Make professional online photo album software in minutes with Flickr Slideshow!. Up Flickr Com

Add Flickr Slideshow To Tumblr | Flickr Slideshow Add Flickr Slideshow To Tumblr. jQuery Thickbox Alternative is the first software that creates AJAX-powered online image galleries without the need for server-side setup! embed flickr album iweb