Title: Image Text
Author: flashpixx
Published: <strong>18 ກັນຍາ 2010</strong>
Last modified: 22 ຕຸລາ 2012

---

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

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

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

# Image Text

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

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

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

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

## ຄຳອະທິບາຍ

With this plugin text can be pasted as a picture in an article or page. This is 
useful for text with personal data in order to protect against automated crawler.
Each image can be individually
 configured. Also the plugin can create latex formular
and QR codes. The plugin uses the Google Chart API and the text content is protected,
so it can’t be found within the HTML code. The plugin has got also a widget for 
the theme, that can create an qr code with the permalink of the blog.

#### Features

 * creating QR codes and LaTeX formular
 * plugin call can be used within your templates
 * generate images with a free size, color, content
 * free definition for the image tag

### Requirements

 * WordPress 3.2 or newer
 * PHP 5.3.0 or newer

### Shortcode

Add to your content of a page or article

    ```
    [imgtext type="latex | text | qrcode"]your content[/imgtxt]
    ```

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

 1. Upload the folder to the “/wp-content/plugins/” directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress and take a look to 
    the administration interface

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

  How can I use the plugin within a template ?

You can call the method / function:

    ```
    de\flashpixx\imagetext\link::get( "latex | text | qrcode", "your content" )
    ```

The method returns a string with the full image tag. The third parameter is optional
and can be an associative array with
 options. The option names are shown in the
administration interface

  Where can I find the image options ?

Take a look on the administration page of the plugin. Within the brackets [] you
can find the option name, that can be passed
 to the imtxt-tag or as an associative
array to the method / function call

  Can I add an image to a static HTML page ?

No you can not do this, because the image is created dynamically and a session value
is passed to the image generation function.
 You need the session value, that is
unique within the browser session and you need also read access to the session. 
The session can read only by the webserver (virtual host). So you can not pass any
images between different domains or static pages.

## ການຣີວິວ

![](https://secure.gravatar.com/avatar/eb5b3a1236ec0991231f045b4c963dc39601bb610d9817684da6420f136d0730?
s=60&d=retro&r=g)

### 󠀁[CODING](https://wordpress.org/support/topic/coding-14/)󠁿

 [khouadri1994](https://profiles.wordpress.org/khouadri1994/) 7 ກຸມພາ 2017

Hi i have a Sensei Woothemes wp plugin that create online courses, and the problem
is that it doesn’t recognize the latex code to display the maths formulas so it 
should be modified(code should be integrated to its core files). can annyone help
me figure out this thing i am willing to pay 100$ by paypal to the one who figure
it out. this is my e-mail : kmehdi@iastate.edu feel free to contact me Thanks,

 [ ອ່ານການຣີວິວທັງໝົດ 1 ລາຍການ ](https://wordpress.org/support/plugin/imagetext/reviews/)

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

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

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

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

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

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

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

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

#### 0.6

 * change language domain to “imagetext”

#### 0.55

 * fixing a syntax error

#### 0.5

 * adding namespaces (supports with PHP 5.3.0)
 * add template function: de\flashpixx\imagetext\link::get(…) returns the link to
   the image (thanks to Al Almor)
 * remove http(s) option field of the widget form

#### 0.4

 * fixing encoding error for eg hebrew (thanks to Hetz for reporting the problem)
 * change encoding calls to the multibyte (mb) calls
 * fixing hash problem (same text on the same page but different image types creates
   images with the last type only)
 * adding HTML tag remove option for QR and text image types

#### 0.35

 * fixing some array errors

#### 0.3

 * fully rewritten
 * uses Google Chart API
 * create text, latex and QR codes

#### 0.2

 * adding translation (english, german)
 * fixing some problems with the wordpress codex
 * change installation instruction
 * add install and remove hooks for all options

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

 *  ເວີຊັນ **0.55**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **13 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **50+**
 *  ເວີຊັນ WordPress ** 3.2 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.4.2**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/imagetext/)
 * ແທັກ
 * [image](https://lo.wordpress.org/plugins/tags/image/)[impressum](https://lo.wordpress.org/plugins/tags/impressum/)
   [imprint](https://lo.wordpress.org/plugins/tags/imprint/)[secure](https://lo.wordpress.org/plugins/tags/secure/)
   [spam](https://lo.wordpress.org/plugins/tags/spam/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/imagetext/advanced/)

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

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

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

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

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

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

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

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

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

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

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WCRMFYTNCJRAU)