
內容簡介
Fickree 提供了一個簡單的 Flickr 查詢編輯器按鈕,但如果您需要更複雜的需求,請隨意手動添加短代碼屬性(所有 Flickr API 方法特定的參數都可用)。
使用基於 Mustache 的模板控制您自己的標記(內建4個模板:attributed、caption、default和thick box)。
標準化:
a)每張照片可用的屬性,無論使用哪種方法
b)每個查詢可用的參數(包括方便的 "size" 和 "display" 參數)
模板可以包括 Flickr 返回的所有照片數據,包括:
id、owner、server、title、ispublic、description、dateupload、lastupdate、latitude、tags等等!
查詢可以包括 Flickr 方法的任何屬性作為參數(所有 extras 默認都包括),例如:
'privacy_filter'、'text'、'min_upload_date'、'sort'、'safe_search'、'place_id'、'geo_context' 等等!
外掛標籤
開發者團隊
原文外掛簡介
Fickree provides an editor button for simple flickr queries, but feel free to manually add short code attributes for more complex requirements (All flickr API method-specific arguments are available)
Control your own markup with mustache-based templating (Comes with 4 templates out of the box – attributed, caption, default and thick box).
Standardises:
a) The properties available for each photo regardless of method used
b) The arguments available for each query (including convenience arguments “size” and “display”)
Templates can include all of the data flickr returns for photos including:
id, owner, server, title, ispublic, description, dateupload, lastupdate, latitude, tags and many many more!
Queries can include any of flickr method attributes as arguments, (all extras are included by default) such as:
‘privacy_filter’, ‘text’, ‘min_upload_date’,’sort’, ‘safe_search’, ‘place_id’, ‘geo_context’ and many many more!
