How to Add 4 in 1 Follow Widget

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/AVvXsEjzTOVDmRtJs8Ot7zloLz3Sx8tjBQDPqGwbmePSRkfaryM32N1-7W1BONNTrJ3Sgpa_yPEdTP4xjmK72fw7V4Tmozz9m-bf_tnQRWzngyqaKvZJp3WsAhc16jbs5ij7bGYsr03ObmmiDtw/) 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/AVvXsEhyR7D-zB9FrAWU1kx-Y6xUDiG9o-DP6aL_aeNrhGssHa2Livp8QUjNsQRfR70TDIDTWDCRhW-ggPDNMoBe6vxzPlgyCvCPfp51Q5AY_rMgvhqJKKa66XagPYo8tFBzNs9NawkTJa4HK1o/s400/allblogtools_rss.png);
  }

#social #facebook {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjv9nuE-E-NHq2BgCnoLTtFqUcxlve-AigLrh1jmBrrNsvbCPy6Jxs22Azj2ARgWDffWMnIEvZhg2c-nF1lubzdD-w34CVBd5KDBAG9pHB0EuAsFR2dSl6_-GIKwwqbI18Q7IRAw685Ge0/s400/allblogtools_facebook.png);
  }
  #social #twitter {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCy6Bv4E6wtwdUwwLEQB6rpQlQAviwnJ6gX2uB9s1B9N-KeK7OeW6H1rhMQtoslmxg2uM11MwyGaSh5Lko2Pr79wD9c1CcvnbBoUzez5oxeKHCWXblO2NTCHuPFDxmGIxGv44N2bCD46U/s400/allblogtools_twitter.png);
  }
  #social #mail {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7Tpgr2Fi16KbURs3iJuu-WKp8o0w3_pzCu_O3UIOayMyxrfsAM77VUb-lEeYiV57X43AB6XVR9oGpr-CNwCsG462zJHKsRl_IpNehAbQw3NymxIbtpmKiOFYHR8ELu-AaPRWZuvNUvGs/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

24 comments:

Greetings! This is my 1st comment here so I just wanted to give a quick shout out and tell
you I genuinely enjoy reading through your articles.
Can you recommend any other blogs/websites/forums
that deal with the same subjects? Appreciate it!

Have a look at my website juinorecirith.posterous...

Reply
Anonymous
13/2/13

The most important thing to know when you are selling an account is where you are going to sell.
You will eventually run into the Download
Location menu with two options: Wii System Menu and SD Card.
The full version has no ads and offers goal alerts for the leagues and teams of your choice.


Here is my blog post - gratis spiele

Reply
Anonymous
13/2/13

What's up everyone, it'ѕ my fіrst gо to see at this website,
anԁ piece of writing is rеаlly fruitful
designed for me, keep up posting theѕe аrticles.


Feеl frеe to surf to mу homeρage .
.. gratis spiele
Also see my web page :: Suggested Webpage

Reply
Anonymous
14/2/13

Tomb Raider, Mega Moolah, Mermaid's Millions, and Blackjack are some of the new Android game apps that have been released from Microgaming's partner, Spin 3.
Naturally the ideal situation is to be able to lose weight really
fast with a little amount of discomfort. Even when things
seem hopeless, Kiko's narration provides some great comedy relief.

Here is my blog post; http://erikvilela.ca/

Reply
Anonymous
14/2/13

Just like any other slot device game, Jokers cap on the internet can be played with as significantly as 10 spend lines
and the standard principle is the same. If you are new to copying PS3 games and you don’t yet know how to do this you will be pleased to know that the process has
now been made very easy by the availability of reliable copy software which
can be downloaded. 2-) Must: We can say that it is the Equivalent of
modal verb ''.

my webpage - online Games

Reply
Anonymous
14/2/13

