前言介紹
- 這款 WordPress 外掛「Book Review Library」是 2013-08-25 上架。
- 目前有 200 個安裝啟用數。
- 上一次更新是 2022-07-19,距離現在已有 1019 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.6 以上版本才可以安裝。
- 有 16 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
book | library | librarian | book review | reading level |
內容簡介
該外掛名為 Book Review Library,它可以讓您創建一個書籍庫,包括評論,並包括可排序的元信息,例如作者、插圖師、類型、主題以及評價等。這使得您可以列出某種特定類型的所有書籍,例如由某位作者撰寫的所有書籍或帶有特定評級的書籍。該書評系統只需很少的努力就能立即在您的網站上運行,使用內置的篩選器,在不需要任何自定義主題的情況下將此額外信息添加到頁面中。
外掛還內置了一個可配置的短代碼,用於顯示書籍列表。 [book-reviews] 將顯示所有書籍,而 [book-reviews count=3] 則只顯示 3 本書,[book-reviews count=3 covers=true] 將顯示帶有封面的評論,如果它們存在的話。
外掛還包括兩個側邊欄小工具。最近的評論小工具將顯示最近添加的書評,而相關書籍小工具則在您查看單個書籍或按常見類型標籤列出書籍列表時顯示類似的書籍列表。
主題開發人員也沒有被遺忘。如果您想自定義評論顯示方式,請創建並編輯以下模板文件:
taxonomy.php
archive-book-review.php
single-book-review.php
此外,您的主題中還可以使用許多模板標籤,這些標籤位於 inc/func.php 中。
該外掛在儀表板和前端都使用 Genericons 圖標字體來顯示書籍圖標和星級評級。
此外,外掛還提供了繁體中文等多種語言的翻譯。
請注意,該外掛一段時間以來沒有進行積極的開發。然而,已經計劃了一次重大修訂/重寫。該外掛穩定運行並適用於所有 WordPress 版本,並且我樂於查閱/合併來自 GitHub 存儲庫中的拉取請求,或回答您可能有的支持查詢,但在重寫完成之前,不會推出任何新功能。
原文外掛簡介
The Book Review Library plugin allows you to create a library of books, with reviews, that include sortable meta information like author, illustrator, genre, subjects as well as ratings. This enables you to list all the books of a particular type (e.g. all books written by a particular author or with a specific rating). With very little effort, the book review system will be up and running on your site right away, with built in filters to add this extra information to the page without any custom theming.
A configurable shortcode is also built in, to display a book list. [book-reviews] will display all books, while [book-reviews count=3] will only display 3 books and [book-reviews count=3 covers=true] will display those reviews with their covers, if they exist.
Two sidebar widgets have also been included. A Recent Reviews widget will display the most recent book reviews that have been added, and a Related Books widget will display a list of similar books when you are looking at a single book or book list by common genre tags.
Theme developers haven’t been forgotten either. If you want to customize the way the reviews display, create and edit these template files:
taxonomy.php
archive-book-review.php
single-book-review.php
Additionally, there are a number of template tags that can be used in your theme, which are found in inc/func.php.
This plugin uses the Genericons icon font in both the dashboard and the front end to display the book icons and star ratings.
Translators!
New translations site is up at https://chrisreynolds.io/glotpress/projects/book-review-library/
Please email me at hello at chrisreynolds dot io if you want to be added as a translator.
Italian translation by tristano-ajmone
Hungarian translation by Ignácz József
French translation by claire idrac
Russian translation by Diana Kononova
Arabic translation by Salim Solomon
Spanish translation by Tierras del Rincon
Persian (Farsi) translation by Masoud Allameh
Polish translation by Rafał Szampera
Catalan translation by Jordi Ramirez
Turkish translation by Yardımcı Destek Teknolojileri
Dutch translation by robin ketelaars
About this plugin
I sat down with a librarian and a volunteer at the Open Classroom charter school library and asked them what they wanted from the website. The result is this plugin. It was built with a real use-case in mind based on specific feedback I received about things they wanted to share with the school and wider community. If you have questions or suggestions, feel free to let me know.
Note
This plugin hasn’t been in active development for a while. However a major revision/rewrite has been planned for some time. The plugin is stable and works with all versions of WordPress and I’m happy to review/merge pull requests on the GitHub repo or respond to support queries you may have but no new features are planned until after the rewrite is complete.
Shortcodes & Shortcode Parameters
Book Review Library currently supports one shortcode. This page will list the shortcode variations and parameters supported and describe what each available option and parameter does.
Book Reviews
[book-reviews]
Displays a list of books. If used with no additional parameters, this will display all books, ordered by date added, with no covers and no review or excerpt displayed.
Count
[book-reviews count=5]
Defines how many books to display on a page. Takes any interger. Omit to display all posts. The above shortcode would display the 5 most recent book reviews. Can be used in conjunction with any of the other parameters.
Covers
[book-reviews covers=true]
Displays the book cover if it’s been added to the review and if the theme supports it. Only accepted argument is true. Requires the theme to support post thumbnails. The above shortcode would display all books with book covers.
Order By
[book-reviews order_by=title]
Changes the order in which the books are displayed. By default, lists by date added. Accepted arguments are date_added, author — lists by author’s first name (unless authors have been added last name first, e.g. “Reynolds Chris”), title — lists by book title. The above shortcode would display all books alphabetically by title.
Format
[book-reviews format=excerpt]
Determines whether to display the full review or an excerpt. Default is no review text displayed. Accepted arguments are full — displays full book review, excerpt — displays an excerpt of the review or none. The above shortcode would display all book reviews with an excerpt of each review.
Author
[book-reviews author=j-k-rowling]
Filters all book reviews by single author. Any slug of an existing book author is accepted. The above shortcode would display all books by J.K. Rowling. Alternately, when wrapped in quotes, you can use the full name of any existing book author. The following would also work to display all books by J.K. Rowling:
[book-reviews author="J.K. Rowling"]
Genre
[book-reviews genre=sci-fi]
Filters all book reviews by genre. Any existing genre slug is accepted. The above shortcode would display all books in the Sci-Fi genre. When wrapped in quotes, you can use the full name of any existing genre if the name matches the slug. The following would display all the books in the “Science Fiction” genre if that genre had a slug of science-fiction:
[book-reviews genre="Science Fiction"]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Book Review Library」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.3 | 1.4 | 1.0.1 | 1.0.2 | 1.0.3 | 1.1.0 | 1.2.0 | 1.2.1 | 1.3.1 | 1.3.2 | 1.3.3 | 1.3.4 | 1.4.1 | 1.4.2 | 1.4.3 | 1.4.4 | 1.4.5 | 1.4.6 | 1.4.7 | 1.4.8 | 1.4.9 | trunk | 1.4.10 | 1.4.11 | 1.4.12 | 1.4.13 | 1.4.14 | 1.4.15 | 1.4.16 | 1.4.17 | 1.4.18 | 1.4.19 | 1.4.20 | 1.4.21 | 1.4.22 | 1.4.23 |
延伸相關外掛(你可能也想知道)
Easy Booking for WooCommerce 》易於操作, 只需點擊一下即可租借您的產品!Easy Booking 能夠與單一、可變、分組和捆綁產品相容。這是一個理想的解決方案,可以充分利用 WooCommerce 的功能...。
Hotel Booking 》歡迎使用飯店訂房 WordPress 插件, 這個外掛程式是一個非常方便的系統,可以協助您管理所有的訂房。。
MyBookTable Bookstore by Stormhill Media 》, 忘記你對於在網路上販售書籍的所有想法。我們正在改變。您不需要 SSL 憑證、購物車,或是大量堆積在地下室的書。您只需要一個 WordPress 網站。噢,還有一...。
Mooberry Book Manager 》Mooberry Book Manager 是一個方便作者在其 WordPress 網站上添加書籍的易於使用的系統。使用 Mooberry Book Manager 不需要編程,添加書籍就像填寫表格一樣...。
WordPress Flipbook by Supsystic 》Digital Publication WordPress 外掛 可以建立數位出版品,例如雜誌、目錄或任何其他期刊,由 Supsystic 提供支援。, 使用圖像、文章或任何 HTML 和 CSS 作為...。
Book Review Block 》Book Review Block 讓您可以為所有書評添加標題、作者、封面圖像、星級評分等詳細信息。, 節省時間, 使用 Book Review Block 可以節省您撰寫評論時寶貴的時間...。
Book Previewer for Woocommerce 》示範網站 | 作者, 「Book Previewer for Woocommerce」是一個針對書店的 Woocommerce 外掛,可以將產品圖庫轉換為書籍預覽工具。。
WP Post Series 》WP Post Series 是一個輕量級的外掛,可讓您建立一系列文章,並在文章頁面上顯示有關系列的資訊。, 系列文章會自動顯示系列框(出現在文章內容之前),或您可...。
Anthologize 》Anthologize 是一個免費、開源、基於 WordPress 平台的出版外掛。使用 Anthologize 可以從 WordPress 網誌中抓取文章、引入外部網站的讀取資訊,或者直接在 A...。
Planyo online reservation system 》Planyo是最靈活的線上預訂和預約系統,適用於各種業務,例如酒店、假日公寓、遊艇租賃、駕駛學校、網球場、醫生預約、活動等。, Planyo在前端提供30多種語言...。
MyBookProgress by Stormhill Media 》, 讓讀者知道您即將推出的書籍,同時增加讀者清單和達成您的最後期限。, 功能, 易於更新的進度條 Widget, 以時尚的方式展示您的書籍進度。您可以將這個可完全...。
Book Preview for WooCommerce 》使用「Book Preview for WooCommerce」外掛,您可以向客戶展示書籍的 PDF 或基於文字的預覽,提高轉換率,增加銷售量。, 此外掛提供 WooCommerce 使用者從即...。
BookPress – For Book Authors 》正在寫書?推廣書籍?這是適合您的外掛程式。輕鬆在 WordPress 上撰寫並顯示您的書籍。新增封面、頁面、目錄、章節、進度追蹤以及更多功能。, 目前要在 WordP...。
WP jQuery Pager 》這個外掛是一個輕量級的方式,讓您能夠輕鬆地在頁面或文章中添加一本小冊子,使用內建的 WordPress 圖庫來上傳和整理您的小冊子圖片/頁面。, 這是一個極簡的...。
Flip Pong V 》這是最終版的 HTML5 翻書:每頁都是由一張圖片製成,具有很好的翻頁效果。, 您可以使用滑鼠像真正的書一樣翻頁,或使用左/右按鈕。, 管理面板可協助您插入、...。