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

Totally Booked

外掛說明

So you’ve got an amazing book, and you want an easy way to market it on your web site? Now you can! The TotallyBooked plugin helps you present your books to readers in a classy, appealing way, while also supporting the book buyers and local bookstores who carry your book.

HOW IT WORKS:

Add your books to the TotallyBooked plugin, then organize them by genre, series, or even by author (if you have a co-writer).

Find the direct links to your book for eleven major online booksellers (Amazon, Audible, Barnes & Noble, Books-A-Million, Christianbook, Google Play, Indiebound, iTunes, Kobo, Smashwords, and Sony Reader Store) and paste them in our link boxes.

Wondering why we’ve included all these sellers rather than just an Amazon button? Because book buyers at some of these sellers will refuse to stock your books, if you don’t have a link to their site included on yours. We want to make sure that doesn’t happen to you.

Have an affiliate account at one or more of these sites? No problem. Build your affiliate link in the bookseller’s system first, then paste it into the applicable box in our system, and start earning affiliate credit immediately.

Once you’re done, our plugin generates a gorgeous Buy this Book section, with all your bookseller links displayed.

And that’s not all. We’ve heard first-hand stories from authors about local bookstores refusing to host book-signing events, because that author only included links to online retailers on their site. To protect you from that, our system also generates a local bookstore search, connected directly to Google maps. This shows your support for local bookstores, and helps readers find a nearby store where they can buy or request your title.

Last, our system automatically generates a page for each of your books, plus a page for each series, and page for each genre.

WHAT IF I ALREADY HAVE BOOKS PAGES ON MY SITE?

Many authors have already created pages on their web site for their books. We know you’ve worked hard to build your existing pages, and we don’t think you should have to delete them all, just to use our system. Plus, deleting your existing pages will break any inbound links to those pages from reviewers, book bloggers, etc, and generate 404 page errors for the search engines. THAT is never a good thing.

Besides the auto-generated pages the plugin creates, our system also allows you to embed your books via shortcode, on your existing pages. You can embed your books by series, by genre, or book by book, on any of your existing pages or in a blog post.

Ready to get started? Click the download button now. Have comments or feature requests? We’d love to hear from you. Oh, and our premium version of this plugin is releasing soon. Watch this space for details.

Shortcodes

You can use the following shortcodes to display your books on your site.

You can also display a gallery of a genre with the shortcode (You can grab this directly from the genre list page)
[tb_genre_gallery slug=”the-genre-slug”]

Or a series with the shortcode (You can grab this directly from the series list page)
[tb_series_gallery slug=”the-series-slug”]

You can display a book anywhere on your site like this (You can grab this directly from the book edit page)
[tb_book id=”ID”]

Advanced Usage

We have developed Totally Booked from the ground up to be friendly and easy to use for both developers (Or your web guy) and authors who have better things to do (like writing the next national bestseller!) than to mess with plugins and settings on their website for hours or days on end.

Out of the box it just works (If it doesn’t, please Let Us Know) but if you want to change things, you can by taking advantage of the following advanced functionality.

Templating

Advanced users or WordPress programmers can completely template the entire frontend output of the plugin.

Simply create the following directory in your current theme: THEME_PATH/plugins/totally-booked/

Into that, copy the file you need to modify into the above directory from the totally-booked/templates directory in the plugin directory, ensuring you keep the directory structure in the plugin.

EG: Say you wanted to modify the gallery.php file, you would need to copy that file to THEME_PATH/plugins/totally-booked/loops/gallery.php.

Ensuring that you never modify the plugins files will make sure that your changes are not lost when you need to upgrade the plugin.

安裝方式

  • Download the zip
  • Upload to the wp-content/plugins directory on your site
  • Activate the plugin from the plugins page.

If you would like some help to install the plugin and would like a professional to integrate it with your theme and make any tweaks to the layout, Please Contact Us and we can arrange installation and integration from as little as $35 AUD.

常見問題集

Other plugin developers make authors pay for these features. Why are you giving this plugin away for free?

We’ve worked with the author community for years, and we think authors are awesome. We want to see them succeed, and believe in paying it forward. We are releasing a paid version of our plugin that has even more features, but we believe every author should have the basics included in our free version.

Why have you included so many online booksellers? Isn’t that overkill?

We’ve included multiple online retailers, because book buyers at some of these sites will refuse to stock your books if you don’t have a link to their site included on yours. We want to make sure that doesn’t happen to you.

I have an affiliate account with Amazon (or one of the other booksellers you’ve included), will it work with your system?

Absolutely. Build your affiliate link in the bookseller’s system first, then paste it into the applicable box in our system, and start earning affiliate credit immediately.

I already have books pages on my site. Do I have to delete them to use your system?

Not at all! Deleting your existing pages will break any inbound links to those pages from reviewers, book bloggers, etc, and generate 404 page errors for the search engines. THAT is never a good thing.

Besides the auto-generated pages the plugin creates, our system also allows you to embed your books via shortcode, on your existing pages. You can embed your books by series, by genre, or book by book, on any of your existing pages or in a blog post.

I want to link to other resources for my book (discussion guide, interview, video trailer, etc) can I do that with your plugin?

You bet. We offer a Reader Extras section, where you can add as many additional links as you need.

I’ve added all my books to TotallyBooked, but I want to change the books’ display order on my pages. Is this possible?

Absolutely. We’ve set up our system to work seamlessly with the Simple Page Ordering plugin (you can find it here: https://wordpress.org/plugins/simple-page-ordering/) which will give you everything you need to make this happen. Install Simple Page Ordering to your plugins folder, then go to your Books page within the TotallyBooked system, and drag and drop your books into the order you’d like.

I love your system, but I’d really like to change the way the book cover, reader extras, links, etc. display on my site. Can I do this?

You bet you can! To customize the layout, use the templating functionality we’ve built-in to the system. (Note: Some coding expertise is required for these changes, so if code is not your forte, ask your web manager or favorite programmer for help). Instructions for templating the plugin layout can be found Here

使用者評論

閱讀全部 16 則使用者評論

參與者及開發者

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

參與者

將〈Totally Booked〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.6

  • German translations – props to WordPress User thomas99
  • Added Added an option to remove the local bookstore finder from the Buy Now popup.
  • Minor bugfixes and CSS updates.

0.5

  • Fixed a PHP warning in the single-book template loop.

0.4

  • Fixed a JS bug removing the custom links in wp-admin
  • Added The ISBN Number in for a book.

0.3

  • Fixed More Template Bugs
  • Added Support for Google Play and Sony Reader Store
  • Added an option to overwrite the WordPress maximum number of books displayed in the archive pages
  • Fixed a bug with certain options not saving

0.2

  • Fixed Multiple bugs with the default templates
  • Fixed image sizing issues
  • Added some advanced theme compatibility options
  • Added some advanced page slug options
  • Added support for iTunes, Kobo and Smashwords
  • Added a sidebar widget to display a single book in the sidebar.

0.1

  • Initial Launch