Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 499 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 499 Bytes

flickrfeed

A ZenphotoCMS plugin to display latest images from Flickr.

It does use the public RSS feed and therefore only covers public content.

Installation

Place the file flickrfeed.php to your /plugins folder, enable it and set the plugin options.

Add flickrFeed::printFeed(4); to your theme where you want to display the latest images.

Note the plugin does just print an unordered list with linked thumbs and does not provide any default CSS styling.