Title: wpSpoiler
Author: Felix Triller
Published: <strong>28.03.2007</strong>
Last modified: 31.05.2008

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

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

# wpSpoiler

 Автор: [Felix Triller](https://profiles.wordpress.org/flix/)

[Скачать](https://downloads.wordpress.org/plugin/wpspoiler.1.2.zip)

 * [Детали](https://ru.wordpress.org/plugins/wpspoiler/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/wpspoiler/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/wpspoiler/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/wpspoiler/#developers)

 [Поддержка](https://wordpress.org/support/plugin/wpspoiler/)

## Описание

wpSpoiler is a plugin for WordPress, designed to protect the reader against spoilers,
for example in book or filmreviews.
 The spoiler text is hidden by default and shows
up if wished.

To mark a text as spoiler, enclose the passage with [spoiler] and [/spoiler].

Features

 * Very fast, less code
 * Customizeable with CSS

A german version of this page can be found [here](http://felixtriller.de/projekte/wpspoiler/).

Eine deutsche Version dieser Seite ist [hier](http://felixtriller.de/projekte/wpspoiler/)
zu finden.

### Usage

To mark a text as spoiler, enclose the passage with [spoiler] and [/spoiler].
 Example:
Spoiler: [spoiler]Bruce Willis is a ghost![/spoiler]

The result is shown in the screenshot section.

### Customize

The language of the link text has to be changed in the pluginfile itself: **wpSpoiler.
php**.

CSS can be used to style the spoiler box and the links. The spoiler-div is identified
by the classname `spoiler_div`.
 The link’s class is `spoiler_link_show` or `spoiler_link_hide`,
depending on the current state.

An example stylesheet code snippet:

    ```
    /* wpSpoiler */
    a.spoiler_link_show,
    a.spoiler_link_hide {
        background-repeat:      no-repeat;
        background-position:    left center;
        padding-left:           18px;
    }
    a.spoiler_link_show {
        background-image:       url(images/add.png);
    }
    a.spoiler_link_hide {
        background-image:       url(images/delete.png);
    }
    div.spoiler_div {
        background-color:       #ddd;
        margin-top:             -10px;
        padding:                2px;
    }
    ```

## Скриншоты

[⌊Hidden⌉⌊Hidden⌉[

Hidden

[⌊Visible⌉⌊Visible⌉[

Visible

## Установка

To install the plugin follow the listed steps:

 1. Download the package
 2. Decompress the archive, customize **wpSpoiler.php** and upload the wpspoiler folder
    to /wp-content/plugins/ on your webspace
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«wpSpoiler» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад
следующие участники:

Участники

 *   [ Felix Triller ](https://profiles.wordpress.org/flix/)

[Перевести «wpSpoiler» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/wpspoiler)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/wpspoiler/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/wpspoiler/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/wpspoiler/) по [RSS](https://plugins.trac.wordpress.org/log/wpspoiler/?limit=100&mode=stop_on_copy&format=rss).

## Мета

 *  Версия **1.2**
 *  Обновление: **18 лет назад**
 *  Активных установок: **300+**
 *  Версия WordPress ** 2.0 или выше **
 *  Совместим вплоть до: **2.5.1**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/wpspoiler/)
 * Метки:
 * [hide](https://ru.wordpress.org/plugins/tags/hide/)[post](https://ru.wordpress.org/plugins/tags/post/)
   [show](https://ru.wordpress.org/plugins/tags/show/)[spoiler](https://ru.wordpress.org/plugins/tags/spoiler/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/wpspoiler/advanced/)

## Оценки

 4 из 5 звёзд.

 *  [  0 5-звездный отзыв     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=5)
 *  [  1 4-звездный отзыв     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=1)

[Ваш отзыв](https://wordpress.org/support/plugin/wpspoiler/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/wpspoiler/reviews/)

## Участники

 *   [ Felix Triller ](https://profiles.wordpress.org/flix/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/wpspoiler/)