Title: wpSpoiler
Author: Felix Triller
Published: <strong>28. 3. 2007</strong>
Last modified: 31. 5. 2008

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# wpSpoiler

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

[Stáhnout](https://downloads.wordpress.org/plugin/wpspoiler.1.2.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/wpspoiler/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/wpspoiler/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/wpspoiler/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/wpspoiler/#developers)

 [Podpora](https://wordpress.org/support/plugin/wpspoiler/)

## Popis

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;
    }
    ```

## Snímky obrazovky

[⌊Hidden⌉⌊Hidden⌉[

Hidden

[⌊Visible⌉⌊Visible⌉[

Visible

## Instalace

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

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

wpSpoiler je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “wpSpoiler” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/wpspoiler)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/wpspoiler/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/wpspoiler/), nebo se přihlaste
k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/wpspoiler/) pomocí
[RSS](https://plugins.trac.wordpress.org/log/wpspoiler/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Verze **1.2**
 *  Poslední aktualizace **před 18 roky**
 *  Aktivních instalací **300+**
 *  Verze WordPressu ** 2.0 nebo novější **
 *  Testováno až do WordPressu **2.5.1**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/wpspoiler/)
 * Štítky
 * [hide](https://cs.wordpress.org/plugins/tags/hide/)[post](https://cs.wordpress.org/plugins/tags/post/)
   [show](https://cs.wordpress.org/plugins/tags/show/)[spoiler](https://cs.wordpress.org/plugins/tags/spoiler/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/wpspoiler/advanced/)

## Hodnocení

 4 z 5 hvězdiček.

 *  [  0 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=5)
 *  [  1 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=1)

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/wpspoiler/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/wpspoiler/)