plugin-icon

wpSpoiler

제작자: Felix Triller·
A plugin designed to protect the reader against spoilers.
평가
4
버전
1.2
활성화된 설치 항목
400
최근 업데이트일
May 31, 2008

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. Eine deutsche Version dieser Seite ist hier 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; }
무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 2.5.1
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.