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

Pocket WP

外掛說明

Pocket WP connects to the Pocket API and pulls in your latest saved links with tags and excerpts into a WordPress page, post or widget.

Setup

Due to the way Pocket’s API works, you need to complete a few steps before you can use the plugin.

  1. Install and activate the plugin.

  2. Create an application on the Pocket Developers website, enter your Consumer Key into the Pocket WP settings page and click Save Changes to start the authorization process.

  3. Click the Get Access Key link to complete the authorization.

Shortcode

The shortcode embeds a list of Pocket links into a page or post.

The basic shortcode is [pocket_links] and it accepts some optional arguments:

count: [any number] // How many links to display. Default is all.

excerpt: yes, no // Whether or not to display the excerpt extracted by Pocket. Default is yes.

tag: [any one of your Pocket tags] // Choose to show links from one tag. Supports one tag only. Default is all links, tagged or untagged.

credit: yes, no // Choose to add author credit. Default is to not show credit links.

tag_list: yes, no // Whether or not to show a list of tags after each link.

Widget

The Widget is available to drag and drop into any widgetized sidebars. It has some options:

title // the title for the widget

count // the number of links to show. Default is 5

tag: [any of your Pocket tags] // Choose to show links from one tag. Currently supports one tag only. Default is all links, tagged or untagged.

author credit: yes, no // Choose to give author credit. Default is to not show credit links.

螢幕擷圖

  • Pocket WordPress settings page.
  • Screenshot of the shortcode as it displays in a page.
  • Screenshot of the shortcode in the editor.
  • Screenshot of the widget settings box.
  • Screenshot of the widget as it displays in a sidebar.

安裝方式

  1. Activate the plugin through the ‘Plugins’ menu in WordPress.
  2. Follow installation instructions on the plugin options page or at the plugin website.

常見問題集

Visit the plugin website for more information.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

0.4.3

  • Fixing an issue with link generator not having closing div. (Thanks to Myles Gray for catching this.)

0.4.2

  • Improved the way plugin handles untagged posts. It now shows “untagged” in the tag list instead of throwing an error. Tag list can be turned off by using tag_list=”no”

0.4.1

  • Adding error checking on pocket feed retrieval.

0.4

  • Fix so shortcode doesn’t always display above text.
  • Fixing activation message to only show once on first install.

0.3

  • First public release
  • Made author credit opt-in (was opt-out)
  • Code clean up
  • Added settings link in plugin list
  • Added activation notice

0.2

  • Second beta version (not public)
  • Fixed bugs and cleaned up code
  • Removed option to use multiple tags as Pocket didn’t seem to support this

0.1

  • Beta version (not public)