Linux 软件免费装
Banner图

Flickr field for Advanced Custom Fields

开发者 phuisman
更新时间 2018年8月16日 17:03
PHP版本: 3.0.1 及以上
WordPress版本: 4.9.5
版权: GPLv2 or later
版权网址: 版权信息

标签

flickr custom acf fields photostream photosets

下载

1.0.8 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7

详情介绍:

The Flickr Field will grant you the ability to include photos, sets and galleries from your Flickr account. After selecting which image formats you wish to use the plugin will generate the flickr image urls. This plugin is an add-on for the Advanced Custom Fields WordPress plugin (v4 and v5). This plugins also grants you the ability to enable "Private Mode". Here you have to authenticate your account and generate a token which you can use to access your own private pictures. These private pictures are not available for the public on your Flickr.com account. See the installation and/or screenshots tab for more info. Looking for a clean and very easy to setup lightbox? I recommend Easy Fancybox: http://wordpress.org/plugins/easy-fancybox/

安装:

  1. Make sure you have Advanced Custom Fields v4 or v5 installed. Get it at http://www.advancedcustomfields.com/.
  2. Upload the flickr field directory to the /wp-content/plugins/ directory
  3. 通过WordPress的“插件”菜单激活插件
Usage Example (in PHP): Getting the contents of a photostream and looping through the results $flickr_photostream = get_field(FIELD_NAME); if (isset($flickr_photostream['items'])) { foreach ($flickr_photostream['items'] as $id => $photo) { echo ''; } } Getting the contents of a set and looping through the results $flickr_set = get_field(FIELD_NAME); if (isset($flickr_set['items'])) { foreach ($flickr_set['items'] as $id => $photos) { foreach ($photos as $photo) { echo ''; } } }

屏幕截图:

  • Setting up the field
  • Selecting a photo set
  • Selecting individual photos from your photostream

更新日志:

1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0