Linux 软件免费装
Banner图

Plugin Name

开发者 shrimp2t
更新时间 2016年5月28日 19:13
捐献地址: 去捐款
PHP版本: 4.5 及以上
WordPress版本: 4.5
版权: GPLv2 or later
版权网址: 版权信息

标签

photo photos image gallery image gallery responsive photo gallery photo album images facebook flickr galleries album responsive image gallery albums photo albums responsive gallery photogallery

下载

详情介绍:

See demo: http://shrimp2t.com/gallery-one/ https://www.youtube.com/watch?v=MpicnbcGsUo Features Load Facebook Album Just paste your album url, example: ` https://www.facebook.com/BillGates/photos/?tab=album&album_id=10153110017351961 ` Note: Your album status must be public to load. Load Flickr Album Just paste your album url, example: ` https://www.flickr.com/photos/gianstefanofontana/albums/72157649693279051 ` Note: Your album status must be public to load. Adding your own view in your theme Example file view.php: ` settings ); /* You config data in file config.php var_dump( $this->media->get_data() ); // Gallery items data ?> Example fileconfig.php`: `$config = array( 'name' => ( 'Justified', 'gallery-one' ), // view name 'js' => 'js/js.js', 'css' => 'css/css.css', 'view_settings' => array( array( 'id' => 'margins', 'default' => '10', 'label' => ( 'Margins', 'gallery-one' ), 'type' => 'text' ), array( 'id' => 'lightbox', 'default' => '1', 'label' => __( 'Lightbox', 'gallery-one' ), 'type' => 'checkbox' ), ), ); ` Adding your own view in your plugin function my_cool_views_path( $view_paths ){ $view_paths['my_cool_view'] = PATH_TO_MY_PLUGIN.'/my-cool-views'; return $view_paths; } ` Config Parameters name: (string) Name of your view. css: (string/array) CSS files will enqueue when this view load. js: (string/array) JS files will enqueue when this view load. view_settings: (array) list field settings for your view. view_settings Parameters:

安装:

  1. Upload gallery-one folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Use the Galleries Name screen to add gallery

屏幕截图:

  • Justified
  • Slider
  • Masonry
  • Carousel
  • Slider
  • Lightbox
  • Admin galleries
  • Editing gallery
  • Editing image info
  • Shortcode creator

更新日志:

1.0.0