Posted on: 25 Dec

Let It Snow! Falling Snow WordPress Plugin

by Aen under The Laboratory

171 comments

Let It Snow

WordPress.com users now have the option to turn on falling snow on their blogs, after Matt Mullenweg asked for a falling snow script two days ago. Since it is only for WordPress.com users and not for self-hosted WordPress blogs, I whipped up a plugin that does the same. All you need to do is upload the plugin folder to your plugin directory and activate to see falling snow on your blog.

Wordpress.com users will have the snow until 2nd January but with this you can leave it on for as long as you like, though it does not make much sense to leave it on for too long.

Download at: WordPress Plugins Directory
Plugin version: 1.2
Required WordPress version: Should work with all.
License: Released under the terms of the GNU GPL: http://www.gnu.org/licenses/gpl.txt

Installation & Config

To install, upload the folder “let-it-snow” with its contents to “wp-content/plugins/” and activate the plugin in your admin panel. That’s it!
The snowfall is configurable by editing snowstorm.js. More information at original DHTML Snowstorm page.

Support

If it does not work for you. Check that your theme has the wp_head() function call in header.php. If it does not, add <? wp_head(); ?> just before the closing </head> tag.
If the snow is going under or covered by stuff on your page, you need to open up snowstorm.js and change this.o.style.zIndex = 2; at line 192 to something like this.o.style.zIndex = 999;. (Thanks to Torben)
If you have questions or need help, leave a comment here.

Credits

This falling snow script used in this plugin is by Scott Schiller.
continued…