Linux 软件免费装

Plugin Name

开发者 dotcomdotbd
更新时间 2013年2月8日 15:24
PHP版本: 3.0 及以上
WordPress版本: 3.5.1

标签

Image Gallery Flicker Jquery Cycle Gallery PrettyPhoto Gallery Flicker Photo Gallery

下载

详情介绍:

WP Flicker is a very easy to manage plugin to display nice Photo Gallery with flicker Images. You do not need any API key. Just use your Flicker User ID. WP Flicker will grab images from flicker feed. So you do not need to upload images on your server. You will a get shortcode with a lot of options and also a custom widget for single image gallery. PrettyPhoto jQuery plugin is used for image popup. Sample Usage: [flickergallery images='NUMBER_OF_IMAGE' flickerid="YOUR_FLICKER_USERID"] Parameters: 'images' : Number of image to display eg. 20 'flickerid' : Your flicker ID, eg. 37304598@N02 'theme' : theme for image popup available form prettyphoto jQuery Plugin. You can use light_rounded, dark_rounded, dark_square, light_square, facebook 'slideshow' : time of slideshow after popup, In milesecond eg. 6000, 'imagesize' : Image size to display. 'small' and 'medium' available Simple Example: [flickergallery images='12' flickerid="83639076@N06"] Advance Usage: [flickergallery images='8' flickerid="7511731@N06" imagesize="medium" theme="facebook"] Visit Demo: Demo Page Special Thanks to: Joel Sutherland

安装:

  1. Upload the plugin to the `/wp-content/plugins/` directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Use [flickergallery images='NUMBER_OF_IMAGE' flickerid="YOUR_FLICKER_USERID"] shortcode on you post/page/widget
  4. You will find a custom widget too

常见问题:

How do I get my Flicker User ID?

Here is a very simple way to find it. Please check it: http://idgettr.com/

Can I use this shortcode into Widget?

Yes. WP FLicker's shortcode will support post/page/widget. You can also use do_shortcode PHP function to use this shortcode inside the template.

更新日志:

0.1 First Version of WP Flicker