Title: Pocket WP
Author: ciaranm
Published: <strong>30 ທັນວາ 2014</strong>
Last modified: 9 ມີນາ 2015

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/pocket-wp.svg)

# Pocket WP

 ໂດຍ [ciaranm](https://profiles.wordpress.org/ciaranm/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/pocket-wp.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/pocket-wp/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/pocket-wp/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/pocket-wp/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/pocket-wp/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/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](http://getpocket.com/developer/apps/new),
    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](http://ciaranmahoney.me/code/pocket-wp/?utm_campaign=pocket-wp&utm_source=pwp-readme&utm_medium=wp-plugins).

## ຄຳຖາມທີ່ພົບເລື້ອຍ

Visit the [plugin website](http://ciaranmahoney.me/code/pocket-wp/?utm_campaign=pocket-wp&utm_source=pwp-readme&utm_medium=wp-plugins)
for more information.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Pocket WP” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດ
ທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ ciaranm ](https://profiles.wordpress.org/ciaranm/)

[ແປ “Pocket WP” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/pocket-wp)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/pocket-wp/), ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/pocket-wp/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/pocket-wp/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/pocket-wp/?limit=100&mode=stop_on_copy&format=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)

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.4.3**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **11 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **30+**
 *  ເວີຊັນ WordPress ** 3.0.1 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.1.42**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/pocket-wp/)
 * ແທັກ
 * [links](https://lo.wordpress.org/plugins/tags/links/)[pocket](https://lo.wordpress.org/plugins/tags/pocket/)
   [shortcode](https://lo.wordpress.org/plugins/tags/shortcode/)[widget](https://lo.wordpress.org/plugins/tags/widget/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/pocket-wp/advanced/)

## ການໃຫ້ຄະແນນ

 4 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/pocket-wp/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/pocket-wp/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/pocket-wp/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/pocket-wp/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/pocket-wp/reviews/?filter=1)

[ເພີ່ມຄຳຄິດເຫັນຂອງຂ້ອຍ](https://wordpress.org/support/plugin/pocket-wp/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/pocket-wp/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ ciaranm ](https://profiles.wordpress.org/ciaranm/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/pocket-wp/)