Friday, August 24, 2012

How To Add Slider Notification Widget in Blogger



  • Go to Blogger Dashboard --> Template --> Edit HTML --> Proceed
  • Backup your Template before making any changes to your blog
  • Now Expand Widget Templates
  • Press Ctrl + F and search the code shown below
  • Now Find the code shown below using [ctrl+F]



</head>


  • Now Paste the Code Shown Below just above/before it


<style type="text/css">
.slidenote { width: 540px; height: 140px; background: #FBEC78; padding: 1em;
-moz-box-shadow: -0.2em -0.2em 0.7em #333; -webkit-box-shadow: -0.2em -0.2em 0.7em #333;}
.slidenote img { float: left; margin-left: -2em; margin-top: -2em; }
.slidenote img:hover { margin-top: -1.95em; }
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="http://latest-hacks.googlecode.com/svn/gadgets/Sliding Description Panel/jquery.slidenote.min.js" type="text/javascript"></script>

  • Now Find the code shown below using [ctrl+F]


</body>


  • Now Paste the Code Shown Below just above/before it


<div class='slidenote' id='note'>
<div id='container'>
<h2>LATESTHACK</h2>
<span><em>Get All Blogger Tricks And Tips !!! :) </em></span>
<p>Visit now : <a href='http://latesthack.com/'>http://latesthack.com/</a> and learn ... </p>
</div>
</div>
<script type='text/javascript'>
$(&#39;#note&#39;).slideNote({
closeImage: &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsRMl6WiUNjc4bq40KPIXktjDRQ6gf_xxvO6NAbVtAuEaUjcWKWCXtXEUxFTUqzJgPeC0WTTahZEH_RRoT3MKfjXDNPtlqazUNXTRzBLCSIN17r2pGbcBW9AEE9wsdKE_VydWTMuDwz-c/s320/slidenote.close.png&#39;
});
</script>

  • Now save your template

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home