In this post im gonna explain how to add Css sliding social icons list for blogger. By using Sliding Css Social Profile widget you can link your social media profile Facebook, Twitter and Rss Google plus,Rss and StumbleUpon Check the demo from below link.

Demo
Sliding Css Social Profile Widget
1. Log in to blogger account and Click drop down.


4. Paste below code.
<style>
#socialmenu_btrix {
margin:0;
padding:0;
width: 30em;
height: 4.5em;
overflow:hidden;
}
#socialmenu_btrix li {
display:inline;
list-style-type:none;
}
#socialmenu_btrix li a {
display:block;
float:left;
text-decoration:none;
margin:0;
}
#socialmenu_btrix li a img {
opacity:0.7;
margin:0.5em;
border:0;
float:left;
}
#socialmenu_btrix li a span {
display:none;
}
#socialmenu_btrix li a:hover {
background:transparent;
}
#socialmenu_btrix li a:hover span {
width:7em;
color:#aaa;
display:block;
cursor:pointer;
float:left;
}
#socialmenu_btrix .h2 {
margin:0 5px;
padding:0;
color:#fc0;
font-variant:small-caps;
font-size:1em;
border:0;
}
</style>
<ul id="socialmenu_btrix">
<li>
<a href="https://www.facebook.com/tiwcher"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqfmu2JuasWpISCUpTQuySWQcGo2BFeJmnsVx2O2_-_v3ILGbSYkVJwhJ0RbqDTHh6Lfv1g0kz6uBcx4z_Fs6vyiN9qH5HXagehbsLhAdwTrFUxv0c962Rybr8r9Rx4FXaIfdbzZKtuVU/s1600/Facebook-icon_btrix.png" alt="facebook" width="50" height="50" title="Facebook" />
<span><br />
<b class="h2">Facebook</b><br />
Add to facebook
</span>
</a>
</li>
<li>
<a href="https://plus.google.com/107955298793879607964"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkb9TmU5eHQC-Vfw8sy0ol7oKdhuv7u70svP62NcoGo9hS1Z_a577k4WH3HsQYYkDsjkOilngnNpii3-Q9DiFN-siRsYgqxOD5XTJFGREtf5Yq4rEwHGA4T4U_3ZNRvo5bOX4vi868qKE/s1600/Google-plus-icon_btrix.png" alt="Google plus" width="50" height="50" title="=Google plus" />
<span>
<br />
<b class="h2">Twitter</b><br />
Add to twitter
</span>
</a>
</li>
<li>
<a href="http://feeds.feedburner.com/tiwcher"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcDSjPUGpIIT1mGH9coXUbMrQBf_SFNk-haUwA94cbxuZkAqONEVr-8znkxiGmVBKM_tlkNQbOdH3rgz-dcaayfhjYd5HTFI-vZ5jZjXLoouO7LPZ0lsSVzMSkmVlmGTzRNs73WlyuGag/s1600/RSS-icon_btrix.png" alt="Rss" width="50" height="50" title="Rss" />
<span><br />
<b class="h2">Rss Feed</b><br />
Subscribe
</span>
</a>
</li>
<li>
<a href="http://stumbleupon.com/Username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0P1N-pWsQhaSWzrS24FNfPO8D79zOwsxDFJK35kTvgNdxSNC6N0HP6cc9uirgWwF68kHqCMVVWBuGjItARGhPXPmC-_-plMxqpF1Jagckq7K4XyDjhl-XoLVdNNs3mVNs29ZMNGdKdMI/s1600/StumbleUpon-icon_btrix.png" alt="Stumbleupon" width="50" height="50" title="Stumbleupon" />
<span><br />
<b class="h2">Stumbleupon </b><br />
add to stumble
</span>
</a>
</li>
<li>
<a href="https://twitter.com/tiwcher">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtUXasbgxCLK3BFEnTOFIA2v78N3ziUtUGvvh45mKD7YIdVf1oVXyhv3sQlWuRbsZbOb2qWF5eLRRHC4elsgerZF5_bI-8B_W-okMpcpSq-EELqGmjaqYpj1IRElkN6cPlS2etPHSN1sQ/s1600/Twitter-icon_btrix.png" alt="twitter" width="50" height="50" title="twitter" />
<span><br />
<b class="h2">Twitter</b><br />
add to twitter
</span>
</a>
</li>
</ul>
You have to change the counters manually, just change red color number according to profile.Replace tiwcherwith your Feedburner ID
Replace tiwcherwith your Facebook username
Replace tiwcher with your Twitter Username
Replace 107955298793879607764 with your Google plus ID
Replace Username with your StumbleUpon Username
5. Now save your HTML/Javascript'.You are done.
0 comments:
Post a Comment