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

Buy This Book

描述


Buy This Book is no longer under active development. A new plugin called the Author Showcase
is available with extended and upgraded functionality. This plugin should still work on the latest version of WordPress, and support is still available, but it won’t have any
new features added.

Buy This Book is a WordPress plugin designed for authors. It was created to combat three problems:

  • Many authors use things like the Amazon Affiliate widget to display their books, which is stripped out of webpages by adblockers. This results in their books never being seen by a significant chunk of users, as adblockers are the most popular plugins for Chrome and Firefox.
  • If authors want to just add their books and a link to Amazon, etc, they’re obliged to know some HTML and it’s something of a pain in the ass.
  • Neither option is ideal when books can be available on multiple websites.

Buy This Book takes cover images and up to seven websites, and displays them on the sidebar with a slideout menu.

It supports:

  • Amazon
  • Kobo
  • Barnes & Noble
  • Smashwords
  • Lulu
  • iBooks
  • One custom option

This version of the plugin can also be modified to use other services.

Suggestions for new functionality welcome! Please contact me here:

Facebook
Twitter
Website

螢幕截圖

  • Screenshot Buy This Book - Widget
  • Screenshot Buy This Book - Front end

安裝

  1. Upload buy-this-book.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Appearance -> Widgets screen. You should now see a new widget called Buy This Book. Click and drag it over to your chosen sidebar, and it’ll open up automatically.
  4. Fill in the header. This is the widget title, and it’ll display above your books.
  5. Paste the cover image link into the appropriate box. Here’s where the size of the image becomes important – if you want to add just one book to your sidebar, make the image as wide as the sidebar and only use the first column. If you’re only adding two and you want them to sit side by side, you have to make sure the images are narrow enough to fit comfortably. If you find that your images are below each other instead of being side by side, and you don’t want this to happen, then reduce their size. Include an alt tag to describe your cover.
  6. Paste a link to your book’s page for each website into the appropriate boxes. Any you don’t use won’t show up.
  7. Save the widget. You’re done! Check your site and click on the cover images to see the menu slide out from the bottom.

常見問題

My covers are jumping around when I click on them and the menu slides out!

You’re probably using cover images smaller than 100px wide. The menu is set in a box that’s 105px across, because the icons are stacked into two rows of three, and having it slide out makes everything jump around as the images try to accomodate the extra space.

Add this line to your CSS:

.buybook .box { width: XXpx !important; }

where XX = width of your image + 5.

This should fix it.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Buy This Book” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Buy This Book 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.4

  • Added the end-of-development notice
  • Feature – Added conditional CSS to allow for the number of books per row
  • Feature – Added instruction list to each widget instance
  • Made some small improvements to the CSS on the widget admin display

1.3

  • Feature – Added alt tag option to main cover images
  • Feature – Added a custom icon + link pair

1.2

  • Bugfix – Barnes & Noble icon should now appear correctly.

1.1

  • Code improvements to allow easy customization of the plugin
  • Security fix