Title: wp-spoiler-alert
Author: Darshan Sawardekar
Published: <strong>8 ພຶດສະພາ 2014</strong>
Last modified: 7 ສິງຫາ 2014

---

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

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

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

# wp-spoiler-alert

 ໂດຍ [Darshan Sawardekar](https://profiles.wordpress.org/dsawardekar/)

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

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

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

## ຄຳອະທິບາຍ

This plugin adds the shortcode `[spoiler]` to WordPress. Any content
 wrapped inside
this shortcode is blurred out. It can be revealed by clicking on the blurred content.

The shortcode takes a `mode` parameter, which defaults to `block`. This
 wraps your
content inside a div. To add spoilers that are inside to your text use the mode `
inline`.

Eg:- Some [spoiler mode=’inline’]super secret stuff[/spoiler] here!

### Credits

 * Inspired by the [spoilerAlert](https://github.com/joshbuddy/spoiler-alert) jQuery
   plugin by [Joshua Hull](https://github.com/joshbuddy)

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

 1. Click Plugins > Add New in the WordPress admin panel.
 2. Search for “wp-spoiler-alert” and install.

### Customization

The Partial and Max blur options control the amount of the blur effect
 applied.
A value of 0 applies no blur, 20 applies a very large blur effect, etc.

The Custom option allows you to override the manner in which to hide the
 spoilers.
This is useful to tune the effect to your site’s theme.

The plugin checks for a `custom.css` in your current
 theme’s directory at _{current\
_theme}/wp-spoiler-alert/custom.css_.

If this CSS file is present it will be added to the page automatically.

For eg:- the CSS below makes all spoilers into red blocks.

    ```
    .spoiler-hidden {
      color: red;
      background: red;
    }

    .spoiler-hidden:hover {
      color: white;
      background: white;
      outline: 1px solid red;
    }

    .spoiler-hidden img {
      opacity: 0;
    }

    .spoiler-visible {
      color: inherit;
      background: inherit;
      outline: none;
    }
    ```

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

 * Can I change the style of the spoiler?

Yes, see the customization section under Installation.

## ການຣີວິວ

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

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

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

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

 *   [ Darshan Sawardekar ](https://profiles.wordpress.org/dsawardekar/)

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

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

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

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

#### 0.8.3

 * Upgrades to Arrow 1.8.0.

#### 0.8.2

 * Removes old twig templates.

#### 0.8.1

 * Removes old files, fresh push with current Git release files.

#### 0.8.0

 * Smaller release, without development files.
 * Bundles reactjs frontend.

#### 0.6.0

 * Upgrades to Arrow 1.6.0.
 * Migrates front end to React.
 * Migrates front end build system to Webpack.

#### 0.5.2

 * Fixes json_last_error for PHP 5.5.

#### 0.5.1

 * Fixes build script.

#### 0.5.0

 * Switched to Ember OptionsManager.
 * Updated to Arrow 0.8.1.

#### 0.4.0

 * Upgrades to Arrow 0.7.0.

#### 0.3.0

 * Updates Arrow to 0.5.1.

#### 0.2.4

 * Fixes more typos.

#### 0.2.3

 * Fixes typos.

#### 0.2.2

 * Removes error_log

#### 0.2.1

 * Removes debug messages from 0.2.0

#### 0.2.0

 * Switches to Arrow 0.4.1.

#### 0.1.2

 * First release on wordpress.org

#### 0.1.0

 * Initial Release

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

 *  ເວີຊັນ **0.8.3**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **12 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **20+**
 *  ເວີຊັນ WordPress ** 3.5.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.9.40**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/wp-spoiler-alert/)
 * ແທັກ
 * [spoiler](https://lo.wordpress.org/plugins/tags/spoiler/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/wp-spoiler-alert/advanced/)

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

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

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

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

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

 *   [ Darshan Sawardekar ](https://profiles.wordpress.org/dsawardekar/)

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

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

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

## ບໍລິຈາກ

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

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://pressing-matters.io/)