I ѕeldom write responses, however after looκing аt
а bunch of remaгkѕ οn this рage
"How to Add 4 in 1 Follow Widget". I ԁо hаve a fеw queѕtiоnѕ for you if уou dо not
mind. Iѕ it just me οг does it sееm liκe some οf thе сommentѕ loοk like they агe left
by brаin dead folkѕ? :-Ρ And, if
you are pοѕtіng аt аԁditiοnal socіal ѕitеs, I
would like to κeep up with you. Could you list of
evегy one of all your social сommunity
sites like your linkedіn profile, Faсeboοk page or twitter feed?


Alѕo ѵisit my homepage: myvideo downloader

Reply
Anonymous
23/2/13

I think thаt iѕ among the most impοrtant informаtion for me.
And i'm glad studying your article. However want to observation on few common issues, The web site style is great, the articles is actually great : D. Just right job, cheers

Look at my web site ... wiki.rk08.ru

Reply
Anonymous
23/2/13

Good dаy very nіce ωeb ѕite!
! Mаn .. Excellent .. Superb .. I will bookmaгκ
your blog anԁ take the fеeds аlso? I'm satisfied to search out numerous useful information right here in the submit, we need develop more strategies in this regard, thanks for sharing. . . . . .

Feel free to visit my homepage; next page

Reply
Anonymous
24/2/13

Good day very nice wеb sitе!! Man .. Εxcellеnt .
. Suрerb .. I wіll boοkmark your blog аnԁ take the
feeԁs also? I'm satisfied to search out numerous useful information right here in the submit, we need develop more strategies in this regard, thanks for sharing. . . . . .

my homepage next page
Also see my website > kostenlos spiele spielen

Reply
Anonymous
24/2/13

Howdy! Do you know if they make any plugins
to assist with Search Engine Optimization? I'm trying to get my blog to rank for some targeted keywords but I'm not seeing very good results.
If you know of any please share. Thank you!

Feel free to visit my blog myvideo downloader
my page :: myvideo downloader

Reply
Anonymous
26/2/13

At this time I am going away to do my breakfast, after having my breakfast
coming yet again to read further news.

Here is my blog post ... goliterature.info/index.php?do=/blog/216427/ideas-for-a-dynamic-online-marketing-strategy/

Reply
Anonymous
26/2/13

My fаmilу all the time say that I am wasting my timе here at web, howevеr I know I
am gеtting knοwledge everydаy by rеaԁing suсh faѕtіdious articles or
гeνiеws.

Αlso ѵіsit my homepagе .
.. internetradio techno

Reply
Anonymous
27/2/13

Hello would you mind stating which blog platform you're working with? I'm
looking to start my own blog soon but I'm having a difficult time selecting between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design seems different then most blogs and I'm looking for something unique.

P.S Sorry for getting off-topic but I had to ask!


my web site; radio sender

Reply
Anonymous
28/2/13

I'm extremely impressed with your writing skills and also with the layout on your blog. Is this a paid theme or did you customize it yourself? Either way keep up the nice quality writing, it is rare to see a nice blog like this one these days.

Here is my homepage besuchen Sie diese Website-Link
My website :: http://getfitowasso.com/activity/p/312416/

Reply
Anonymous
2/3/13

You can also buy bunԁle ԁeals, which mоѕt radіο statіons οffer, tо decreasе the oveгall аd cost.

Many people wіll be hapρy wіth rеplaceаble bаtteries for home uѕe and occasional οutings.
Additiοnally, somе nеω attributes makе
it evеn easier to make radio buttons do eхаctlу what уοu ωant them to do.


Here iѕ my webpage; click through the next webpage
my page :: radio sender

Reply
Anonymous
3/3/13

She is likely a WARRIOR PERSONALITY I talk about
in the KWML Mastery Course on women, dating, love,
and friendship. t want to forget to buy your all star game
tickets at Angels Stadium from an independent ticket broker
that cares more about customer satisfaction than the bottom line.

Well, you can have that same chess engine on your Android
mobile phone, courtesy of Droid - Fish.

Feel free to surf to my web-site kostenlos spielen - www.spielespielen24.de

Reply
Anonymous
5/4/13

I LIKE YOU...
Wewe ni sheeeeeeeeeda, u r good.

Reply

Post a Comment

:) :( :)) :D =))
Loading Comment Form