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.

Kinsta: Premium Managed WordPress hosting

Dernière version / Latest version : 1.1

Install notes

  • Extract all files in /wp-content/plugins/snowy/
  • Activate the plugin
Codeable: trouvez les meilleurs développeurs WordPress

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

51 réflexions au sujet de “Snowy, let it snow on your WordPress”

  1. 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 Report a typo Report icon
  2. 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 Report a typo Report icon
  3. 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 Report a typo Report icon
  4. 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 Report a typo Report icon
  5. 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 Report a typo Report icon
  6. 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 Report a typo Report icon
  7. 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 Report a typo Report icon
  8. 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 Report a typo Report icon
  9. 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 Report a typo Report icon

Laisser un commentaire