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

Good Reads

描述

Google’s Blogger tool has a great blogroll gadget, which I’ve always wanted in WordPress. I tried a few plugins that advertised similar behavior but was never quite satisfied – so I made my own.

This will grab all your links with a category of ‘sidebar’ and show them in a list on your sidebar. Specify each link’s RSS/Atom feed address and it will grab the latest post, a link, and reorder the list based on when these posts were written. It only requires that you have jQuery and PHP and uses the Links and Widget section already included in WordPress.

螢幕截圖

  • A 'Good Reads' module in my sidebar with four sites in the 'sidebar' category.

安裝

  1. Upload ‘good-reads.php’ to the ‘wp-content/plugins’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to the ‘Widgets’ screen in ‘Appearance’ and add ‘Good Reads’ to your Sidebar.
  4. Go to your WordPress’ ‘Links’ and create a category called ‘Sidebar’.
  5. Add this category and the feed URL (in the RSS Address field) to each link you want to appear in ‘Good Reads’.

常見問題

Hey! My links wont order themselves by the publish date of their latest article! What gives!?
  1. Make sure that the feed url is correct in WP.
  2. Make sure you have the widget set to order them by publish date.
  3. Make sure you have jQuery linked in your site’s header.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 Good Reads 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.5

  • Restructured the way the plugin and widget are built to meet with more recent WordPress standards.
  • New widget option: Ordering – Choose to have your links listed by publish date or by site title.
  • New widget option: Tabs – Choose if your links open in a new tab or in the same tab.

20110218 (1.0)

  • Public release!