Snowy, let it snow on your WordPress

Snowy est un plugin pour WordPress qui permet de faire tomber quelques flocons de neige sur votre blog. Il ne requiert pas d’image, les flocons sont générés dynamiquement en DHTML.

Snowy is a WordPress plugin that makes some snowflakes fall all over you blog (ideal for the Christmas season !). It does not require any images, everything is dynamically generated via DHTML.

Distingo, le livret à 2%

Dernière version / Latest version : 1.1

Install notes

  • Extract all files in /wp-content/plugins/snowy/
  • Activate the plugin
Kinsta: Premium Managed WordPress hosting

Changelog

  • v1.1 (15 Nov 2006) : fixed the script header.
  • v1.0 (12 Nov 2006) : initial release

Licence

The script is linkware. A link back here would be appreciated if you use the script.
And you can always show your appreciation by clicking the donate button ;-)

Demandez à l'IA son opinion
Gravatar for Matt Biscay

Je suis Matt Biscay, développeur WordPress & WooCommerce certifié chez Codeable, administrateur système et enseignant.

J’aide les entreprises à créer, optimiser et fiabiliser leurs sites WordPress avec une approche technique propre : performance, sécurité, maintenance, développement sur mesure et résolution de problèmes complexes.

Sur Skyminds, je partage des tutoriels WordPress, WooCommerce, Linux et administration système, avec des solutions testées sur des cas réels et pensées pour durer.

Découvrez mes services WordPress et WooCommerce.

51 pensées sur “Snowy, let it snow on your WordPress”

  1. I’ll enable the plugin on this site on December 1st :)
    Version 1.1 fixes a bug in the header – you can now upload the whole folder to the plugin directory.

    Répondre
  2. Hello, all the plugin files should be located in /wp-content/plugins/snowy/. The script folder name needs to be « snowy » and nothing else (yours is « snow »).

    Répondre
  3. I think I goosed the prefs just a little after seeing that making flakes too big or too many really slowed down performance.

    bgr

    Répondre
  4. just check again and it does work, but only in Intenet, not on firefox!

    even if I did turn on the option to run the script in firefox!

    can you help?

    thanks

    Répondre
  5. Kevin, everything works the same in IE and Firefox. What do you mean with « I did turn on the option to run the script in firefox » ? The script has no options : you either activate or desactivate it.

    Répondre
  6. If you check in the .js

    you can tell it to run in firefox or not..

    now i turned the plugin off but before it worked only in IE, though yours works both on IE and FF.

    Maybe I’ve got an error in my code and that’s what makes it not work with FF.

    anyway instead I animated my welcome image with some snow so.. better than nothing!

    Répondre
  7. Didn’t change a thing sadly,

    and the snow color isn’t the problem since I can see it in IE…

    I really think the problem is an error in my code since other plugins I tried had errors too, I went for the easy bit and added an animated .gif instead.

    Merci de ton aide! :)

    Répondre
  8. Hi There,
    I followed the instructions and read the comments when I hit a dead end. Unfortunately the script still doesn’t work for me. Is there something I’m doing wrong? Appreciate any help.

    Répondre
  9. Hi,

    Kevin, if you have issues with other plugins too that may explain why it does not work. Pas de quoi :)

    Jasmin : the plugin works out-of-the-box provided conditions are respected :
    – it must reside in /wp-content/plugins/snowy/
    – your theme’s footer.php file must have the do_action('wp_footer'); instruction.

    Répondre
  10. Hello,

    swannivision, footer.php must have the do_action(‘wp_footer’) ; instruction. Your theme seems broken : you have a closing table after the </html> tag

    Rick, I’ve got no idea why it doesn’t work with Firefox. I tried on IE and it appears fine but outputs JS errors. It may be related.

    iKArus : I’m glad it works for you :)

    Répondre
  11. Hi, thanks for the plugin but actually I got a little problem. On your blog I see the snow on both IE and FF. But when I activated it on this blog I can see them only on IE. Any clue about this ?

    I downloaded from the link above, unzip then upload where it should be.

    Répondre
  12. J’ai trouvé !
    I found the solution for FF !
    Just put the do_action() in the right div, not just before de body tag !
    Put it in the inner div.

    Répondre
  13. Hallo, I would like to install, this plugin, but I have a question???
    Can I change the snow from point to this star-sign ==> *
    What I have to change in the code?

    Thank you very much for helping me, I appreciate it!!!!

    Namaste

    Elena

    Répondre
  14. Ce plugin a vraiment l’air génial, mais lorsque j’essaye de le télécharger, j’obtiens un dossier vide.
    Est-ce moi ou alors un problème de fichier?
    Merci d’avance! ;-)

    Répondre
  15. Hello,

    Elena > the flakes are generated automatically, with different sizes and shapes everytime. If you need a certain picture, you may have more luck with a script that uses pictures.

    Duerre > utilises-tu Safari par hasard ? Ce navigateur semble avoir des soucis avec les redirections :-/ Je t’envoie le fichier sur ta boîte mail.

    Répondre
  16. @==>Matt

    Thank you very much for your answer, but I didn’t want use any picture or .gif!
    I would like this sign ==> ******** (star), if is this possible to change?

    Répondre
  17. Bonjour,

    J’utilise votre merveilleux script depuis hier, seulement, j’aimerais que les « flocons » qui sont générés soit un peu plus gros. J’espère donc que vous pourrez m’aider à le réaliser. En attendant votre réponse avec impatience,

    Bonne journée.

    Répondre
  18. Hello,

    Elena > it’s impossible to change without rewriting the script totally. The size and shape of the flakes are generated randomly.

    Dimitri > il est possible d’influer sur la taille des flocons en changeant les valeurs de la ligne 32 du fichier snowy.js :

    sfs[i] = Math.round(1 Math.random() * 1);

    comme ceci par exemple :

    sfs[i] = Math.round(2 Math.random() * 1);

    Note : les flocons sont censés être petits, trop gros ils deviennent pixellisés !

    Répondre

Opinions