Christmas  is on its way, and many bloggers are now changing their templates and themes to welcome the holiday season. If you are on Google Blogger platform, you may use the Christmas Blogger template that we shared last week. We also have a set of Christmas graphics and images in this page. Now in this article, we will show to how to enable falling snow effect or Snowflakes in your Blogger or WordPress blog.





Enable Snowflakes in Blogger:
In Blogger, open your blogs design section and then edit HTML.
Now search for </body> tag and place this JavaScript code just above that section.

<script src="http://cdn.techknowl.com/wp-content/uploads/2010/11/snowflakes.js" type="text/javascript"></script>


Save and refresh the blog page. You will see the snowflakes falling from top section of your blog. You can customize the number, color and speed of the snow flakes by changing the JavaScript parameters. Download the JS file and edit the following sections.

var num = 60; //controls the number of flakes
var timer = 20;//controls the speed of flakes

How to add falling slow effect in a WordPress blog:
In your WordPress blog, move to widgets from the Appearance tab. Now drag Text widget to any suitable location and paste the JavaScript code inside that. That’s it, you have added Snowflakes in WordPress blog.