Title: Snowfall
Author: Artyom Ilyin
Published: <strong>2020年12月23日</strong>
Last modified: 2020年12月23日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

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

# Snowfall

 作者: [Artyom Ilyin](https://profiles.wordpress.org/ailyin/)

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

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

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

## 説明

Simple easy-to-use and easy-to-set-up lightweight plugin for snowfall effect on 
your site. If you have any questions or inqueries, please feel free to get in touch
via email kupnoh25@gmail.com.

Snowfall plugin uses snowfall library to set up snow effect. For more info about
the library go to https://github.com/KupnoH/snowfall.
 Plugin is very easy to install
and use. Though some coding needed to set this plugin up it’s very easy and _Installation_
section explains it in details. You can find this plugin on github [here](https://github.com/KupnoH/snowfall-wp)

## インストール

To install the plugin do the same steps you do for installing wordpress plugins.

#### Set up

The set up for the plugin is a bit harder, but I’ll explain it in details:
 The 
plugin allows to set up snowfall effect in 2 ways: 1. via WordPress actions 2. manually.

#### 1. WordPress actions.

Plugin provides action `snowfall_main_tag_action` which adds necessary blocks and
queues necessary scripts. This is why this set up is easier.
 To make it work add
the following code right after `<body>` opening tag:

    ```
    <?php do_action('snowfall_main_tag_action'); ?>
    ```

When this action will be added, and the plugin will be enabled you will see the 
snowfall effect on your site.

#### 2. Manual set up

As mentioned above manual set up is a bit harder than set up through WordPress actions.

To set up plugin manually you need to: – add `<div id="some-unique-id"></div>` right
after `<body>` opening tag. **NOTE:** the `id` attribute for this block should be
unique. – create the following javascript snippet: `new Snowfall("some-unique-id");`**
NOTE:** `some-unique-id` from this code snippet should be the same as `id` attribute
from the block you created above. – enqueue the code snippet from the step above
after `snowfall` script (`snowfall` – is a script’s handle for more info see [wp_enqueue_script](https://developer.wordpress.org/reference/functions/wp_enqueue_script/))–
now activate the plugin if it’s still disabled and you will see the snowfall effect
on your site.

## FAQ

### Can I customize the snow effect?

In short – yes.
 To customize the snowfall effect(increase/decrease number of snowflakes,
increase/decrease it’s size/color etc) you have 2 options: – do it manually yourself(
some coding knowledge required) – ask me to do it for you

If you chose to do it yourself, please refer to snowfall library documentation [here](https://github.com/KupnoH/snowfall/blob/master/README.md).

If you want me to do it for you, please write me an email to `kupnoh25@gmail.com`
with Subject `Snowfall customization` and we would discuss further details.

## 評価

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

## 貢献者と開発者

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

貢献者

 *   [ Artyom Ilyin ](https://profiles.wordpress.org/ailyin/)

“Snowfall” は1ロケールに翻訳されています。 [翻訳者](https://translate.wordpress.org/projects/wp-plugins/snowfall/contributors)
のみなさん、翻訳へのご協力ありがとうございます。

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

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

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

## メタ

 *  バージョン **1.0**
 *  最終更新日 **5年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 5.1またはそれ以降 **
 *  検証済み最新バージョン: **5.6.17**
 *  PHP バージョン ** 7.2またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/snowfall/)、[Russian](https://ru.wordpress.org/plugins/snowfall/).
 *  [プラグインを翻訳](https://translate.wordpress.org/projects/wp-plugins/snowfall)
 * タグ
 * [christmas](https://ja.wordpress.org/plugins/tags/christmas/)[easy](https://ja.wordpress.org/plugins/tags/easy/)
   [lightweight](https://ja.wordpress.org/plugins/tags/lightweight/)[simple](https://ja.wordpress.org/plugins/tags/simple/)
   [snow](https://ja.wordpress.org/plugins/tags/snow/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/snowfall/advanced/)

## 評価

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

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

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

## 貢献者

 *   [ Artyom Ilyin ](https://profiles.wordpress.org/ailyin/)

## サポート

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

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