Title: bookTuner
Author: silversteelwolf
Published: <strong>2010 年 9 月 8 日</strong>
Last modified: 2011 年 2 月 6 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/booktuner.svg)

# bookTuner

 由 [silversteelwolf](https://profiles.wordpress.org/silversteelwolf/) 開發

[下載](https://downloads.wordpress.org/plugin/booktuner.1.1.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/booktuner/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/booktuner/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/booktuner/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/booktuner/#developers)

 [技術支援](https://wordpress.org/support/plugin/booktuner/)

## 外掛說明

bookTuner pulls book information from one of your shelves on Goodreads.com. Title,
author, jacket art, and a review snippet can all be displayed on your site with 
the plugin’s configurable settings and simple tags. The plugin is an adaptation 
of fmTuner by Collin Allen.

#### Features

 * Displays books from currently-reading, to-read, read, or a custom shelf
 * Limit how many books are shown
 * Configure how often the book list is updated
 * Customize book appearence with HTML and tags
 * Set length of review preview
 * Sort list by a number of criteria including author, title, rating, and date read

#### Requirements

 * A Goodreads.com account with books added to a shelf
 * WordPress 2.7 or newer
 * PHP 5 or newer

## 螢幕擷圖

 * [[
 * bookTuner Settings screen
 * [[
 * bookTuner in action – just one of many possibilities!

## 安裝方式

Installation is pretty straightforward, although PHP 5 or newer is required.

 1. Upload `booktuner.php` to the `/wp-content/plugins/` directory, within a subdirectory
    like `booktuner`.
 2. Ensure `/wp-content/plugins/booktuner` is writable by your webserver (`chmod 755
    booktuner`).
 3. Activate the plugin through the “Plugins” page in the WordPress admin.
 4. Set your booktuner preferences in the “Settings” menu in the WordPress admin. Be
    sure to enter your Goodreads user ID (not your username)
 5. Place `<?php if(function_exists('booktuner')) { booktuner(); } ?>` in the desired
    place in your template.

## 常見問題集

  How does bookTuner work?

bookTuner pulls your latest books from Goodreads.com according to the settings page
in the WordPress administration area. Books get pulled from Goodreads.com when a
visitor comes to your site, and are then cached for future visits. If the cache 
has expired (that is, the cache’s age has passed the update frequency you’ve chosen),
it gets pulled again, and your page is updated. Book information is displayed using
HTML and bookTuner Tags, also in the settings page.

  What are bookTuner Tags?

bookTuner tags are simple placeholders that can be sprinkled among HTML to customize
the display format used for each book. Tags can be used more than once, or completely
left out, depending on your preferences. A simple example is provided when you install
bookTuner, so you won’t be left in the dark if you have even basic HTML knowledge.

 * `[::title::]` Title of the book
 * `[::author::]` Author name
 * `[::image::]` Jacket artwork address (small, medium, or large size)
 * `[::number::]` Book number within the bookTuner set (for a numbered list)
 * `[::review::]` The first few characters of the review (configurable length)
 * `[::url::]` Goodreads.com book address
 * `[::rating::]` Book rating (assigned by user)
    Using CSS and JavaScript, you 
   can do even more, limited only by your skills and imagination!

  Can I customize the HTML around the displayed tracks?

Absolutely! While the customizable display format and bookTuner Tags are used for
each track, you can place any additional HTML around the `<?php if(function_exists('
booktuner')) { booktuner(); } ?>` call.

  How many books can I display?

The number of books to be displayed can be set in the bookTuner Settings page in
the WordPress administration area. Between 1 and 10 is recommended, just to keep
things looking sane.

  I don’t want to have to paste code into my template. Is there a widget?

I know it’s a pain, but there’s not a widget right now. If I get the time to learn
how to do it I may try.

  My books aren’t displaying!

First, make sure you have your Goodreads.com user ID number entered correctly. You
can find this by viewing your profile. It’s the number at the end of this: `http://
www.goodreads.com/user/show/1234567`. Also make sure you have the code pasted into
your template – it should work just about anywhere.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈bookTuner〉的開發相關工作。

參與者

 *   [ silversteelwolf ](https://profiles.wordpress.org/silversteelwolf/)

[將〈bookTuner〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/booktuner)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/booktuner/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/booktuner/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/booktuner/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/booktuner/)。

## 變更記錄

#### 1.1.2

 * Fixed a bug with fetching book lists.

#### 1.1.1

 * Added tag for user rating.

#### 1.1

 * Reworked use of Goodreads API and added shelf sorting.

#### 1.0.1

 * Fixed a bug in the [::url::] tag.

#### 1.0

 * Initial release.

## 中繼資料

 *  版本 **1.1.2**
 *  最後更新 **15 年前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 2.7 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.0.5**
 *  語言
 * [English (US)](https://wordpress.org/plugins/booktuner/)
 * 標籤:
 * [artwork](https://tw.wordpress.org/plugins/tags/artwork/)[book](https://tw.wordpress.org/plugins/tags/book/)
   [cover](https://tw.wordpress.org/plugins/tags/cover/)[GoodReads](https://tw.wordpress.org/plugins/tags/goodreads/)
   [reading](https://tw.wordpress.org/plugins/tags/reading/)
 *  [進階檢視](https://tw.wordpress.org/plugins/booktuner/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/booktuner/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/booktuner/reviews/)

## 參與者

 *   [ silversteelwolf ](https://profiles.wordpress.org/silversteelwolf/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/booktuner/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=SilverSteelWolf%40gmail%2ecom&lc=US&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)