Title: wpSpoiler
Author: Felix Triller
Published: <strong>28 Mart 2007</strong>
Last modified: 31 Mayıs 2008

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# wpSpoiler

 [Felix Triller](https://profiles.wordpress.org/flix/) tarafından

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

 * [Detaylar](https://tr.wordpress.org/plugins/wpspoiler/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/wpspoiler/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/wpspoiler/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/wpspoiler/#developers)

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

## Açıklama

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

## Ekran Görüntüleri

[⌊Hidden⌉⌊Hidden⌉[

Hidden

[⌊Visible⌉⌊Visible⌉[

Visible

## Yükleme

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

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“wpSpoiler” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

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

[“wpSpoiler” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/wpspoiler)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/wpspoiler/), [SVN deposuna](https://plugins.svn.wordpress.org/wpspoiler/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/wpspoiler/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/wpspoiler/) abone
olun.

## Meta

 *  Sürüm **1.2**
 *  Son güncelleme **18 yıl önce**
 *  Etkin kurulumlar **300+**
 *  WordPress sürümü ** 2.0 veya üstü **
 *  Test edilen sürüm **2.5.1**
 *  Dil
 * [English (US)](https://wordpress.org/plugins/wpspoiler/)
 * Etiketler
 * [hide](https://tr.wordpress.org/plugins/tags/hide/)[post](https://tr.wordpress.org/plugins/tags/post/)
   [show](https://tr.wordpress.org/plugins/tags/show/)[spoiler](https://tr.wordpress.org/plugins/tags/spoiler/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/wpspoiler/advanced/)

## Puanlar

 5 üzerinden 4 yıldız.

 *  [  0 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=5)
 *  [  1 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=4)
 *  [  0 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=3)
 *  [  0 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=2)
 *  [  0 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wpspoiler/reviews/?filter=1)

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

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/wpspoiler/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/wpspoiler/)