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

Read/Listen/Watch

설명

This plugin will provide a customizable display along your sidebar for items which you are reading, listening to, and watching. There is a minimum of one item displayed required, but you are not limited to only one of each “type” (i.e. you can list two items reading, one listening, and none watching – or any combination!). In addition, this plugin was initially developed for me and my family to use concurrently, so different “owners” can be specified (“Joe is reading…”, “Mary is reading…”, etc). Content is created and maintained via the Settings panel.

Other features include:

  • If an ASIN is provided, listed items are linked to their respective Amazon detail pages. In addition, if an Amazon Assoicates ID is provided, it will be appended to the link.
  • Display options are configurable, via the Widget panel.
  • If desired, an RSS feed is provided of items listed; when enabled the feed is linked from an icon adjascent to the widget title.

스크린샷

설치

General

Download the zip file, unzip it, and copy the “read-listen-watch” folder to your plugins directory. Then activate it from your plugin panel (if you are upgrading, deactivate and then reactivate). After successful activation, “Read/Listen/Watch” will appear in your “Settings” menu and “Widgets” control panel.

Go to the “Widgets” control panel first and take a look at the default options, which for many people will not require any changes.

Now go to the “Settings” menu to add your content. Add items one at a time; updates and deletes can be performed to multiple items at once. The date field for each item is used for the optional RSS feed. It is important that the format of this field is not changed – as is, it conforms to the RSS 2.0 specification for GMT dates.

This plugin stores its data in the WordPress “options” database table. Two rows will be created: one for each serialized object corresponding to item content and widget configuration.

FYI

There is moderate use of the “htmlspecialchars” function throughout this plugin, including the “double_encode” parameter which wasn’t introduced until PHP 5.2.3. I’ve done my best to run PHP version checks, but if you’re running below PHP 5.2.3, be wary of HTML entity usage in any user, title, or author fields. You might experience some unusual [double] encoding behavior. If so, do not explicity type out entities – count on plugin code to encode entities for you (e.g. just type “&” – the plugin will convert it appropriately).

FAQ

Please go to the Read/Listen/Watch page for detailed instructions on how to use this plugin.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Read/Listen/Watch”(을)를 번역하세요.

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

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

변경이력

2.1.2

Updated donate/home URL. Cleaned up some RSS formatting.

2.1.1

Cleaner display/formatting on admin settings. FIRST PUBLIC RELEASE.

2.1

Handle multiple deletes.

2.0.2

Better indicators and catches for required and optional fields.

2.0.1

Minor formatting changes, code cleanup. Lowered content admin permissions from “manage_options” to level 6 (Editor role).

2.0

Complete rewrite to conform with plugin development standards in preparation for first public release.

1.2

Added ratings.

1.1

Various bugfixes.

1.0

First private-use/unreleased version.