Carousel for WordPress
I'm looking for a carousel (aka gallery, slider) widget to integrate into a WordPress (WP) based site.
Found lots, mostly jQuery based. Some even as WP plugins.
Requirements
- Administration: easy editing of the gallery, content management integrated into WP's admin interface, no external tools.
- Lazy loading of images: high quality photos, to be displayed one at a time, so avoid delaying showing the page till all finish loading. AJAX, maybe.
- Clean design: no thumbnails, no decorations; hide controls unless hovered over. If provides captions, slide them in only when hovering. If animated, do it intuitively. Quiet transitions.
- Quality: code is efficient, well organized, etc.
Interesting
- carouFredSel, version 5.4.1; jQuery plugin
- 30KiB minified. Looks very flexible.
- Dynamic Content Gallery (DCG), version 3.3.5; WP plugin
- Fade transitions, transparent captions slide in, fading scroll buttons inside frame, uses jQuery (or SmoothGallery with Mootools). Elaborate (convoluted?) administration interface. Also as WP widget.
- Documentation, a guide, FAQ, and a forum.
- Easing Slider, version 1.2; WP plugin; jQuery
- Requires specifying URLs of images — flexible, but very unfriendly.
- Featured Content Gallery, version 3.2.0
- Featured Post Slideshow
- Not a plugin. Article explains implementation. Fade out transition/animation. Doesn't cycle automatically?
- Front Slider
- jQuery Carousel
- JSOR
- Nextgen Gallery: flash based. Yuck.
- Simple Galleria 1.0.1
- TheThe Image Slider 1.1.6
- Wordousel: jFlow based
- Shows entire posts (excerpts?), not just thumbnails.
- WP Carousel, version 0.5.3
- WP Easy Slider
- WP Orbit Slider 1.0
- XEN Carousel, version 0.12.2; WP plugin
- Requires calling
xencarousel_output()in templates. Seems uses images explicitly assigned in posts/pages; inconvenient management. - Uses Easing (a jQuery plugin) and several others (for metabox?).
- Requires calling
Uninteresting
- Accordion Image Menu — not a carousel; otherwise very nice.
- Cf demo, version 2.0
- Accordion: sliver of each image always in view, captions.
- WP plugin, used as shortcode, rich API.
- Carousel Gallery — draws ellipse of thumbnails, 3D like carousel. Cf demo.
- Carousel Gallery (jQuery) (CGJ), released 2010-04-21
- WP plugin, gallery shortcode, jCarousel
- Works with WP's gallery shortcode, which renders a gallery out of the images attached to a page.
- Demo (updated 2010-01) and some discussion (in comments).
- Code looks horrible! Generated JavaScript with dynamic function names? WTF?
- SmoothGallery: Mootools based.
- Superb Slideshow: slides listed manually in an XML file — WTF?
- Vertical Carousel Slideshow: animated like rotating cube. XML again?
- Zen-Carousel: Dojo based.
…
Installing
- Local (LAN) site: unpack a WP plugin in
/var/www/$SITE/wp-content/plugins/. - On WebFaction: unpack in
~/webapps/$APP/wp-content/plugins/. With KDE: from Ark, or the downloaded package's context menu, simply extract it over SSH to, eg,fish://user@host/var/www/site/wp-content/plugins.
Notes
(None.)
(Appending notes disabled temporarily.)
Last modified 2012-01-10 13:49:45 +0000