Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 581 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 581 Bytes

FlickrPhotosList

FlickrPhotosList is plugin for Movabletype. This plugin get photos from flickr, and outputs ul or ol element.

Installation

Simply drop the directory plugins/FlickrPhotosList contained in this archive into your $MT_HOME/plugins directory.

Use

You set this plugin settings and enter template tag on template.

<$MTFlickrPL$> or <$mt:flickrpl$>

Use modifiers

You can use modifiers. Modifieres that you can use are user_id, per_page, extras, and list_style.

<$mt:flickrpl list_style="ul" extras="url_t" per_page="20" user_id=".......@N.."$>