How to Add 4 in 1 Follow Widget

Anonymous 8:13 PM Edit Artikel
Hello, bloggers! Previously, I've posted about Add Flapper Social Bookmarking Widget. Now, I will post about How to Add 4 in 1 Follow Widget. Maybe it sounds like Add Mini 5 in1 Share Widget. Hoax...forget it. OK, back to this widget, this widget has some features such as 4 social icons (Facebook, Twitter, mail letter, and RSS feed), jQuery tooltip, and fresh design. Shortly, if you want to try 4 in 1 Follow Widget, just follow the steps below. Need a DEMO?

1. Log in to your blogger account
2. Go to Design --> Edit HTML
3. Copy the code below, and paste above </body>

<script type='text/javascript'>
window.setTimeout(function() {
document.body.className = document.body.className.replace(&#39;loading&#39;, &#39;&#39;);
}, 10);
</script>

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function() {

$('#social li').each(function() {

var $li = $(this);
var title = $li.find('a').attr('title');

$li.find('a').removeAttr('title');

$('<span class="tooltip"/>').text(title).appendTo($li.find('a')).hide();


$li.find('a').mouseover(function() {


var top = $(this).position().top;
var left = $(this).position().left;

$(this).find('span').fadeIn()({
top: top,
left: left
}, 'slow');

});

$li.find('a').mouseout(function() {


$(this).find('span').fadeOut('slow');


});

});


});

//]]>
</script>

4. Click SAVE TEMPLATE
5. Go to Design --> Page Elements --> Add Gadget
6. Choose "HTML/Java Script"
7. Add the code below, and customize first

<style text-type="CSS">

  #social {
  width: 98%;
  height: 45px;
  margin: 0;
  padding: 10px 5px 5px 30px;
  list-style: none;
  border-right:solid 1px #853529;
  position: relative;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrgU5CYbEr7hSWaW9c3UOTG9QQcxWsK57Hex6Zggbc0Jwt-LRc8w5gwLQpEEyI9BvPA6P0QT35zHnd7FJyvo5SqQ-h6PBINMiPQll-IoR1lGtvnZFW8qOCkczdPN7vvBeNxJWbfgpzHNU/) no-repeat left top;
  }

#social p{
  font-size:1.5em;
  color:#FFFB98;
  font-weight:bold;
  float:left;
  margin: 10px 10px 0 0;
  text-shadow: 1px 1px 0px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  }

.abt{
  font-size:0.8em;
  color:#787878;
  float:right;
  margin: 0 -30px 0 0;
  text-shadow: 1px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=1, offy=1);
  }

#social li {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 3px;
  }

#social li a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000em;
  background-repeat: no-repeat;
  text-decoration: none;
  }

#social #rss {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRJaYiBO0HEnusbdwzclPN8Ob9JkaLe09BJMoftzgpQk1GV87c4_ps4GYiLjkPKM4U8gCKnV8BagK_mf85pdLPySGaea3rIviiBIyiaxWrRlqRnMlrkcsSkLeFaW9jWLT4f4W3vQZ1_Fg/s400/allblogtools_rss.png);
  }

#social #facebook {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz7Epkk-PYOKb4pzQ6vaFhMpviK51P8Xfh3Zqpr5GIVCTkcLAweO2gIKZpH5aEb62iIcwzXpvVbZkPsD4CVurx4KM_83W1bgO-P-spcLv3wxv8vOU0XRCMkohrDOAYmRjlzLhkBtIUWX4/s400/allblogtools_facebook.png);
  }
  #social #twitter {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqXa97YYh071tBIiMiC9508A7OPj7Bl4dDABO62ON-bixcFEqFHCiV_C0imi5Rv2cMzoPcOpR0vpa652tOV9QWhiLWLYFMYTQ87VSSb0rGv0QGhIDlKo5g2NAqgoO1dVLfzIG9PcHqplU/s400/allblogtools_twitter.png);
  }
  #social #mail {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhfd-k8nGCTMk5DCN_QJXuQ06ARbE9HMla72sESQrWRZln-7_316INpVPGpyxmTfYZAgJOkF_pEW8AS1aUAEDFmqEYzmipu-Y47c_EnryFhQUuiYnQihrGCOU-enqEVr0j7wfBwxicG-A/s400/allblogtools_email.png);
  }

span.tooltip {
  background: #575757;
  padding: 3px;
  display: block;
  width: 140px;
  border: 1px solid #000000;
  position: absolute;
  margin-top:-40px;
  color: #F0F0F0;
  font-size:10px;
  text-indent: 0;
  font: Arial, sans-serif;
  text-align: center;
  -webkit-box-shadow: inset 2px 2px 2px #616161;
  -moz-box-shadow: inset 2px 2px 2px #616161;
  box-shadow: inset 2px 2px 2px #616161;
  -moz-border-radius: 5px;
  border-radius: 5px;
  }
</style>

<ul id="social">
  <p>Follow Us </p>
  <li><a rel="nofollow" href="http://BLOG-NAME.blogspot.com/feeds/posts/default?alt=rss" id="rss" title="Follow Our Feeds">Rss</a></li>

<li><a rel="nofollow" href="MailLink#" id="mail" title="Subscribe To Our News Letter">Mail</a></li>

<li><a rel="nofollow" href="FaceBookLink#" id="facebook" title="Be Our FaceBook Fan">Facebook</a></li>

<li><a rel="nofollow" href="TwitterLink#" id="twitter" title="Follow Us On Twitter">Twitter</a></li>
  </ul>
<b class="abt"><a rel="nofollow" href="http://tipsandtricksfor.blogspot.com/2011/04/how-to-add-4-in-1-follow-widget.html">Get This Widget</a></b>

8. Now click SAVE
Previous
Next Post »
Show comments
Hide comments