Linux 软件免费装

Flickr Comments

开发者 jdleung
更新时间 2014年11月2日 11:49
PHP版本: 3.3 及以上
WordPress版本: 3.8.1
版权: GPLv2 or later
版权网址: 版权信息

标签

comments flickr photoblog comment pixelpost

下载

1.1 1.11 1.12 1.20 1.21 1.23

详情介绍:

When the specified time is up, any visitor will start the auto-update mode.
  1. Automactically updates comments from Flickr in a specified time, NOT every time.
  2. Can only Retrieves the recent comments, NOT all the comments(this save time).
  3. Retrieves all the recent comments of all photos at the same time, NOT one by one.
  4. Can Manually Update comments.
  5. Time Frame and Time Interval can be set.

安装:

  1. Upload folder flickr-comments to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Login Flickr, edit the API key Callback URL to your site URL. If you have no API key, Get it here: http://www.flickr.com/services/api/keys/. See the instruction in screenshots.
  4. Input Flickr API key and secret in the configuration page, then click the 'Get Token', this will send a request to Flickr. If the API key and secret matches, Flickr will send back a Token. You will see red "First step done!" when token is saved successfully.
  5. Add a custom field "flickr_photo_id" in the post and input the Flickr photo id.( see how to add custom field: http://codex.wordpress.org/Custom_Fields )
  6. Do a Manual-update for all the photos at the first run.
  7. Make settings for your need.

屏幕截图:

  • Configuration page.
  • If you have no API key, Get another key from: http://www.flickr.com/services/api/keys/
  • Select NON-COMMERCIAL KEY.
  • Input the information.
  • When done, Flikcr will show you the API key and secret. Then click "Edit auth flow for this app".
  • Set the "Callback URL" to you site URL.

常见问题:

Why I write this plugin?

I'd been using Pixelpost as my photoblog for years, and developed this plugin for it. Pixelpost is a simple and great photoblog software, but it has stopped to update for 4 years, so I decided to move to Wordpress, and with this plugin.

How to get Flickr API key and secret?

If you have not create one, you can 'Get Another Key' from Flickr: http://www.flickr.com/services/api/keys/. See the instruction in screenshots.

How to get a Flickr photo id?

Flickr Photo ID is usually the number in the URL of a photo page eg: http://www.flickr.com/photos/jdleung/435246848/

Why auto-update does't work?

Check your theme if there is a 'wp_head();' between '' and '' in the header.php. It is one of the most essential theme hooks, so it is widely supported.

Why it take so long in manual-update?

You may have many photos and comments.

Why some comments can not be retrieved in Auto-update?

They might be created more than 200 days before. Do a Manual-update to read all the comments.

更新日志:

1.23 1.22 1.21 1.20 1.12 1.11 1.1 1.0