+10 344 123 64 77

Monday, February 18, 2013

You must be aware of ShoutMeLoud, It is a very popular blog having an Alexa Rank of 3k and is run by one of the top indian blogger Harsh Agrawal. You must have seen ShoutMeLoud's Subscription widgets, It is an All-in-One Subscribe widget containing buttons to All major social and subscribe networks. If you want to add a similar widget to your blogger blog then you are at the right place. Today I'll show you How to add SML style Subscribe widget to blogger.

shout me loud style subscribe widget blogger, shoutmeloud

Features

  • All-In-One Subscribe Widget
  • Beautiful Design
  • Email Subscription Form
  • Facebook Like, Twitter Follow, Google+ Buttons
  • Fast Loading & Professional looking

How to Add SML Subscribe Widget to Blogger

  • Log in to your Blogger Account
  • Go to Layout > Click on 'Add a Gadget'
  • Choose HTML/Javascript widget
  • Now Copy Paste the following code inside it.
<style type="text/css">
/* kb Style sheet for subscription box */
#kb-subscribe-box .fb-like-box { border: 1px solid #EBEBEB; padding: 5px; background:#fff;}
    #kb-subscribe-box .gplusone { background: #f7fcfc; border: 1px solid #EBEBEB; border-top: 1px solid #fff; color: #000; font-size: 10px; line-height: 1px; padding:5px;}
    #kb-subscribe-box .twitter-follow { background: #eef9f9; border: 1px solid #dff6f6; border-top: 1px solid #fff; padding:5px 11px;}
    #kb-subscribe-box .email-box {background:#e3edf4; padding:11px;}
        #kb-subscribe-box .email-box h4{color: #555;font-family: Arial;font-size: 12px; margin: 0 0 10px;}
        #kb-subscribe-box .email-box .txt,#kb-subscribe-box .email-box .txt:focus{background:#fff; float:left; color:#92c3c3; border:1px solid #E36B0A; border-radius: 3px; padding: 7px 10px 8px; width: 150px;}
        #kb-subscribe-box .email-box .btn,#kb-subscribe-box .email-box .btn:focus{background:#E36B0A; border:1px solid #AD5513; color:#fff; border-radius: 3px; float: right; font-size: 12px; font-weight: bold; padding: 7px 8px; text-shadow: 1px 1px 0 #D08D00;}
            #kb-subscribe-box .email-box .btn:hover{background:#FF9b00;}
