Title: wpSpoiler
Author: Felix Triller
Published: <strong>28 مارس 2007</strong>
Last modified: 31 می 2008

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](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://fa.wordpress.org/plugins/wpspoiler/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/wpspoiler/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/wpspoiler/#installation)
 * [توسعه](https://fa.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/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/wpspoiler/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/wpspoiler/) مشترک شوید.

## اطلاعات

 *  نگارش **1.2**
 *  آخرین به‌روزرسانی **18 سال پیش**
 *  نصب‌های فعال **300+**
 *  نگارش وردپرس ** 2.0 یا بالاتر **
 *  آزمایش‌شده تا **2.5.1**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/wpspoiler/)
 * برچسب
 * [hide](https://fa.wordpress.org/plugins/tags/hide/)[post](https://fa.wordpress.org/plugins/tags/post/)
   [show](https://fa.wordpress.org/plugins/tags/show/)[spoiler](https://fa.wordpress.org/plugins/tags/spoiler/)
 *  [نمایش پیشرفته](https://fa.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)

[Your review](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/)