Title: Snowfall
Author: Artyom Ilyin
Published: <strong>23 dezembro, 2020</strong>
Last modified: 23 dezembro, 2020

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

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

# Snowfall

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

[Baixar](https://downloads.wordpress.org/plugin/snowfall.1.0.0.zip)

 * [Detalhes](https://br.wordpress.org/plugins/snowfall/#description)
 * [Avaliações](https://br.wordpress.org/plugins/snowfall/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/snowfall/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/snowfall/#developers)

 [Suporte](https://wordpress.org/support/plugin/snowfall/)

## Descrição

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)

## Instalação

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.

## Perguntas frequentes

### 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.

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“Snowfall” é um programa de código aberto. As seguintes pessoas contribuíram para
este plugin.

Colaboradores

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

Snowfall” foi traduzido para 1 localidade. Agradecemos aos [tradutores](https://translate.wordpress.org/projects/wp-plugins/snowfall/contributors)
por suas contribuições.

[Traduzir o “Snowfall” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/snowfall)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/snowfall/), consulte
o [repositório SVN](https://plugins.svn.wordpress.org/snowfall/) ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/snowfall/)
por [RSS](https://plugins.trac.wordpress.org/log/snowfall/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versão **1.0**
 *  Última atualização **5 anos atrás**
 *  Instalações ativas **10+**
 *  Versão do WordPress ** 5.1 ou superior **
 *  Testado até **5.6.17**
 *  Versão do PHP ** 7.2 ou superior **
 *  Idiomas
 * [English (US)](https://wordpress.org/plugins/snowfall/) e [Russian](https://ru.wordpress.org/plugins/snowfall/).
 *  [Traduzir para seu idioma](https://translate.wordpress.org/projects/wp-plugins/snowfall)
 * Tags
 * [christmas](https://br.wordpress.org/plugins/tags/christmas/)[easy](https://br.wordpress.org/plugins/tags/easy/)
   [lightweight](https://br.wordpress.org/plugins/tags/lightweight/)[simple](https://br.wordpress.org/plugins/tags/simple/)
   [snow](https://br.wordpress.org/plugins/tags/snow/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/snowfall/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

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

[Ver todas avaliações](https://wordpress.org/support/plugin/snowfall/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/snowfall/)