Title: G3Client
Author: fstoffel
Published: <strong>13 ກຸມພາ 2011</strong>
Last modified: 19 ກຸມພາ 2011

---

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

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

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

# G3Client

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

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

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

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

## ຄຳອະທິບາຍ

G3Client embedds Gallery3 resources (albums, photos) into a WordPress posting or
page.
 It requires the following software available on the server:

 * PHP 5 (tested with 5.3, recommended)
 * WordPress 3 (tested with 3.0.5)
 * Gallery3 with REST API (tested with Gallery3 3.0.1)
 * PHP CURL Extension or HTTP_Request2 (http://pear.php.net/package/HTTP_Request2/)

## ພາບໜ້າຈໍ

[⌊The preferences page⌉⌊The preferences page⌉[

The preferences page

[⌊The embedded gallery created by G3Client (default style sheet)⌉⌊The embedded gallery
created by G3Client (default style sheet)⌉[

The embedded gallery created by G3Client (default style sheet)

[⌊Embedded gallery showing an album containing an album and photos⌉⌊Embedded gallery
showing an album containing an album and photos⌉[

Embedded gallery showing an album containing an album and photos

[⌊Full image view using the lightbox (fancybox)⌉⌊Full image view using the lightbox(
fancybox)⌉[

Full image view using the lightbox (fancybox)

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

 1. Upload g3client.zip to the `/wp-content/plugins/` directory
 2. Unzip g3client-VERSION.zip
 3. Install and activate `G3Client` in the plugin manager
 4. Make sure you’ve enabled the rest api in Gallery3
 5. Open `Settings` -> `G3Client`
 6. Set the Gallery3 api settings (api base url and api key)
 7. Save the settings. G3Client checks the connection to Gallery3, if you don’t see
    an error message, G3Client should work
 8. Add the shortcode to a post/page: `[g3client]`

You can easily modify the default style sheet, it is located in `/wp-content/plugins/
g3client/css/`.

There is also the possibility to load a user defined style sheet (see the option
page for details).

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

  Can http basic authentication be used with G3Client?

Yes, just specify it in the Gallery3 api base url as follows:

http://username:password@example.com/gallery3/index.php/rest/

  How can I translate G3Client into my language?

The `.pot` file is supplied in the directory `g3client/languages`. Together with
Poedit, you can
 translate all messages of G3Client.

## ການຣີວິວ

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

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

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

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

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

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

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

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

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

#### 0.2.0

 * added siderbar widget to display a random image from Gallery3
 * added custom album and photo listing titles
 * fixed url generation errors
 * fixed various small problems
 * admin interface improvements
 * refactorings and extensions to simplify the creation of new widgets and
    output
   modules

#### 0.1.5

 * added lightbox compatibility mode to prevent doubled lightboxes, especially when
   having
    jQuery Colorbox installed, thx to admaust
 * added the possibility to include a user defined css file (see `g3client/css/user.
   css` for
    a template), the user css file will disable the default css, thx to
   admaust
 * added some more shorttags and display customizations
 * internal optimizations

#### 0.1.4

 * fixed broken urls, thx to admaust

#### 0.1.3

 * fixed versioning

#### 0.1.2

 * removed HTTP_Request2 dependency, the more common php curl extension is now used
   by default
 * added missing shortcode documentation for items per row

#### 0.1.1

 * first public release

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

 *  ເວີຊັນ **0.2.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **16 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 3.0.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.0.5**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/g3client/)
 * ແທັກ
 * [gallery](https://lo.wordpress.org/plugins/tags/gallery/)[gallery3](https://lo.wordpress.org/plugins/tags/gallery3/)
   [image](https://lo.wordpress.org/plugins/tags/image/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/g3client/advanced/)

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

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[ການທົບທວນຂອງທ່ານ](https://wordpress.org/support/plugin/g3client/reviews/#new-post)

[ເບິ່ງທັງໝົດ ການຣີວິວ](https://wordpress.org/support/plugin/g3client/reviews/)

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

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

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

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

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