Title: wpSpoiler
Author: Felix Triller
Published: <strong>28 Mars, 2007</strong>
Last modified: 31 Maj, 2008

---

Kërkoni te shtojca

Kjo shtojcë **s’është testuar me 3 hedhjet e rëndësishme të fundit në qarkullim 
të WordPress-it**. Mund të mos e mirëmbajnë më, ose mundet të mos mbulohet më dhe
mund të ketë probleme përputhshmërie, kur përdoret me versione më të freskët të 
WordPress-it.

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

# wpSpoiler

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

[Shkarkim](https://downloads.wordpress.org/plugin/wpspoiler.1.2.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/wpspoiler/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/wpspoiler/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/wpspoiler/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/wpspoiler/#developers)

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

## Përshkrim

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

## Foto ekrani

[⌊Hidden⌉⌊Hidden⌉[

Hidden

[⌊Visible⌉⌊Visible⌉[

Visible

## Instalim

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

## Shqyrtime

Për këtë shtojcë s’ka shqyrtime.

## Kontribues & Zhvillues

“wpSpoiler” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë
personat vijues.

Kontribues

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

[Përkthejeni “wpSpoiler” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/wpspoiler)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/wpspoiler/), shkarkoni
[depon SVN](https://plugins.svn.wordpress.org/wpspoiler/), ose pajtohuni përmes 
[RSS-je](https://plugins.trac.wordpress.org/log/wpspoiler/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/wpspoiler/).

## Të tjera

 *  Version **1.2**
 *  Përditësuar së fundi më **18 vjet më parë**
 *  Instalime aktive **300+**
 *  Version WordPress-i ** 2.0 ose më i madh **
 *  E provuar deri me **2.5.1**
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/wpspoiler/)
 * Etiketa
 * [hide](https://sq.wordpress.org/plugins/tags/hide/)[post](https://sq.wordpress.org/plugins/tags/post/)
   [show](https://sq.wordpress.org/plugins/tags/show/)[spoiler](https://sq.wordpress.org/plugins/tags/spoiler/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/wpspoiler/advanced/)

## Vlerësime

 4 nga 5 yje të mundshëm.

 *  [  0 shqyrtime me 5 yje     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=5)
 *  [  1 shqyrtim me 4 yje     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=4)
 *  [  0 shqyrtime me 3 yje     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=3)
 *  [  0 shqyrtime me 2 yje     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=2)
 *  [  0 shqyrtime me 1 yje     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=1)

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

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/wpspoiler/reviews/)

## Kontribues

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

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/wpspoiler/)