
cedPhotofeed 2.6.0 for J2.5 Released

This extension for #Joomla! 2.5 allow you to inline a set of images from your favorite online gallery: Smugmug, Flickr, Picasa, Gallery2/Gallery3 and YouTube or any RSS feed in any article.
CedPhotoFeed #Joomla extension consist of
- 2 plugins,
- 1 module (NEW),
- 1 component.
News and Noteworthy
New Extension installer
Borrowed from K2 (credits goes to them) only uninstall the component to remove everything automatically and safely
Redesigned backend panel
The administrator area has been redesigned and now support direct links to Manual, Forums, Joomla extensions directory, download area and social links.
A new Joomla Module photofeed
CedPhotoFeed is also now available as a module, it support
- Module Class Suffix,
- Prepare content plugins inside the module
- and all the features of the plugins!
New Layout “Flow”
This new layout display images in the space available, use better the space than always using a fixed grid of n * m images,
New Sorting method
New sorting methods have been added to give you more control in which order the images will be displayed from RSS feed
- Random order (NEW)
- Reverse order (NEW)
- No sorting (NEW)
- EXIF meta data
Search Engine Optimizations (SEO)
From the RSS feed and for each images, the Description is now added as HTML “alt” attribute for the following renderer: Lightbox, Lightbox2, Shadowbox and Html,
Prepared for Joomla 3.0, but not ready yet
Improved administrator panel using Bootstrap UI
New Joomla installer, ready to support Joomla 3.0,
Miscellaneous
Security has been improved: missing index.html, more input data validations added,
Behind the scene
The code has been refactored (using interfaces, factories and responsibilities splitting) to meet new challenges and add new functionalities faster (yes they will be soon some new jquery layouts )
CedPhotoFeed
│ index.html │ PhotoFeedHTML.php │ ├───helpers │ helper.php │ index.html │ ├───layout │ flow.php │ grid.php │ index.html │ jquery.php │ layout.php │ layoutfactory.php │ ├───models │ cedphotofeed.php │ index.html ││ ├───plugins │ flickr.php │ g2.php │ generic.php │ index.html │ picasa.php │ plugins.php │ pluginsfactory.php │ smugmug.php │ youtube.php │ ├───rendering │ html.php │ index.html │ lightbox.php │ lightbox2.php │ renderingfactory.php │ rokbox.php │ shadowbox.php │ └───sorting exif.php index.html none.php random.php reverse.php sortingfactory.php