Title: Linkmarklet
Author: Jon Christopher
Published: <strong>24 ມັງກອນ 2012</strong>
Last modified: 1 ພຶດສະພາ 2015

---

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

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

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

# Linkmarklet

 ໂດຍ [Jon Christopher](https://profiles.wordpress.org/jchristopher/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/linkmarklet.0.8.zip)

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

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/linkmarklet/)

## ຄຳອະທິບາຍ

**ADOPT ME!** Press This! was completely revamped in WordPres 4.2 and as such I 
will be focusing any effort that may have been put into Linkmarklet into that feature.
As a result I am actively seeking someone to take over development of Linkmarklet.
Thank you for considering!

Instead of the traditional Press This! interface, Linkmarklet offers a much more
streamlined UI allowing you to linkblog quickly. Upon clicking the bookmarklet, 
Linkmarklet will present you with a simple way of editing the page title, the page
link, the page slug, and the post content. In the settings you can define three 
things:

 1. The category to which Linkmarklet posts will be added
 2. The Custom Field name you’re using to store the submitted link
 3. The Post Format you would like to use for each post
 4. Whether or not to Future Post the current post and by how many minutes compared
    to your future-most scheduled post

That’s about it. Clicking Publish pushes the entry live instantly (or schedules 
it). Clicking Save will store the post as a Draft.

## ພາບໜ້າຈໍ

 * [[
 * Linkmarklet UI
 * [[
 * Linkmarklet Settings

## ການຕິດຕັ້ງ

 1. Download the plugin and extract the files
 2. Upload `linkmarklet` to your `~/wp-content/plugins/` directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Install the bookmarklet provided on the `Settings > Linkmarklet` screen
 5. Customize your installation using the `Settings > Linkmarklet` menu in the WordPress
    admin

## ການຣີວິວ

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

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

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

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

 *   [ Jon Christopher ](https://profiles.wordpress.org/jchristopher/)

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

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

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

## ບັນທຶກການປ່ຽນແປງ

#### 0.8

 * ADOPT ME! Linkmarklet is up for adoption, if you would like to take ownership
   please let me know! Contact information on my wordpress.org Profile page
 * Misc code standardization, formatting, and CSS updates

#### 0.7

 * Fixed an issue where post Tags were set after the post was published which caused
   interference with other plugin processes

#### 0.6

 * Fixed an issue where Future Publish settings wouldn’t properly unset after being
   set.
 * Added autocomplete to Tags

#### 0.5.3

 * Fixed an edge case issue where Linkmarklet would show up as a 404 when invoked.
   Triggered by certain web hosts (in particular HostGator) that seem to interfere
   when a $_GET includes a protocol.

#### 0.5.2

 * Removed unwanted escaping of post content that was causing issue with Markdown
   and inline HTML

#### 0.5.1

 * Fixed an issue where offiste image processing would not take place if using HTTPS

#### 0.5

 * Support for offsite images. If you include a Markdown-formatted image (e.g. `![
   Alt text](http://example.com/image.jpg)`) it will be downloaded and imported 
   into your Media library so as to not hotlink someone else’s image. The image 
   will be wrapped a link to the source article so as to mimic OEMBED policies. **
   Note:** image titles are not supported at this time.

#### 0.4

 * Support for Future Publishing. If you’re like me, you like to bulk-linkblog, 
   but you don’t want to innundate readers with tons of posts all at once. There’s
   now a setting that will let you auto-schedule a post to go live within a timeframe
   after your future-most-scheduled post. You can also set a ‘bumper’ of time between
   your most recently published posts.
 * Added (optional) support for Tags
 * Initial support for [Markdown on Save](https://wordpress.org/extend/plugins/markdown-on-save/)

#### 0.3

 * Support for Post Formats

#### 0.2

 * Better handling of text input fields on mobile devices
 * Option to auto-generate the slug (or not)
 * Added ‘Save’ button to save as a Draft instead of Publish straight away

#### 0.1

 * Initial release

## ຮັບໄປພັດທະນາຕໍ່

 ປລັກອິນນີ້ກຳລັງຊອກຫາຜູ້ພັດທະນາໃໝ່ທີ່ພ້ອມເຮັດວຽກ. ເຈົ້າສົນໃຈທີ່ຈະຮັບຜິດຊອບວຽກນີ້
ບໍ່?

 [ອ່ານເພີ່ມເຕີມ](https://developer.wordpress.org/plugins/wordpress-org/take-over-an-existing-plugin/)

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

 *  ເວີຊັນ **0.8**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **11 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 3.3 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.2.39**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/linkmarklet/)
 * ແທັກ
 * [adopt-me](https://lo.wordpress.org/plugins/tags/adopt-me/)[link](https://lo.wordpress.org/plugins/tags/link/)
   [linkblog](https://lo.wordpress.org/plugins/tags/linkblog/)[press-this](https://lo.wordpress.org/plugins/tags/press-this/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/linkmarklet/advanced/)

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

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

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

[Your review](https://wordpress.org/support/plugin/linkmarklet/reviews/#new-post)

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

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

 *   [ Jon Christopher ](https://profiles.wordpress.org/jchristopher/)

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

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

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