Title: Type-WR
Author: petrolytvyn
Published: <strong>2026年2月10日</strong>
Last modified: 2026年2月10日

---

プラグインを検索

![](https://ps.w.org/type-wr/assets/banner-772x250.png?rev=3457653)

![](https://ps.w.org/type-wr/assets/icon.svg?rev=3457653)

# Type-WR

 作者: [petrolytvyn](https://profiles.wordpress.org/petrolytvyn/)

[ダウンロード](https://downloads.wordpress.org/plugin/type-wr.1.0.0.zip)

 * [詳細](https://ja.wordpress.org/plugins/type-wr/#description)
 * [レビュー](https://ja.wordpress.org/plugins/type-wr/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/type-wr/#installation)
 * [開発](https://ja.wordpress.org/plugins/type-wr/#developers)

 [サポート](https://wordpress.org/support/plugin/type-wr/)

## 説明

Type-WR allows you to easily implement the popular “typing text” animation effect
without writing a single line of JavaScript.

Simply wrap the target text in a shortcode or use a specific CSS class, and the 
plugin will sequentially display the text character by character, simulating a traditional
typewriter.

**Key Features:**

 * **Easy Integration:** Use the [typewr] shortcode or apply the class ‘typewr-type’.
 * **Customization:** Control typing speed, the presence of a blinking cursor, and
   the conditions for when to show the animation.
 * **Lightweight:** Minimal JavaScript footprint (typewr-script.js) ensuring fast
   page load times.
 * **Compatibility:** Works seamlessly with the Block Editor (Gutenberg) and Classic
   Editor.

## スクリーンショット

 * [[
 * The settings panel showing customization options for speed, cursor, and triggers.
 * [[
 * Example of the animated typing effect in action on the website frontend.

## インストール

### Manual Installation

 1. Upload the ‘type-wr’ folder to the ‘/wp-content/plugins/’ directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

### Usage

**1. Using the Shortcode:**

Wrap your content with the shortcode:

    ```
    [typewr]This text will be typed out letter by letter.[/typewr]
    ```

There may be nested tags inside. They will be printed one by one.

    ```
    [typewr]
        <h1>This title will be printed.</h1>
        <p>And this paragraph too.</p>
    [/typewr] 
    ```

**2. Using a CSS Class :**

If you use code add the class ‘typewr-type’ to any HTML element (eg div, h1, h2,
h3, pre, p ) on your page or post.

    ```
    <div class ='typewr-type'>
        <h1>This title will be printed letter by letter.</h1>
        <p>This text will be typed out letter by letter.</p>
    </div>
    ```

You can create animation directly in the text

    ```
    This word will be <span class='typewr-type'>animated</span>.
    ```

### Setting

You can change the settings in the “Settings” menu: select “Type-WR”.

**Available Setting Attributes:**

 * speed : Time in milliseconds between each character (default: 50).
 * cursor : Checkbox – show blinking cursor or not (default: true).
 * trigger : When to start animation select “When loading the page” or “When an 
   element appears on the screen” (default: ‘load’)”.

## FAQ

### How do I change the speed of the typing or the presence of a blinking cursor?

You can adjust the speed or showing the cursor in the plugin settings page (Settings-
> Type-WR).

### Does it work with special characters?

Yes, the script handles standard and most UTF-8 characters without issues.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Type-WR はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献してい
ます。

貢献者

 *   [ petrolytvyn ](https://profiles.wordpress.org/petrolytvyn/)

[“Type-WR” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/type-wr)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/type-wr/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/type-wr/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/type-wr/)を 
[RSS](https://plugins.trac.wordpress.org/log/type-wr/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0.0

 * Initial release.
 * Added core typing functionality via ‘typewr-script.js’.
 * Included shortcode [typewr] and CSS class ‘typewr-type’.

## メタ

 *  バージョン **1.0.0**
 *  最終更新日 **4か月前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 5.0またはそれ以降 **
 *  検証済み最新バージョン: **6.9.4**
 *  PHP バージョン ** 7.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/type-wr/)
 * タグ
 * [animation](https://ja.wordpress.org/plugins/tags/animation/)[letter](https://ja.wordpress.org/plugins/tags/letter/)
   [text](https://ja.wordpress.org/plugins/tags/text/)[Typewriter](https://ja.wordpress.org/plugins/tags/typewriter/)
   [typing](https://ja.wordpress.org/plugins/tags/typing/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/type-wr/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/type-wr/reviews/)

## 貢献者

 *   [ petrolytvyn ](https://profiles.wordpress.org/petrolytvyn/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/type-wr/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](https://www.buymeacoffee.com/lytvynpetro)