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://cn.wordpress.org/plugins/snowfall/#description)
 * [评价](https://cn.wordpress.org/plugins/snowfall/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/snowfall/#installation)
 * [开发进展](https://cn.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.

## 常见问题

### 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/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/snowfall/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/snowfall/)。

## 额外信息

 *  版本 **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://cn.wordpress.org/plugins/tags/christmas/)[easy](https://cn.wordpress.org/plugins/tags/easy/)
   [lightweight](https://cn.wordpress.org/plugins/tags/lightweight/)[simple](https://cn.wordpress.org/plugins/tags/simple/)
   [snow](https://cn.wordpress.org/plugins/tags/snow/)
 *  [高级视图](https://cn.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/)