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

LT Unleashed

설명

That plugin offers shortcodes and widgets so you can display any public
LibraryThing books collection in WordPress.

[books username=”username”]

Displays the books of the given LibraryThing user. This shortcode only uses the
LibraryThing API and will work even if you don’t provide an AWS key pair.

Optional attributes are:

  • count: Maximum number of books to show (default 20)
  • sort_by: Sort order, either entry_REV or random
  • template: Template to use to render the list of books. Either cover or list
  • tags: Comma separated list of tags

[book isbn=”isbn”]

Displays the book with the given ISBN number. This shortcode uses the Amazon
Product Advertising API and will not work if you don’t provide an AWS key pair.
Also, not all ISBN can be found on all Amazon stores so you will have to carefully
choose which store to use in the settings.

Optional attributes are:

  • template: Template to use to render the list of books. Only book-single

Customization

You can add new template or customize the existing ones by adding your own
version in a folder named librarything in the wp-content folder on your
server or in your theme folder. The name of the template file id the name of
the template with the .php extension (e.g: the covers template file name
is covers.php).

Disclaimer

This plugin is not endorsed by LibraryThing, it has not been developed by
the LibraryThing team and its developer is not related in any manner to the
LibraryThing team.

Image Credits: University of Scranton Weinberg Memorial Library (cropped)
License: Creative Commons Attribution 2.0 Generic

Privacy Policy

This plugin does not collect any personal information from your visitors.

스크린샷

  • Output of the [books] shortcode with the covers template (widget in the right sidebar)
  • Output of the [books] shortcode with the list template
  • Example of a book with a review when using the listtemplate
  • Single book page. Also, output of the [book] shortcode with the book-single template

설치

This plugin follows the standard WordPress installation
method
:

  1. Upload the librarything-unleashed folder to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. You can now use the widget and the [books] shortcode

Optionally, if you want to show book details in single book pages or use
the [book] shortcode, you will need the following:

  1. Go to the Amazon AWS security credentails management page
    and create a new key/secret pair
  2. Enter the pair on the plugin’s options page
  3. Choose or create a new page to support displaying single books
  4. Save the options
  5. You can now use the [book] shortcode and are hosting single book pages
    instead of sending visitors to LibraryThing

Also, if you have your own LibraryThing API key you can use it by adding the
following line in your wp-config.php file:

define('LIBRARYTHING_API_KEY', 'your key here');

This is optional, by default the plugin does not use any key. To find your
LibraryThing API key check this page.

FAQ

Installation Instructions

This plugin follows the standard WordPress installation
method
:

  1. Upload the librarything-unleashed folder to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. You can now use the widget and the [books] shortcode

Optionally, if you want to show book details in single book pages or use
the [book] shortcode, you will need the following:

  1. Go to the Amazon AWS security credentails management page
    and create a new key/secret pair
  2. Enter the pair on the plugin’s options page
  3. Choose or create a new page to support displaying single books
  4. Save the options
  5. You can now use the [book] shortcode and are hosting single book pages
    instead of sending visitors to LibraryThing

Also, if you have your own LibraryThing API key you can use it by adding the
following line in your wp-config.php file:

define('LIBRARYTHING_API_KEY', 'your key here');

This is optional, by default the plugin does not use any key. To find your
LibraryThing API key check this page.

후기

2017년 3월 20일 답글 7개
Great plugin and works well although I still can’t get the single book feature working. An issue is that LibraryThing don’t supply the URLs from Amazon using HTTPS so if you have an SSL on your WP site the covers will be broken. Unless you do this: Install ‘Real-Time Find and Replace’ and configure as follows: Find ‘ecx.images-amazon.com’ and replace with ‘images-na.ssl-images-amazon.com’ All covers will now be served via HTTPS.
2016년 9월 3일 답글 1개
Finally a good and fresh plugin for users of librarythings… And it works well… Thanks for that!
모든 2 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “LT Unleashed”(을)를 번역하세요.

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

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

변경이력

Version 1.1.1

  • Fixing unclosed

<

div> tag in signature

Version 1.1

  • Similarities on a single book page are now linked locally instead of going
    directly to Amazon

Version 1.0.5

  • Protect from AWS API returning inconsistent data structures

Version 1.0.4

  • Fixing a bug that makes some books look like they were not found by the AWS API

Version 1.0.3

  • Fixing book base in settings being partially taken into consideration
  • Automatically converting cover sources to their HTTPS version when WordPress uses HTTPS

Version 1.0.2

  • Fixing a bug that prevented the book shortcode to work in certain circumstances.
  • Changed the book-single template to use a table and display multiple authors.

Version 1.0.1

  • Preparing for language packs

Version 1.0

  • Initial release.