LT Unleashed Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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, eitherentry_REV
orrandom
template
: Template to use to render the list of books. Eithercover
orlist
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. Onlybook-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.
Screenshots
-
Output of the
[books]
shortcode with thecovers
template (widget in the right sidebar) -
Output of the
[books]
shortcode with thelist
template -
Example of a book with a review when using the
list
template -
Single book page. Also, output of the
[book]
shortcode with thebook-single
template