How To Add jQuery Snow Effect To Blogger Blog
Follow these simple steps to add snow effect to your blog
- Go to Blogger
- Go to Template (Before making any changes you should always take a backup of your template)
- Go to Edit HTML
- Click anywhere on code and press CTRL+F
- Find </head>
- From codes given below add any one just before it
- Done :)
Note - In preview the snow effect may not work but don't worry just save template and visit your blog, it will work like a charm :)
Effect 1
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="//helperblogger.ucoz.com/code/snow-effect1.js"></script>
Note - This effect works with jQuery, if jQuery library is already present on your blog then remove highlighted code.
Effect 2
<script src="//helperblogger.ucoz.com/code/snow-effect3.js"></script>
I tried my best to keep this as simple as possible, still if you are getting any single problem then feel to comment it below. It will be my pleasure to help you :)
Also you can definitely share this article on your blog, but the only thing you have to do is you have to link back to this article.
I tried my best to keep this as simple as possible, still if you are getting any single problem then feel to comment it below. It will be my pleasure to help you :)
Also you can definitely share this article on your blog, but the only thing you have to do is you have to link back to this article.
No comments:
Post a Comment