This is Christmas Time.You may want to add some Christmas flavor on your blog to attract your visitors in this Christmas. I am sharing here a simple tricks to add Christmas bell widget at the top your blog on both left and right side. You can see the image above or can check the live demo :

1. Log in to your Blogger account, go to 'Layout' > click on the 'Add a Gadget' link

2. Once the pop-up window appears, scroll down and select the 'HTML/JavaScript' gadget:
3. Paste this JavaScript code in the empty HTML box:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script type="text/javascript"> $("body").append($("<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfbPiZs_a1qIiycATWCe8Wi-UGDdnXOZHsdF7fe-eHl9iDqLvsJmtJCCLamXfOnFT02t1MPa0Zx1nCRwg8e-HZWkxeXcWrIgOSZ3eHn6i1ym8LEO3txs2R2pFjuE4h8eTDA-uehgY20S8/s1600/bell_icon_2.png' style='position:absolute; top: 0px;left:0px;border:none;'/><img id='xmasleftbell' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0uzqBADz2DXf5wxKjn6tn_A1xdHAC-y6_RsuLAW9iTD0v2pvg2bgGaj1n2xV_6s6jFDMyKk31JBAC3zgXoDMNC1WHyY4aH_3RnFjEoBIMtuKiPF0T7dZ2Ym731EN8i9JchNs9a1TRO2A/s1600/bell_icon_1.png' style='position:absolute; top: 0px;right:0px;border:none;'/>")); </script> <script src='http://blogergadgets.googlecode.com/files/snowfall.min.jquery.js' type='text/javascript'></script> <script type="text/javascript"> $(document).snowfall({flakeCount:199}); </script>
4. Click the 'Save' button and you're done adding the Christmas Bell to Blogger.
COMMENTS