Linux 软件免费装
Banner图

Plugin Name

开发者 global_1981
更新时间 2012年11月14日 09:01
捐献地址: 去捐款
PHP版本: 3.3.1 及以上
WordPress版本: 3.3.1
版权: GPLv2 or later
版权网址: 版权信息

标签

photo gallery images flickr yahoo api flickree

下载

0.2 0.3

详情介绍:

Dynamically pull in photos from flickr based on the photoset, group or gallery, a search or a single photo id. Wordpress editor button provided for simple queries or 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 convenance 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!

安装:

This section describes how to install the plugin and get it working. e.g.
  1. Upload flickree to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Use the flickree editor button or manually add a shortcode to your pages [flickree type="search" tags="starfish"]

常见问题:

Why another flickr plugin?

Most flickr plugins are only good for specific use cases. This plugin provides a more sophisticated approach: it can be as simple or as complex as you like. Flickree steers away from elaborate markup, dependencies and full-featured galleries. Instead Flickree empowers you to easily integrate flickr with your gallery of choice - orbit, fancybox, lightbox etc. Having said that, Flickree is pretty gentle on newcomers, providing a thickbox template out of the box. Flickree also comes with three other templates: default (minimal layout), attributed (for creative commons attribution) and caption (Wordpress caption markup).

My thickbox template isn't working

As thickbox keeps the markup separate from any dependent style and script, we just need to paste the following code into your functions.php file: add_action('wp_enqueue_scripts', 'my_enqueue_scripts'); function my_enqueue_scripts(){ wp_enqueue_style('thickbox'); //include thickbox .css wp_enqueue_script('jquery'); //include jQuery wp_enqueue_script('thickbox'); //include Thickbox jQuery plugin }

更新日志:

0.1 0.2