input, textarea {
font-family: Georgia, "Times New Roman", Times; font-size: 1em;}
#kb-text {
background:#4376b1;
border: 1px solid #CCC;
box-shadow: 0 0 5px
#EEE;
line-height: 10px;
margin: 10px 10px 15px 0;
padding: 10px;
width:300px;
}
#kb-text h3 {
color:white;
border-bottom: 1px dotted
white;
line-height:1.385em;
font-size: 18px;
padding: 0;
margin: 0 0 10px;
border-bottom: 1px dotted
#AAA;
font-wieght: normal;
text-transform: uppercase;
letter-spacing: 0;
font-family: Georgia,"Times New Roman",Times,serif;
}
</style>
<div class="kb_widget">
<div id="kb-text"><h3>Stay Connected</h3>
<div id="kb-subscribe-box">
<div class="email-box">
<h4>Subscribe FREE updates on your <a href="http://feedburner.google.com/fb/a/mailverify?uri=trickyblogger" target="_blank">Email</a> | <a href="http://feeds.feedburner.com/trickyblogger" target="_blank">RSS</a></h4>
<form onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=trickyblogger', 'popupwindow',
'scrollbars=yes,width=700px,height=700px');return true" target="popupwindow" method="post" action="http://feedburner.google.com/fb/a/mailverify">
<input name="email" onblur="if (this.value == &#39;&#39;) {this.value = &#39;Enter your email address&#39;;}" onfocus="if (this.value == &#39;Enter your email address&#39;)
{this.value = &#39;&#39;;}" value="Enter your email address" class="txt" />
<input type="hidden" name="uri" value="trickyblogger" />
<input type="hidden" value="en_US" name="loc" />
<input type="submit" value="Subscribe" class="btn" />
<div style="clear:both;"></div>
</form>
    </div>
    <div class="fb-like-box">
      <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Ftrickyblogger&amp;send=false&amp;layout=button_count&amp;width=80&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowtransparency="true"></iframe><a href="http://www.facebook.com/trickyblogger" target="_blank" rel="nofollow" style="color: #3B5998; font-family: arial; font-size: 18px; font-weight: bold; line-height: 20px;"> Like us on Facebook </a><div class="clear"></div>
    </div>
    <div class="gplusone">
<div style="float:left;width:90px;">
<g:plusone href="http://www.trickyblogger.com"></g:plusone>
</div>
<a href="https://plus.google.com/117521503834739609237/posts" target="_blank" rel="nofollow" style="color: #d00; font-family: arial; font-size: 18px; font-weight: bold; line-height: 24px;">Circle us on Google+</a><div class="clear"></div>   
    </div>
    <div class="twitter-follow">
  <a href="https://twitter.com/trickyblogger" class="twitter-follow-button">Follow @Vijesh</a>
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script></div> </div>
</div></div>

  • Now make the following changes to the code
Replace trickyblogger with your FeedBurner Username
Replace trickyblogger with your Facebook Username
Replace 117521503834739609237 with your Google+ Username
Replace trickyblogger with your TwitterUsername
Replace http://www.trickyblogger.com with your blog address   
  • Save Widget
 

Adding Google +1 Button to the widget

  • Go to Blogger > Template > Edit HTML (Backup your template first)
  • Search for </head>
  • Paste the following script before </head>
 <script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
    Now you've successfully added ShoutMeLoud Style subscribe widget to your blog. I hopw you liked it, Please share this post and also leave a comment below. 

      Credit
      The Credit of the widget goes to ProBloggingTools

      Thursday, February 14, 2013

      Bloggers work really hard for designing their blog. They use Best Templates, Widgets, Colors, CSS etc for designing their blog then why keep the default Text selection color? Why not use a custom color for Text selection which blends in your template, I mean which matches your blog colors.
      You can change the default Text selection color just by adding a small CSS code in your Blogger template.

      How to Change Text Selection Color in Blogger

      • Log In to your Blogger Account
      • Go to Template > Edit HTML
      • Search for ]]></b:skin> code
      • Now Add the following code just before ]]></b:skin>

      ::-moz-selection {
          background-color: #000000;
          color: #fff;
      }
      ::selection {
          background-color: #000000;
          color: #fff;
      }
      • Now just change #000000 with the hex code of color you want the Text selection to be.
      • Save Template
       
      Done!!! You've successfully changed the default color of Text selection for your blog. 

      Monday, February 11, 2013

      spice up your blog style social widget blogger spiceupyourblogSpiceUpYourBlog is a Popular blog which covers topics like Blogging Tips, SEO etc. You must have visited this blog before and if you did, you must have noticed its awesome social widget. The Social widget has a nice spinning effect on mouse hovering. The widget looks really awesome and attractive. Today I'll show you How to add SpiceUpYourBlog Style Social Widget on your Blogger Blog.


      Features

      • All Major Social Buttons; Facebook, Twitter, RSS, Feedburner, Pinterest, Google+
      • Spinning effect on Mouse Hover
      • Attractive

      How to Add this Widget to Blogger

      The Installation process is really simple, All you have to do is follow the steps given below.

      • Log in to Blogger > Go to Layout
      • Click on 'Add a Gadget'
      • Choose HTML/Javascript 
      • Copy Paste the following code inside it
      <style>
      #social img {
      -moz-transition: all 0.8s ease-in-out;
      -webkit-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      }
      #social img:hover {
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
      }
      .comments .comments-content .icon.blog-author{position:absolute;top:-1px;right:-12px;margin:0;background-image: url(http://cdn2.iconfinder.com/data/icons/crystalproject/16x16/apps/keditbookmarks.png);width:36px;height:36px}
      .CSS_LIGHTBOX_BG_MASK
      {
      background-color:#990000 !important;opacity: 0.8 !important;
      }
      .post img {max-width:95% !important;}

      --></style>

      <center><div id="social"><a title="Grab Our Rss Feed" href="http://feeds.feedburner.com/The-Area51"  target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-ao-vexRiEthLvnGMhw2Iet2gpbwaipBFR30PjErkw4UgzIYonS3gw_bLxZlLTvSVl-euvYEOizrXAUV_Jr6LiSJKgw0UunXO9FDriueyQUaBQusPaH9Hn6krm3cleDcimZgryMMeaqJ5/s1600/RSS-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a rel="nofollow" title="Get Free Updates Via Email" href="http://feedburner.google.com/fb/a/mailverify?uri=The-Area51&amp;loc=en_US"  target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguUORDIvtFJ84kJ8D6-c1oVn5eN1Nfu7sB75RpIZC4fAoP_-IDnjfZYVn5gGxCMRwJQb4q4m8bbNJM7iUaSOHglSMZnW_phS_Ky4QVFNhMe254W0LEHr5AdkPSe4zYzS8pCUkFrXo8Gg1l/s1600/RSS-EMAIL-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a rel="nofollow" title="Like Our Facebook Page" href="http://facebook.com/thearea51blog"  target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVkOGAs33RIwm8ysxwvh1FGrn_X_LTalMNMm0nnaTxoeAhDDj8JQUfIHvB7d6qaeExsSl6EvZtv5vCYPj0OQRLBTDp7o-rfuXlOHbFP7KUrQ7kNobK3WHg3ygM8awum-GDCOolCSANUtFM/s1600/FACEBOOK-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a rel="nofollow" title="Follow Our Updates On Twitter" href="http://twitter.com/jimmieluthra"  target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDeaMOaCQVZBv7y1x0MEpwP5acTUyJ_lMqWXQGKvmDpHDjXWoXVd5dDB2_PIvba5HOKakkyZxDz837affhpP5FwFoioxivDSXgG8JD0hSAu4OJ6PAQLXhuiwzYoaXZ3lVXtBJF6UpQxVhM/s1600/TWITTER-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a title="Follow Us On Google+" rel="nofollow" href="https://plus.google.com/117521503834739609237" target="_blank"><img style="margin-right:1px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNt6UfSyNQHUk6iGwQwx6UzhvgaPcd43HLt5Yg9lsDUEefyE902Qk_cmqtWxNL_m5qb3sD9dH2IsPAv3e7iTYdG0DN7h_axQ9Fo4bZhwrEDCZ5Ym6sYhM0SAdgeNguJox8r3x88xc8TaJJ/s1600/GOOGLE-PLUS-48x48.png"/></a><a title="Follow Our Pins" rel="nofollow" href="http://pinterest.com/jimluthra/" target="_blank"><img style="margin-right:1px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdjZkCXcK6QUfU4bx3fMqlHdkB-V-3Pv09x1IPY5NitGH0zhIFKX60iEQjictsHRep4sVbi23iLkTyz6hnbAp9tyQjBLHq6_CkWWJVSTTEnAbKjOZFHRK_VUzC99c3LostuOGQAJ9oSn7Y/s1600/PINTEREST-48x48.png" alt="Follow Me on Pinterest" /></a></div></center>
      •  Now make the following changes to the code

      Replace The-Area51 with your FeedBurner Username (Twice)
      Replace thearea51blog with your Facebook Username
      Replace jimmieluthra with your Twitter Username
      Replace 117521503834739609237 with your Google+ ID
      Replace jimluthra with your Pinterest Username

      • Save Widget
      So If you like this post and widget then please consider sharing it. Also leave your comments below.

      Saturday, February 9, 2013

      Social Media Buttons with HoverHello Guys, I here once again with a new Social Media Buttons widget for Blogger. The widget is unique and attractive with a nice hover effect. It includes all major social network's buttons and does not slow down your blog.




      Features

      • Facebook, Twitter, Google+, Pinterest and RSS Buttons.
      • Expands on mouse hover
      • Colorful and Attractive
      • Fast Loading

      Here is a Working Demo


      How to Add This Widget to Blogger Blog

      If you like this widget and want to install it on your blog then just follow the steps given below.

      • Log in to your Blogger account
      • From Dashboard, Go to Layout > Add a Gadget
      • Choose HTML/Javascript
      • Copy the following code and paste inside it
      <style>
      #Tricky-Blogger {
      width: 260px;
      margin: 5px 20px;
      padding:5px;
      }
      #Tricky-Bloggerli {
      cursor: pointer;
      height: 48px;
      position: relative;
      list-style-type: none;
      }
      #Tricky-Blogger .icon {
      background: #D91E76 url('http://3.bp.blogspot.com/-unjaHZfdU1k/UK7b1J4pfOI/AAAAAAAAAzA/r7ccqS2FovU/s1600/MoreBlogTools-SNS.png') 0 0 no-repeat;
      background-color: rgba(217, 30, 118, .42);
      border-radius: 30px;
      display: block;
      color: #141414;
      float:none;
      height: 48px;
      line-height: 48px;
      margin: 5px 0;
      position: relative;
      text-align: left;
      text-indent: 90px;
      text-shadow: #333 0 1px 0;
      white-space: nowrap;
      width: 48px;z-index: 5;
      -webkit-transition: width .25s ease-in-out, background-color .25s ease-in-out;
      -moz-transition: width .25s ease-in-out, background-color .25s ease-in-out;
      -o-transition: width .25s ease-in-out, background-color .25s ease-in-out;
      transition: width .25s ease-in-out, background-color .25s ease-in-out;
      -webkit-box-shadow: rgba(0, 0, 0, .28) 0 2px 3px;
      -moz-box-shadow: rgba(0,0,0, .28) 0 2px 3px; -o-box-shadow: rgba(0,0,0, .28) 0 2px 3px;
      box-shadow: rgba(0, 0, 0, .28) 0 2px 3px;
      text-decoration: none;
      }
      #Tricky-Blogger span:hover {
      visibility: hidden;
      }
      #Tricky-Blogger span {
      display: block;
      top: 15px;position: absolute;
      left: 90px;
      }
      #Tricky-Blogger .icon {
      color: #fafafa;
      overflow: hidden;
      }
      #Tricky-Blogger .fb {
      background-color: rgba(45,118,185, .42);
      background-position: 0 -382px;
      }
      #Tricky-Blogger .twit {
      background-color: rgba(0, 161, 223, .42);
      background-position: 0 -430px;
      }
      #Tricky-Blogger .google {
      background-color: rgba(167, 0, 0, .42);
      background-position: 0 -478px;
      }
      #Tricky-Blogger .pint {
      background-color: rgba(204, 0, 0, .42);
      background-position: 0 -526px;
      }
      #Tricky-Blogger .linked {
      background-color: rgba(0, 87, 114, .42);
      background-position: 0 -574px;
      }
      #Tricky-Blogger .deviant {
      background-color: rgba(76, 122, 74, .42);
      background-position: 0 -622px;
      }
      #Tricky-Blogger .ytube {
      background-color: rgba(170, 0, 0, .42);
      background-position: 0 -670px;
      }
      #Tricky-Blogger .rss {
      background-color: rgba(255,109, 0, .42);
      background-position: 0 -718px;
      }
      #Tricky-Blogger li:hover .icon {
      width: 250px;
      }
      #Tricky-Blogger li:hover .icon {
      background-color: #d91e76;
      }
      #Tricky-Blogger li:hover .fb {
      background-color: #2d76b9;
      background-position: 0 2px;
      }
      #Tricky-Blogger li:hover .twit {
      background-color: #00A1DF;
      background-position: 0 -46px;
      }
      #Tricky-Blogger li:hover .google {
      background-color: #A70000;
      background-position: 0 -94px;
      }
      #Tricky-Blogger li:hover .pint {
      background-color: #C00;
      background-position: 0 -142px;
      }
      #Tricky-Blogger li:hover .linked {
      background-color: #005772;
      background-position: 0 -190px;
      }
      #Tricky-Blogger li:hover .deviant {
      background-color: #4C7A4A;
      background-position: 0 -238px;
      }
      #Tricky-Blogger li:hover .ytube {
      background-color: #A00;
      background-position: 0 -286px;
      }
      #Tricky-Blogger li:hover .rss {
      background-color: #EC5601;
      background-position: 0 -334px;
      }
      #Tricky-Blogger .icon:active {
      bottom: -2px;-webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      }
      </style>

      <ul id="Tricky-Blogger">
      <li><a href="www.facebook.com/thearea51blog" class="icon fb">Like us on Facebook</a>
      </li>
      <li><a href="https://twitter.com/jimmieluthra" class="icon twit">Follow us on Twitter</a>
      </li>
      <li><a href="https://plus.google.com/u/0/117521503834739609237" class="icon google">Follow us on Google+</a>
      </li>
      <li><a href="http://pinterest.com/jimluthra/" class="icon pint">Follow us on Pinterest</a>
      </li>
      <li><a href="http://www.trickyblogger.com/feeds/posts/default" class="icon rss">Subscribe via RSS</a>
      </li>
      </ul>

      • Make the following changes to the code.

      Replace thearea51blog with your Facebook Username
      Replace jimmieluthra with your Twitter Username
      Replace 117521503834739609237 with your Google+ Page ID
      Replace Jimluthra with your Pinterest Username
      Replace www.trickyblogger.com with your Blog Address 

      • Save Widget 

      You've successfully added the widget to your blog. Please share it if you liked it.
      css buttons hover bubbles animation blogger
      Hello Guys, Today I'm going to show you How to Add Beautiful CSS Buttons with Bubbles Hover effect on Blogger blogs. These buttons come in four different colors and they are: Green, Orange, Grey and Blue. You must have seen these CSS buttons on many blogs, You can use these buttons for Download Links, Demo Links etc. on your blog. 


      Features & Advantages

      • Fast Loading
      • Mouse Hover Animation (Bubbles)
      • Four Different Colors
      • Professional Look
      • You can use it for Download Links, Demo Links etc.
      • You can place it anywhere inside blog post.
      • Does not slow your blog load time.

      Widget Demo



      Here is the working demo of all four buttons.

      How to Add Beautiful CSS Buttons to Blogger 


      Installation is simple, Just follow the steps given below.

      • Go to Blogger Dashboard > Template
      • Click on Edit HTML (Please Backup Template First)
      • Search for ]]></b:skin> (Using Ctrl+F)
      • Copy Paste the following code just before ]]></b:skin>

      .button{
      font:15px Calibri, Arial, sans-serif;
      text-shadow:1px 1px 0 rgba(255,255,255,0.4);
      text-decoration:none !important;
      white-space:nowrap;
      display:inline-block;
      vertical-align:baseline;
      position:relative;
      cursor:pointer;
      padding:10px 20px;
      background-repeat:no-repeat;
      background-position:bottom left;
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png');
      background-position:bottom left, top right, 0 0, 0 0;
      background-clip:border-box;
      -moz-border-radius:8px;
      -webkit-border-radius:8px;
      border-radius:8px;
      -moz-box-shadow:0 0 1px #fff inset;
      -webkit-box-shadow:0 0 1px #fff inset;
      box-shadow:0 0 1px #fff inset;
      -webkit-transition:background-position 1s;
      -moz-transition:background-position 1s;
      transition:background-position 1s;
      }
      .button:hover{
      background-position:top left;
      background-position:top left, bottom right, 0 0, 0 0;
      }
      .button:active{
      bottom:-1px;
      }
      /* The three buttons sizes */
      .button.big { font-size:30px;}
      .button.medium { font-size:18px;}
      .button.small { font-size:13px;}
      /* BlueButton */
      .blue.button{
      color:#0f4b6d !important;
      border:1px solid #84acc3 !important;
      background-color: #48b5f2;
      background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'),
      -moz-radial-gradient( center bottom, circle,
      rgba(89,208,244,1) 0,rgba(89,208,244,0) 100px),
      -moz-linear-gradient(#4fbbf7, #3faeeb);
      background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'),
      -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
      from(rgba(89,208,244,1)), to(rgba(89,208,244,0))),
      -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4fbbf7), to(#3faeeb));
      }
      .blue.button:hover{
      background-color:#63c7fe;
      background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'),
      -moz-radial-gradient( center bottom, circle,
      rgba(109,217,250,1) 0,rgba(109,217,250,0) 100px),
      -moz-linear-gradient(#63c7fe, #58bef7);
      background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'),
      -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
      from(rgba(109,217,250,1)), to(rgba(109,217,250,0))),
      -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63c7fe), to(#58bef7));
      }
      /* Green Button */
      .green.button{
      color:#345903 !important;
      border:1px solid #96a37b !important;
      background-color: #79be1e;
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27, #74b317);
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162,211,30,1)), to(rgba(162,211,30,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
      }
      .green.button:hover{
      background-color:#89d228;
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31, #7fc01e);
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183,229,45,1)), to(rgba(183,229,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e));
      }
      /* Orange Button */
      .orange.button{
      color:#693e0a !important;
      border:1px solid #bea280 !important;
      background-color: #e38d27;
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
      }
      .orange.button:hover{
      background-color:#ec9732;
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
      }
      /* Orange Button */
      .gray.button{
      color:#525252 !important;
      border:1px solid #a5a5a5 !important;
      background-color: #a9adb1;
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca, #92989c);
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(197,199,202,1)), to(rgba(197,199,202,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
      }
      .gray.button:hover{
      background-color:#b6bbc0;
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(202,205,208,1) 0,rgba(202,205,208,0) 100px),-moz-linear-gradient(#d1d3d6, #9fa5a9);
      background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAnCyh3Eh82Q7ji-e8KStlbDhvpSqqdY-KGd5DGjm-xZ_Vvhjaf8WU0PFyvHX7RdUo60fy-Z9JysvqxGZL3pSaGCgg8j0MVFIaSfTW5ygUdMIwONGJgkz9CxBaeq9wv1yOSSGGGi-Ibhnc/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(202,205,208,1)), to(rgba(202,205,208,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d3d6), to(#9fa5a9));
      }

      • Save Template and Done!!!

      Now you've successfully added the CSS code inside your Blogger Template. 

      How to Use Buttons 


      After adding CSS. Now whenever you want the button to appear, simply use the code of the color you want.

      <a class="button big blue" href="Your Link" target="_blank">Live Demo</a>

      <a class="button big orange" href="Your Link" target="_blank">Live Demo</a>

      <a class="button big green" href="Your Link" target="_blank">Live Demo</a>

      <a class="button big gray" href="Your Link" target="_blank">Live Demo</a>

      Replace Your Link with the Link and Live Demo with the Button Text.
      Hello Guys, Today I'm back with another cool widget from Digital Inspiration blog. This time it's Social Media buttons with Hover Effect.

      labnol style social media buttons blogger css

      You must have seen Social Media buttons widget on Labnol.org. The buttons are located at the bottom, just above the numbered page navigation. The Social buttons have a nice hover effect which changes the color of the button.

      Features


      • Professional Looking
      • Mouse Hover Effect
      • Loads pretty fast
      • Attractive

      How to Add Labnol Style Social Media Buttons to Blogger


      If you want to install this widget on your blog then kindly follow the steps given below.

      • Log in to your Blogger
      • Go to Layout > Click on 'Add a Gadget'
      • Choose HTML/Javascript
      • Copy Paste the below code inside it

      <style>
      .labnolSocial{display:inline-block;margin:10px
      0}.labnolSocial
      a{text-decoration:underline !important;float:right}.labnolSocial
      span{float:left;display:inline;margin-right:10px}.labnolSocial
      span.last{margin-left:0}.labnolSocial span
      a{display:block;width:32px;height:32px;text-indent:-9999px;background-color:none;background:transparent url("http://img803.imageshack.us/img803/9103/labnolcss.png") 0 0 no-repeat}#iconTwitter{background-position:-33px -33px}#iconTwitter:hover{background-position:-33px 0}#iconFacebook{background-position:-66px -33px}#iconFacebook:hover{background-position:-66px 0}#iconRSS{background-position:0 -33px}#iconRSS:hover{background-position:0 0}#iconYouTube{background-position:-99px -33px}#iconYouTube:hover{background-position:-99px 0}#iconGooglePlus{background-position:-132px -33px}#iconGooglePlus:hover{background-position:-132px 0}.logo{background:url("labnol.org/wp/wp-content/themes/baba/logo-XL.png") no-repeat scroll 0 0 transparent;margin:0
      auto;width:420px;padding:0
      0 20px 0}
      </style>

      <div class="labnolSocial"> <span> <a title="RSS Feed" href="http://feeds.feedburner.com/The-Area51" target="_blank" id="iconRSS" onclick="_gaq.push(['_trackEvent', 'Subscribe', 'RSS', document.location.pathname]);">RSS</a> </span> <span> <a title="Follow on Twitter" href="http://twitter.com/jimmieluthra" target="_blank" id="iconTwitter" onclick="_gaq.push(['_trackEvent', 'Subscribe', 'Twitter', document.location.pathname]);">Twitter</a> </span> <span> <a title="Facebook Page" href="http://www.facebook.com/thearea51blog" target="_blank" id="iconFacebook" onclick="_gaq.push(['_trackEvent', 'Subscribe', 'Facebook', document.location.pathname]);">Facebook</a> </span> <span> <a title="YouTube Channel" href="http://www.youtube.com/user/area51blog" target="_blank" id="iconYouTube" onclick="_gaq.push(['_trackEvent', 'Subscribe', 'YouTube', document.location.pathname]);">YouTube</a> </span> <span> <a title="Google Plus" href="https://plus.google.com/117521503834739609237" target="_blank" id="iconGooglePlus" onclick="_gaq.push(['_trackEvent', 'Subscribe', 'Google Plus', document.location.pathname]);">YouTube</a> </span></div>
      • Make the following changes to the Code

      Replace The-Area51 with your FeedBurner Username
      Replace jimmieluthra with your Twitter Username
      Replace thearea51blog with your Facebook Username
      Replace area51blog with your YouTube Username
      Replace 117521503834739609237 with your Google+ Profile Id 

      • Save it

      Congratulations! You've installed the widget successfully. If you liked this post the please share it with your friends over social media and please leave comments below.
      Labnol.org also known as Digital Inspiration is a very popular Indian Tech Blog by Mr.Amit Agarwal. Many people like the appearance of labnol and want to make their blog look like his. Labnol has a very unique Facebook Like box and many bloggers want to get their hands on it.

      labnol style facebook like box for blogger
      Thanks to HelperBlogger.com, They've extracted the Facebook Like box off Labnol and then converted it into a Blogger widget. Now you can Install Labnol style Facebook Like Box on your Blogger Blog, just by following the steps given below.

      How to Add Labnol Style Facebook Like Box


      To Add this awesome labnol style facebook like box to your blog, follow the below given steps.

      • Log in to your Blogger Blog
      • From Dashboard Go to Layout
      • Click on 'Add a Gadget'
      • Choose HTML/Javascript
      • Paste the below code inside it
      <style>.helperbloggerFB {
      width: 280px;
      height: 150px;
      border-radius: 3px;
      position: relative;
      background-color:#f4f4f4;
      padding:5px 10px 15px 0;
      }
      .helperbloggerFB, .helperbloggerFB:before, .helperbloggerFB:after {
      background: #f4f4f4;
      border: 1px solid #ccc;
      }
      .helperbloggerFB:before, .helperbloggerFB:after {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 2px;
      right: 2px;
      height: 1px;
      border-top: none;
      }
      .helperbloggerFB:after {
      left: 4px;
      right: 4px;
      bottom: -5px;
      box-shadow: 0 0 2px #ccc;
      }
      </style>

      <div class="helperbloggerFB">
      <div style="height:155px;overflow:hidden">
      <fb:like-box href="https://www.facebook.com/thearea51blog" data-width="300" data-height="179" data-show-faces="true" data-border-color="#f4f4f4" data-stream="false" data-header="false" class=" fb_iframe_widget "><span><iframe id="f5741c08" name="fdd6ca2ec" scrolling="no" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; overflow-x: hidden; overflow-y: hidden; height: 179px; width: 300px; " class="fb_ltr" src="http://www.facebook.com/plugins/likebox.php?border_color=%23f4f4f4&amp;channel=https%3A%2F%2Fs-static.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%23cb%3Df2babfba84%26origin%3Dhttp%253A%252F%252Fwww.btsnts.com%252Ff1ae6f85bc%26relation%3Dparent.parent%26transport%3Dpostmessage&amp;colorscheme=light&amp;header=false&amp;height=179&amp;href=https%3A%2F%2Fwww.facebook.com%2Fthearea51blog&amp;locale=en_US&amp;sdk=joey&amp;show_faces=true&amp;stream=false&amp;width=300"></iframe></span></fb:like-box>
      </div>
      </div>
      <div id="fb-root"></div>
      <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
      }(document, 'script', 'facebook-jssdk'));
      </script>

      • Change thearea51blog with your Facebook fan page username.
      • Save Widget

      I hope you like this post, Please share this post with your friends and din't forget to leave your comment.

      Credit: HelperBlogger.com