Title: Instructables
Author: Mr. Red Beard
Published: <strong>23 ທັນວາ 2014</strong>
Last modified: 6 ສິງຫາ 2017

---

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

![](https://ps.w.org/instructables/assets/banner-772x250.png?rev=1696835)

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

![](https://ps.w.org/instructables/assets/icon-128x128.png?rev=1060046)

# Instructables

 ໂດຍ [Mr. Red Beard](https://profiles.wordpress.org/ukthebunny/)

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

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

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

## ຄຳອະທິບາຍ

Display previews of Instructables Projects on your site linking to the source. Projects
can be retrieved from Instructables by username or keyword. You can display the 
title, thumbnail (optional) and description or in tiles which display the thumbnail
and title. In a list of a user’s Instructables or a list of Instructables by keyword
on your site.

Improved the layout and style – Should now be more compatible with themes written
to WordPress Standards
 Users can now define and store feed definitions Multiple
keywords can be used A groups Instructables option has been added Other feed types
added

[Working Demo http://www.x2labs.com/wp-dev/instructables-plugin/](http://www.x2labs.com/wp-dev/instructables-plugin/)

## ພາບໜ້າຈໍ

 * [[
 * Display Instructables Projects as Posts
 * [[
 * Display Instructables Projects as Tiles
 * [[
 * Instructables Feeds from Editor
 * [[
 * Instructables Feed Editor
 * [[
 * Instructables Feed List
 * [[
 * Screenshots of the latest features

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

 1. Upload the contents of instructables.zip to the `/wp-content/plugins/instructables/`
    directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

If your hosting solution does not support simplexml_load_file() then please contact
me. I may need to develop a curl method if this is a widespread issue.

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

None yet so ask your questions.

  Installation Instructions

 1. Upload the contents of instructables.zip to the `/wp-content/plugins/instructables/`
    directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

If your hosting solution does not support simplexml_load_file() then please contact
me. I may need to develop a curl method if this is a widespread issue.

  How do I use this plugin?

Define Feeds under Settings
 Edit or Create page use Instructables icon on editor
to place new feed

Legacy ShortCodes Method
 Display a user’s projects: [instructablesUP username=”
MrRedBeard” num=”2″ thumb=”true” tileview=”true”]

Display a list of projects by keyword:
 [instructablesKW keyword=”tent” num=”3″ 
thumb=”true” tileview=”true”]

Display a list of a user’s favorite projects
 [instructablesFP username=”MrRedBeard”
num=”5″ thumb=”true” tileview=”false”]

## ການຣີວິວ

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

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

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

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

 *   [ Mr. Red Beard ](https://profiles.wordpress.org/ukthebunny/)

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

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

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

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

#### 2.0.4

 * ShortCode mistake – Found that I echoed the content instead of returning it.

#### 2.0.3

 * Corrected an issue for servers that have case sensitive issues with paths

#### 2.0.2

 * Corrected a path issue

#### 2.0.1

 * Corrected an issue caused by GitHub Desktop which reverted the stylesheet

#### 2.0.0

 * Almost completly re-written
 * Should now be more compatible with themes written to WordPress Standards
 * Users can now define and store feed definitions
 * Multiple keywords can be used
 * A groups Instructables option has been added
 * Other feed types added
 * Improved the layout and style
 * Backwards compatibility
 * Verified working on latest WP version

#### 1.2.1

 * Updated info
 * Verified working on latest WP version

#### 1.2.0

 * Added function to display a user’s favorites
 * Made functions more efficient and removed redundancies
 * Minor corrections

#### 1.1.0

 * Add the function to display items in tiles.
 * I think I have corrected the screenshots and added header image.
 * Added GPLv2 license file.

#### 1.0.0

 * New Plugin.
 * This is the initial release.
 * Displays by username and by keyword.

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

 *  ເວີຊັນ **2.0.4**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **9 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 3.0.1 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.8.28**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/instructables/)
 * ແທັກ
 * [feed](https://lo.wordpress.org/plugins/tags/feed/)[instructables](https://lo.wordpress.org/plugins/tags/instructables/)
   [list](https://lo.wordpress.org/plugins/tags/list/)[rss](https://lo.wordpress.org/plugins/tags/rss/)
   [xml](https://lo.wordpress.org/plugins/tags/xml/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/instructables/advanced/)

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

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

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

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

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

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

 *   [ Mr. Red Beard ](https://profiles.wordpress.org/ukthebunny/)

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

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

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