- // Posted on Feb 7, 2008 by
Danny
-
Comments (36)
Update: New version posted 3/14/2008 - fixed bug related to titles over 5 characters, limit is now 128 characters.
I've wanted to build a BlogEngine.NET extension to display a photo gallery since I first starting using this product. Vertigo has made my job easier with Slide.Show, a rich Silverlight application that provides an elegant and simple photo sharing user experience. It also supports direct Flickr integration that I have included as a part of this extension. All you have to do is change one configuration value in the configuration.xml and you are all set to hook into your Flickr account.
A live demo can be found at http://dannydouglass.com/page/photogallery.aspx. My website offers a popup version of this gallery (click the "photos" tab above) that I would be glad to explain in a follow-up post if there is any interest. [Requires Silverlight 1.0]
The "slideshow/configuration.xml" file contains all of the settings used to display the player skins as well. You can find more information on skinning options at the Slide.Show CodePlex Project.
BlogEngine.NET Extension Installation Steps
- Download Silverlight 1.0 at http://www.microsoft.com/silverlight/install.aspx
- Copy the file "SlideShow.cs" into your project's "App_Code/Extensions" directory
- Edit the "slideshow/configuration.xml" file and replace ##USERNAME## with your Flickr username.
- Copy the "slideshow" directory into the root of your website project
- Create a new page and enter it's name in the extension settings - this is where your photo gallery will display.
Album View
Image View
Download SlideShow.zip (38.02 kb)
[dnk:http://dannydouglass.com/post/2008/02/New-BlogEngine-Extension-SlideShow-Photo-Gallery.aspx]
$DNK$