Saturday, December 14, 2013

10 Spectacular Falling Christmas Objects Including Snow And Santas For Blogger

As we are about to enter December i have been working hard at creating some cool Christmas effects for your blogs.Last Christmas i published a very popular post with a simple snow fall effect for Blogger and this year i wanted to add more options, lots more options.In this post i will share with you 10 awesome Christmas related objects you can have gently falling down your blog.I have created the scripts in a design that looks great but does not interrupt the readers.Adding the script to your blog is easy so lets look at ten Christmas falling effects we have for your blog.I have live demos for 5 of the objects for you to check out, all ten will perform the same.

1. Blogger Falling Animated Snowflake - Live Demo



2. Blogger Falling Animated Snowman - Live Demo



3. Blogger Falling Santa - Live Demo



4. Blogger Falling Presents - Live Demo



5. Blogger Falling Christmas Tree- Live Demo



6. Blogger Falling Blue Snow



7. Blogger Falling Santa Cap



8. Blogger Falling Christmas Candy



9. Blogger Falling Christmas Wreath



10. Blogger Falling Christmas Ornament



All very cool and they will all add a real Christmas feel to your blog.OK so lets add one to your blog, Note do not change the code in any way or the images Will show as broken.

read more :  10 Spectacular Falling Christmas Objects Including Snow And Santas For Blogger

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 in the 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.7.1/jquery.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.

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

AuthorAuthor - Paul Crowe is the owner and main author of Spice Up Your Blog.Paul lives in Ireland, has been blogging since 2006 and writing Spice Up Your Blog since 2009.You can find him in the usual social networks.

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 in the 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.7.1/jquery.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.

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