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

Simple Flickr Photostream

설명

Simple Flickr Photostream widget is another Flickr photo display. I exists because no other plugins were doing what the author needed.

The plugin is essentially a widget that will show pictures from a chosen Flickr source, be it your own photostream, someone else’s, one of your sets, a group, your favorite, etc…

The code is based on FlickrRss plugin made by Dave Kellam and Stefano Verna and improves by placing the controls in the widget itself rather than an admin page. This new approach, combined with the way WP 2.7 handles widgets makes it multiwidgets enabled with different options for each widgets.

설치

This section describes how to install the plugin and get it working.

If you are upgrading from previous version, do not forget to backup!

  1. Upload simple-flickr-photostream-widget.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go the widget page and drag the “Simple Flickr Photostream” widget in your sidebar area.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Simple Flickr Photostream”(을)를 번역하세요.

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

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

변경이력

1.3.7

  • Fixed missing “T” in the curl timeout option added in 1.3.6. Thanks Chris.

1.3.6

  • Added author_url and author_name tags for widget template
  • Added curl timeout when retreiving the data to not lock the page if Flickr is down.
  • Added “default template” button to go back to the default template if you’ve messed things up.

1.3.5

  • Fixing bug introduced in 1.3.4 where the widget would always display 1 random picture. Noob error sorry…

1.3.4

  • Added possibility to have 1 random picture out the 20 returned by flickr. In the dropdown for the number of pictures select “Random (1)”. You will probably also want to disable caching with this option.

1.3.3

  • Implementation change: now using cURL instead of deprecated magpie RSS parser. Falling back to file_get_contents if no cURL found.
  • Bug fix: cache problem that was showing always the same pics.

1.3.2

  • Bug Fix: when multiple sizes where used in the template, only the first occurrence was taken into account

1.3.1

  • wrong cache duration, set to 1 hour now

1.3

  • Improved caching system. The cached pictures should be deleted automatically when the cache expires. You will need to manually clean up the old cache files if you are upgrading from previous version and where using the cahcing system. Backup before upgrade!
  • minified javascript in admin head
  • code change to make it a bit more OOP

1.1

  • Fix a bug in source dropdown. When a user was selecting a source for the first time, before saving the widget, some input fields where not hiding correctly.

1.0

  • First release