Christmas Snow Fall Effect on your blog

6:59:00 PM |


Step 1: Go to your Blogger Dashboard >> Click on Template and click Edit HTML button.

Step 2: Click inside the template code area, use CLTRL-F and search for the </body> tag.

Step 3: Copy the below code and paste it just before/above the </body> tag:
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://66682590faf3f4abfbd1a321fe3d713631ccec2b.googledrive.com/host/0B2MISW7jvFMINHR0emdKS3JOZHc"></script>
<script>
$(document).snowfall({flakeCount : 100, maxSpeed : 10, flakeColor: "white", minSize: 1, maxSize: 5, round: true});
</script>
Step 4: Finally save template.