이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Live Flickr Comment Importer

설명

This plugin uses Flickr API to import comments from you Flickr photostream
photos to a post of your choice in your WordPress Blog. It additionally
imports the Flickr Avatar Icons and displays them as appropriate.

The Live Flickr Comment Importer Plugin features

  • Uses the Flickr API via the excellent phpFlickr class
  • Can automatically detect Flickr photos embedded in the post.
  • Can also use a custom field in the post to import comments thus your Photos and posts need not have the same title
  • Comments on multiple photos can be imported in a single post
  • Also imports the flickr user icons / avatars
  • The comments are imported whenever anyone sees a post where comments are to be imported
  • Allows import of even the old comments
  • Can cache the results of flickr API
  • Show thumbnails in comments
  • Allow disallow HTML in comments
  • Exclude certain pictures using custom field
  • Favorites can also be imported as comments optionally

설치

  1. Upload the folder ‘live-flickr-comment-importer’ into your to the
    ‘/wp-content/plugins/’ folder

    1. Activate the plugin through the ‘Plugins’ menu in WordPress
    2. To configure plugin options start by clicking on ‘Configuration Page’
      link near plugin name or ‘Settings’ -> ‘Live Flickr Comment Importer’
      navigation link.
    3. You will have to enter and your flickr API key for this plugin to work.
      Flickr API key can be got from http://www.flickr.com/services/apps/create/apply/
    4. For caching of Flickr API results and thus in turn a better performance
      ensure that your plugin directory must be writable by webserver.
    5. Follow the instructions given on the configuration page on how to
      import comments into a post

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Live Flickr Comment Importer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Live Flickr Comment Importer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.9

  • Added https to the phpflickr class, the plugin should work now.

1.8

  • Added the latest phpflickr class
  • Recoded the options page according to Settings API, with some small tweaks to the UI
  • Added option for importing favorites as comments, This option intelligently tries to merge favs and comments by the same person into a single comment
  • Added option for Comment Prefix

1.7

  • Added setting to allow or disallow HTML in imported comments
  • Added setting to allow or disallow thumbnails in imported comments. Can be overridden by custom field
  • Added new custom field flickr_exclude_id to exclude comments from certain pictures
    All above added on suggestions from Tom Allen of http://tom.ride-earth.org.uk/

1.6

  • Work around for some themes not passing the comment object to get_avatar, should work in all themes irrespective

1.5

  • Bug fix for comments not in correct order
  • Display of comment thumbnail configurable by post custom field ‘flickr_show_thumnail’. Set to 1 to show thumbnails. Off by default
  • Added custom field to prevent comments from being imported ‘flickr_dont_import’. Set to 1 to prevent comment importing
  • Workaround code for comments getting duplicated

1.4

  • A couple of bug fixes
  • Multiple comma separated ids can be put in custom field
  • Small thumnail of the picture added to comments

1.3.1

  • Fixed a bug with custom field not working.

1.3

  • Fixed a bug in API key saving routine.
  • Added code to allow importing of comments from multiple photos in a single post
  • Imported comments show a small thumbnail of the photo for which the comment is

1.2

  • Changed the name of phpflickr class to t_phpflickr so that it plays well with other plugins using the phpflickr class

1.1

  • Added code to try and extract Flickr Id from the URL of photos embedded

1.0

  • First release