Monday, April 29, 2013

Sliding Css Social Profile Widget for Blogger

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.

Sliding Css Social Profile Widget


1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Layout" Like Below.

3. Click Add Gadget and select 'HTML/Javascript

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/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRv4QogsRhSe5s525dWh3_5rRja6HmFMOyFR4RObSB8ip3O1dUfmljRPcQdW4dUXoN0m2Z5ceSDl3b7KJibNDmJ1CnzP9Sa6NB7UIq7Pqcy6bwGnlt_-mGXqBCZIzIrFsPbmqQDHB_LPI/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/AVvXsEicwUdIcv6reIVZixUziB_a2mrwCtTho1KTUnaB4_sNmV7D5uM0njyF-gzdylgns2GbI6SKndyy9htKjl3kNOSfgJumwrN__RNoRp6NrP8W2CVC1-_d_Y0xGLYhEb7A71ySULm0HEiSbDY/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/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihpY1kTDqqp7VmQ_Q8fxbeC9rAIoxNn7L-31ccPyu8Y-Ddk0jdP0FGOQrceBunz6QKH196pdZzMesKwt4Z69Au7udM_O0wOwRh2CIZ-l4MhR5GmBLmeu0p1I08g3o21SgSu20MD0g7MUE/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/AVvXsEjZ1Mt1PkWpcVP2DGTSoJORdBhal2r3VouC0Rofc3jGSrqL1u-nC-vVkhNsQQy5c3DrVtxihfgZIX0-T9TKeMQLtemFGO33AxEMlQttSiXgm4iBqmq1hov8OctAJtLKizYGSunMcrdJi_E/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/bloggertrix"> 
     <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkuK3EUqp1YY0Cg0NDaR7UqAzVu1pc9PUInDP8Nl1ZjLVzlST5v87S4f_OZueEWPhZdin9GiQrIJhSRnzE2koKWopGlXsUXHlSMSQmQ7uLSYJeS-nNuNEZIa9qdJ2IlqJiDfVvyGhdZrY/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 bloggertrix with your Feedburner ID
Replace bloggertrix with your Facebook username
Replace bloggertrix with your Twitter Username
Replace 107955298793879607964 with your Google plus ID
Replace Username with your StumbleUpon Username


5. Now save your HTML/Javascript'.You are done.
Hope this Sliding Css Social Profile helps to link your social profiles to increase followers.

8 comments: