I took a lot of time and research in writing this article on How to Add some really amazing snow effect on blog. I have released what I would call the latest and best snow falling effects for blogs with a  different  and working snow falling effect for all bloggers this Christmas, with a better style, design with a faster loading JavaScript code speed.
 

Snow Effect On Blog: How to Add Snow Falling Effect JavaScript for Blogger
Snow
 
However I didn't want to write a new effect just for the sake of it I wanted it to be better than all the others and it is.  The original effects were in many cases just white dots that would float down the page this time we have actual snowflakes effects and they look great on blogs too, testimonies from so many bloggers who use it. 
 
So it's the classic snow flake shape in different sizes with an infinite fall that still won't block or irritate the content for readers.
 
The effect is created using jQuery and by using jQuery we can offer some adjustable settings to suit the taste of your blog.  The settings we added are to change the sizes of the snow, colors of the snow and how many snow you want falling (The frequency of snow falling).

Snow Effect On Blog: How to Add Snow Falling Effect JavaScript for Blogger
But not to worry, it's very easy to add the JavaScript code to your blog and I will walk you through it so even a newbie can do it.  Take a look at the demo below then the tutorial.
Also make sure to comment on our other Blogger Snow Effect you can use for Christmas article to make us serve you better.

Add The New Snow Flake Effect To Your Blog


Step 1. In Your (New Design) Blogger Dashboard Click The Drop Down Menu For Your Blog > Choose Template > Then Edit Html > Now Proceed as shown using the How to Add Snow Falling Effect JavaScript code Video Below:
 
 
 
 
 
Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - How To Find Code In Blogger Template Template)
 
 
</head>
 
 
 
 
Step 3. Copy and Paste the following code Directly Above / Before </head>
 
 
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'/>
<script src='http://yourjavascript.com/61532113121/new-snofall.js'/>

<script>
$(document).ready( function(){
$.fn.snow({ minSize: 10, maxSize: 50, newOn: 400, flakeColor: '#ffffff' });
});
</script>
 
 
The code in green is the main jQuery script if you previously added jQuery to your blog do not add that line.

Settings

The settings are highlighted in yellow above and are as follows :

minSize: 10, - Sets the minimum size of snow flakes, by changing the minimum and maximum sizes you can create different contrasts to suit your blog.
maxSize: 50, - Sets the maximum size of snow flakes.
newOn: 400, - Sets the frequency of snow fall, increase the number to have flakes fall more often and decrese the number for the opposite effect.
flakeColor: '#ffffff' - This sets the color of the flakes.You can change it to text like this : flakeColor: 'red' to make the flakes red, you can also use Hex Colors.This is usefull if your blog has a white background, you could perhaps change the color to grey or off white.Something like #ddd or #ccc would be a good option.

Download Our Full Blog Template with Snow Falling Effect

That's it with all your settings in save your template and check out your new snow effect on your blog.  Drop your comments and questions below.

Post a Comment Blogger Disqus

 
Top