• Tutorials
  • Blogger Themes
  • Blogger SEO
  • Blogger Widgets
  • Internet
  • Mobile Phones
  • Gadgets
BloggerHero - Blogger Tuts, SEO, Themes, Gadgets
  • Home
  • Blogger
  • SEO
  • Themes
  • Internet
  • Widgets
  • Gadgets
  • About
  • search
    close
Showing posts with label widget. Show all posts
Showing posts with label widget. Show all posts
Hi guys, its been a long time I haven't been here, but I'm back now for almost all time with new themes, widgets and stuff for blogger and as you know "I don't always do anything but when I do, Its always AWESOME!" well today we are looking for something new on blogger, mostly this thing you will find in WP blogs, so I've designed this awesome page loader in iOS7 Bar Style for blogger. It looks like iOS7 type bar totally, you can check live demo for it. As you know we keep everything simple here so I'll be providing very simple, easy and one time coding here today.
First of all you can check live demo for this AWESOME iOS7 Page Loader for Blogger. (Just hit any blog post or any external link) you will see that there's loading effect in iOS7 bar style when you hit the link.
iOS7 Loading bar for blogger

liked live demo? now lets see the one time easy installation of this iOS7 Loading Bar for your blog.
Just follow these easy steps :
1. First of all go to Blogger > Template > Edit Template
2. Now find the code </body> (by CTRL + F)
3. After finding the above code, just paste the following code just above it.
<style>
#page-loader {
        position: fixed!important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        background:#fff url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh97LZD2bFSSKF_iKqTlhAwkg9TeKj1EmmoNPK8hsmbzoLqiWGGsXVa0AtRjgZmS9bWFz-1p8PA6NVi8eehKRbRjZqHzwC1oAejTYv_-CZlYouLXfGLZsxoD6nMwAodwWNmK77YusCOOm0/s1600/iOS7Loader.gif') no-repeat 50% 30%;
        color: #000;
        display: none;
        font: 0/0 a;
        text-shadow: none;
        padding: 1em 1.2em;
}
</style> 
<script type='text/javascript'>
//<![CDATA[
$(document.body).append('<div id="page-loader">Loading...</div>');
$(window).on("beforeunload", function() {
    // ... Show the Animation `.fadeIn()`
    $('#page-loader').fadeIn(000).delay(6000).fadeOut(000);
});
//]]>
</script>


4. Done, Hit Save! Go on, check your blog now.
I hope you would have liked this awesome loading bar, I'm posting whole set of new blogger page loaders in next posts so just stay subscribed if you don't want to miss the fun!
Stay connected and keep surfing on bloggerhero! post your thoughts, queries here in comment box!

author css, widget 05:51
How to Add Stumble Upon Button to Blogger
Stumble Upon is one of the best ways to get easy traffic for your blog. What you need is to just share your blogger posts on Stumble Upon and you get traffic. There is no trick behind this, actually the logic is that the guys who stumble there might find your shared posts and hence they visit, but also stumble upon shows random posts and due to huge number of users you get plenty traffic.
But for sharing your blogger posts on Stumble Upon you need to add the Stumble Upon Badge or Stumble Upon Button. [Discovery Tools]
Its really easy you just need to select badges from the following link and add them to HTML/Javascript Widget. Its really easy.

Now lets see how to add these Stumble Upon Buttons or Badges.

There are plenty options for adding these buttons with 5 layouts, each layout comes with different size and shape.

Adding Stumble Upon Badge to Your Blog :

1. Go to Stumble Upon Badge Center - Stumble Upon Badges
 2. Hit "Get Started" , then you will find Discovery Tools.
3. Choose the type of badge you like and after clicking you will get your code.
How to Add Stumble Upon Button to Blogger
4. That's it, choose and copy your code and paste the whole code where you want to appear your Stumble Upon Button. You can simply paste the button in HTML/Javascript Widget or Below Post Titles.

I hope you will receive traffic when you start sharing your blog content on stumble upon. You can also try my custom social share widgets for more social share buttons.

Guys, you can stay subscribed for more awesome SEO Tips for Blogger, I'm gonna write cool stuff for this weekend.
Stay Connected !

author blogger, SEO, widget 21:58
Pure CSS About Me Widget for Blogger
Today we are going to learn how to add Pure CSS Java Enabled "About Me" widget for your blogger blog. This widget is made with Pure CSS and works on the principle of its Javascript. There is no question about it that its awesome. It has many sections like Dribble, Twitter, GitHub [You can also use it as Google Plus] Skype, Email.
It has the basic constituents which is required for the "About Me" widget for any blogger's blog by which the people can reach to your blog easily. The widget simply contents with impressive quotes to attract the visitor.
The installation process is really easy but before installing this widget on your blog, try our live demo.
Live Demo

Now, you must have seen the Live Demo and willing to add this Awesome Widget to Your Blog Footer or in About Us Page. The main feature of this widget is that you can place it after your post or article [Footer Section] and also in "About Us" page as it's constituent. That's it, lets see how to try this widget.

How To Add About Me Widget to Your Blog ?

Basically there are two parts of this widget.
A. To Add this widget below post / article.
B. To Add this widget in Blogger "About Us" / ''About Me" Pages.

A. To Add this widget below post / article.

1. Go to Blogger > Dashboard > Template > Click Edit HTML.
2. Find the following code <data:post.body/>
3. After finding this code paste the following code just below it.
<style>
.wrap {
max-width: 1120px;
margin: 0 auto;
}
/* about me widget by http://techethix.blogspot.com */
#about {
 padding: 8rem 0 0;
}

#about #location {
 text-align: center;
 padding:0 2rem;
 margin-bottom: 9rem;
}
#about #location h2 {
 font-size: 34px;
 font-weight: 100;
 /*color: #48535A;*/
 color: #555;
 margin-bottom: 5rem;
}
#about #location h2 > strong {
 font-weight: bold;
}
#about #location .map {
 background: url('../img/map.png') no-repeat center center;
 background-size: 100%;
 width: 620px;
 height: 418px;
 margin: 0 auto;
 position: relative;
}
#about #location .map-fallback {
 display:none;
}
#about #location .map-fallback > img {
 width:100%;
}
#about #location .map-pin {
    position: absolute;
    right: 100px;
    top: 225px;
}
#about .bio {
 max-width: 800px;
 margin: 0 auto;
 margin-top: 4rem;
}
#about .bio > p {
 font-size: 20px;
 font-weight: 100;
 line-height: 36px;
 /*color: #758087;*/
 color: #555;
}
#about #networks {
 padding: 5rem 0;
 text-align: center;
 background: rgba(0,0,0,0.025);
 -webkit-transition: background .5s;
 -moz-transition: background .5s;
 -ms-transition: background .5s;
 -o-transition: background .5s;
 transition: background .5s;
}

#about #networks.active p {
 color: #fff;
}
#about #networks p {
 font-weight: 100;
 font-size: 20px;
 margin-top: 3rem;
 color: #48535A;
}
#about #networks p > span {
 font-weight: bold;
}
#about #networks .links {
 list-style: none;
}
#about #networks .links > li {
 display: inline-block;
 margin: 0 15px;
 background-image: url('http://codedevelopr.com/screenshots/sprite.png');
 opacity: .4;
 -webkit-transition: opacity .4s;
 -moz-transition: opacity .4s;
 -ms-transition: opacity .4s;
 -o-transition: opacity .4s;
 transition: opacity .4s;
}
#about #networks .links > li:hover {
 opacity: 1;
}
#about #networks .links > li > a {
 display: block;
 text-indent: -9999px;
 width: 36px;
 height: 36px;
}
/* social icon stuff */
#about #networks.dribbble { background-color:#ed6297; }
#about #networks.twitter { background-color:#2094CA; }
#about #networks.github { background-color:#4A535B; }
#about #networks.zerply { background-color:#9DBC7A; }
#about #networks.skype { background-color:#47AED9; }
#about #networks.email { background-color:#e74c3c; }
#about #networks .links > li.dribbble { background-position:0 0; }
#about #networks .links > li.twitter { background-position:0 -36px; }
#about #networks .links > li.github { background-position:0 -72px; }
#about #networks .links > li.zerply { background-position:0 -108px; }
#about #networks .links > li.skype { background-position:0 -144px; }
#about #networks .links > li.email { background-position:0 -180px; }
#about #networks .links > li.dribbble:hover { background-position:-36px 0; }
#about #networks .links > li.twitter:hover { background-position:-36px -36px; }
#about #networks .links > li.github:hover { background-position:-36px -72px; }
#about #networks .links > li.zerply:hover { background-position:-36px -108px; }
#about #networks .links > li.skype:hover { background-position:-36px -144px; }
#about #networks .links > li.email:hover { background-position:-36px -180px; }
</style>
<section id="about" class="clear">
<div id="networks" class="">
<div class="wrap" id="mf5">
<ul class="links" id="mf6">
<li class="service dribbble" data-network="dribbble" data-tip="View my work on Dribbble" id="mf7">
<a href="http://dribbble.com/jason-davis" target="_blank" id="mfa2">View my work on Dribbble</a>
</li>
<li class="service twitter" data-network="twitter" data-tip="Follow me on twitter" id="mf8">
<a href="http://twitter.com/#!/JasonDavisFL" target="_blank" id="mfa3">Follow me on Twitter</a>
</li>
<li class="service github" data-network="github" data-tip="Fork me on Github">
<a href="http://github.com/jasondavis">Fork me on Github</a>
     </li>
     <li class="service zerply" data-network="zerply" data-tip="Check out my online resume">
            <a href="http://zerply.com/jasondavisfl">Check out my online resume</a>
     </li>
     <li class="service skype" data-network="skype" data-tip="Lets chat on Skype" id="mf9">
      <a href="skype:[jason.davis.fl]?[call]" id="mfa4" style="
">Lets chat on Skype</a>
     </li>
     <li class="service email" data-network="email" data-tip="Shoot me an email, lets talk" id="mf10">
      <a href="mailto:jason.davis.fl@gmail.com&su=ATTN: Jason Davis" id="mfa5" target="_blank">Email me, lets talk</a>
     </li>
    </ul>
    <p id="mf11">You can find me all over the web</p>
   </div>
  </div>
</section>
<script type="text/javascript">
$(function(){
 /* Service hovers */
 $(".service").hover(
  function() {
   $("#networks").addClass($(this).data("network")).addClass("active");
   $("#networks p").html($(this).data("tip"));
  },
  function() {
   $("#networks").removeClass();
   $("#networks p").html("You can find me all over the web");
  }
 );
});
</script>
4. Now You can edit the links here and also the text you want to appear. Just copy them and find the lines which you want to edit or modify !

That's it, now you have installed this widget on your Blog Posts but I suggest you to try this widget in Your Blog Pages !

B. To Add this widget in Blogger "About Us" / ''About Me" Pages.

1. Go to Blogger > Dashboard > Pages.
2. Select the above code and paste it in "HTML" section.
That;s it you can add any description or anything you want there. Hit upadate {If you have existing About Me / About Us page}

I hope you would like this Brand New, Unique About Me widget ! Stay connected with Us. If you have any problem just drop your comment here :)


author blogger, css, responsive, widget 06:08
Every Blogger likes Responsive and On Hover Widgets. Today I will tell you how to add On Hover Responsive Social Share Buttons for your blogger blog.
Last time I had posted about "Responsive Shutter Social Subscription Widget For Blogger" I hope you would have installed them, if not then you can have a look on it.
You might have an official mini modified Facebook like , Google Plus One, Twitter Tweet buttons, I have figured out some coding and made unique On Hove Responsive Shutter Type Social Share Buttons you can have a look on live demo.
The widget is purely made with CSS codes which make it responsive, If you just hover on Facebook section then the like button with appear with an extreme slide transition effect.

Live Demo

Features :

1. Pure CSS.
2. Official Share Buttons.
3. Facebook Like, Twitter Tweet, Google +1 , Linked In Share Buttons.
4. Responsive and Stylish.
5. Easy Installation.

After having look on live demo you must be willing to add this widget to your blog so lets see how to install this widget for your blog.

Installation :

1. Go to Blogger > Template > Edit HTML.
2. Press CTRL + D and find the code <data:post.body/>
3. After finding the above code, copy paste the following code just below it.
<b:if cond='data:blog.pageType == "item"'>
<style>
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";
#buttons {
    width: 475px;
    overflow: hidden;
    margin: 70px auto 0;
}

.button {
    float: left;
    margin-right: 10px;
    width: 110px;
    background: #eaeaea;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 1px 0px #fdfdfd;
    padding: 15px 5px 5px;
    box-sizing: border-box;
}

.button i {
    background: #c5c5c5;
    color: #eaeaea;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.social-container {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #656565;
    line-height: 54px;
    font-family: Open Sans;
    background: #d8d8d8;
    width: 100%;
    height: 45px;
    box-shadow: inset 0 -2px 4px #c7c7c7;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.slide, .button i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.slide {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 22px 22px;
    -o-border-radius: 0 0 22px 22px;
    -ms-border-radius: 0 0 22px 22px;
    -moz-border-radius: 0 0 22px 22px;
    -webkit-border-radius: 0 0 22px 22px;
 /* top fix */
    transition: all 0.2s ease-in-out;
    position: absolute;
    height: 45px;
    width: 100%;
    top: -35px;
}

.slide::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    box-shadow: inset 0 1px 0px #fdfdfd, 0 3px 0px #cdcdcd;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eaeaea;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    bottom: 0;
}

.button:hover .slide {
    top: 0;
    border-radius: 3px;
}

.linkedin .IN-widget, .button iframe, .google #___plusone_0 {
    top: -2px;
    position: relative;
}

.twitter iframe {
    width: 79px !important;
}

.google #___plusone_0 {
    width: 60px !important;
}

.button.facebook:hover i, .facebook .slide {
    background: #305c99;
    color: white;
}

.button.twitter:hover i, .twitter .slide {
    background: #00cdff;
    color: white;
}

.button.google:hover i, .google .slide {
    background: #d24228;
    color: white;
}

.button.linkedin:hover i, .linkedin .slide {
    background: #007bb6;
    color: white;
}

.button.linkedin {
    margin-right: 0;
}

.credit {
    padding-left: 10px;
    font-size: 14px;
    color: #172b36;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-family: Open Sans;
}

.credit a {
    border-bottom: 2px solid #dc4106;
    text-decoration: none;
    padding: 0 0 2px;
    color: #172b36;
}
</style>
<div id="buttons">
<div class="facebook button">
 <i class="icon-facebook"></i>
 <div class="social-container fb">
  <div class="slide">
   <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Freference%2Fplugins%2Flike&send=false&layout=button_count&width=90&show_faces=false&font&colorscheme=light&action=like&height=21&appId=568581339861351" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:81px; height:21px;" allowtransparency="true">
   </iframe>
  </div>
   Facebook
 </div>
</div>
<div class="twitter button">
 <i class="icon-twitter"></i>
 <div class="social-container tw">
  <div class="slide">
   <a href="https://twitter.com/share" class="twitter-share-button" data-via="mariuCSS">
   Tweet </a>
   <script>
    !function(d,s,id){
      var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
      if(!d.getElementById(id)){
        js=d.createElement(s);
        js.id=id;
        js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
  </script>
  </div>
   Twitter
 </div>
</div>
<div class="google button">
 <i class="icon-google-plus"></i>
 <div class="social-container tw">
  <div class="slide">
   <!-- Place this tag where you want the +1 button to render. -->
   <div class="g-plusone" data-size="medium">
   </div>
   <!-- Place this tag after the last +1 button tag. -->
   <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>
  </div>
   Google+
 </div>
</div>
<div class="linkedin button">
 <i class="icon-linkedin"></i>
 <div class="social-container tw">
  <div class="slide">
   <script src="//platform.linkedin.com/in.js" type="text/javascript">
 lang: en_US
   </script>
   <script type="IN/Share"></script>
  </div>
   LinkedIN
 </div>
</div>
</div>
<div style="text-align: right;">
<a href="http://gg.gg/j0hw" target="_blank" title="Get This Widget"><span style="font-size: x-small;">get</span></a></div>
</b:if>
4. Now change the developers.facebook.com with your facebook page username.
5. After adding your facebook fan page username, You just have to Hit Save Button, You are done buddy ! Go to your blog, check any post, enjoy ;-)
I hope you would have liked this awesome widget.
Note : Do not edit anything otherwise the widget might not work properly. So just follow the steps.
Also you cannot remove our attribution link [Help Us to spread our Voice to Your Friends and Other Needful People]

If you have any problem regarding this widget you can drop your comments here or you can also share your opinion and thoughts here :)
Stay connected, Don't forget to Share This Post and Subscribe Us via Email !

author blogger, css, responsive, Social Share Widgets, widget 05:04
Responsive Shutter Social Subscription Widget for Blogger
Responsive widgets are always been used by many bloggers to increase their social activity which can only be done by user attractive widgets.
Today I'm gonna unleash you one of the best widgets I have ever made [after spending 3 hours] , one of the best responsive and subscription widget at my blog, I present you the "Responsive Shutter Social Subscription Widget for Blogger"
No matter about its name but it matters totally awesome when you will see its live demo.
There is no doubt that the widget is pure CSS optimized creation with J-Query and Java Script. I assure you that your blog users will love this widget and you will too. It will definitely increase your social followers.
Mouse Hover on Google +

Live Demo

Features :

1. Pure CSS Creation.
2. Responsive Style.
3. Elegant & Premium Theme.
4. Facebook Like, Tweeter Followers, Google Plus Followers.
5. Easy installation.
6. Twitter, Google Plus, Facebook Follower Links + No. of Followers.
7. On Mouse Hover the Shutter closes and shows the No. of Followers.

How To Install ?

Its easy to install as I've made it easier to add on your blog by some compression coding.
1. Go to Blogger > Template > Edit HTML.
2. Press CTRL + D and find the code <data:post.body/>
3. After finding the above code, copy paste the following code just below it.
<b:if cond='data:blog.pageType == "item"'>
<link href='https://googledrive.com/host/0B3omcK7jIprqRm95VVpQZDJHRzQ' rel='stylesheet'/>
<div class="wpr">
		<a class="social" id="twitter" href="your-twitter-account-link" title="">
			<div class="icon"></div>
			
			<div class="shutter_frame">
				<div class="shutter">
					<div class="number">1189</div>
					<div class="bar"></div>
					<div class="text">followers</div>
				</div>
			</div>
		</a>
		
		<a class="social" id="google" href="your-google-plus-account-link" title="">
			<div class="icon"></div>
			
			<div class="shutter_frame">
				<div class="shutter">
					<div class="number">421</div>
					<div class="bar"></div>
					<div class="text">+1</div>
				</div>
			</div>
		</a>
		
		<a class="social" id="facebook" href="your-facebook-account-link" title="">
			<div class="icon"></div>
			
			<div class="shutter_frame">
				<div class="shutter">
					<div class="number">973</div>
					<div class="bar"></div>
					<div class="text">Like</div>
				</div>
			</div><!-- / .shutter_frame -->
		</a>
	</div><!-- / .wpr -->
<div style="text-align: right;">
<a href="http://gg.gg/ikz3" rel="nofollow" target="_blank" title="Get This Widget"><span style="font-size: x-small;">get</span></a></div>
<br />
</b:if>
4. Now find the code </body> and paste the following code just above it.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js' type='text/javascript'/>
	<script src='//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'/>
	<script>
		$(document).ready(function() {
		
		    $('.social').hover(
			    function() {
			        $(this).find('.shutter').stop(true, true).animate({
					    bottom: '-36px'
					 },
					 {
					 	duration: 300,
					 	easing: 'easeOutBounce'
					 });
			    },
			    function () {
				    $(this).find('.shutter').stop(true, true).animate({
					    bottom: 0
					 },
					 {
					 	duration: 300,
					 	easing: 'easeOutBounce'
					 });
				}
		    );
		    
		});
	</script>  
5. That's it ! Hit "Save" [Do no edit anything], you are done, now go to your blog and check any post. you will see this awesome widget under / below your post.
Important : You are no allowed to change or edit this widget's css coding as it may not work if you edit it. Also you should not remove the attribution link from this widget, let other bloggers know about it.
Note : You can edit your social links that I've marked with Orange Color, also you can describe the number of followers which I have marked with Red Color.

I hope you would definitely like this awesome widget, Stay connected Buddies :)
If you have any problem regarding this widget, kindly post your comment here or feel free to contact with me, don't forget to Subscribe Us via Email and a "Thanks" in comment ;-)

You can also check every beautiful and stunning widget on TechEthix in Single View at Table of Contents !

author blogger, css, responsive, subscription box, widget 00:04
How to Disable Adblock for Blogger
Advertisements are totally annoying and disgusting for internet surfers, specially pop up ads are most irritating, that's why lots of internet experts recommend Adblock for blocking these annoying ads which will bring smooth experience for internet surfers but its the biggest trouble for bloggers as without ads they can't make any money, there are lots of Adblocking software like Adblock, Adblock plus etc. which are used by many people who don't like such ads and hence an opportunity to make some money gets away. There are lots of wordpress plugins which are developed specially for disabling or blocking these Adblock Softwares but unfortunately Blogger lacks in such cases, but today we have a cure.

How Adblock Could Damage Bloggers ? 

As we know Adblock disables / blocks Advertisement of any Ad Network whether it is adsense, chitika, clicksor or any kind of ad network. Therefore without ads there would be high decrease in online revenue earning. That totally affect life of bloggers who want to make money from there blogs. It also reduces CPM, CPC and othere rates from which your estimated revenue is generated. You can make good money just don't need to have users with Adblock. It also lowers the confidence of blogger who isn't getting good revenue. So Adblock can damage a blogger by mentally and his potential online revenue.
How To get Rid Of This Adblock for Blogspot Blog Readers ?
Well, its a bit simple. There are two ways for getting rid of Adblock.
1. Ask Your Blog Visitors / Readers to Disable Adblock by themselves.
2. Force them to close or disable Adblock.

1. Ask Your Blog Visitors / Readers to Disable Adblock by themselves.
As this method is not 100% efficient but still you can place conversations with your blog readers to disable adblock while browsing your blogs. Hope there could be little increase in ad revenue earning.

2. Force them to close or disable Adblock.
You can force your blog readers to disable their Adblock by simple script which you will need to place in your blog template. This script will detect Adblock in users browser and will guide them to disable it if they want to continue, otherwise it will keep displaying annoying messages until user disables Adblock. To install this script just follow these easy steps.

  1. Go to this site - BlockAdBlock.
  2. Click on Get FREE AdBlock Script.
  3. It'll generate a script for you.
  4. Copy the code and paste it  before </body>
  5. You are done!
Now any visitor who will visit you blogger blog with AdBlock enable will face an annoying message, he will continue to get this message until he disables AdBlock. Here is the example of that message.
So Bloggers, you are now stress free, i hope above tutorial must have helped you. After some days you will seriously get some increase in your Ad Revenue Earning. That's It.
If you have any problem regarding this post just drop your comment here or you can also say "Thanks" simply.

author blogger, trick, widget 02:40
Installing Sticklr All In One Blogger Widget
In Last Post I've explained about "Stickler All In One Blogger Widget With Smooth JQuery Plugin" Now this is tutorial part 2 , here we are going to learn How To Add This Widget To Your Blogger Blog.
Live Demo

Steps for Adding Stickler Blogger Widget to Your Blog :

1. Go to Blogger > Dashboard > Template. [Make Sure To Backup Your Blogger Template]
 Copy Paste the following code just above </head>
<style type='text/css'>
/*
 * Sticklr v1.0
 * Sticky Side Panel CSS + jQuery Plugin
 *
 * Copyright 2011 amatyr4n
 * http://codecanyon.net/user/amatyr4n
 *
 * licensed under Envato licenses
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 */
 
.sticklr, 
.sticklr * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    vertical-align: baseline;
}

.sticklr, 
.sticklr &gt; li &gt; ul {
    list-style-type: none;
}

.sticklr {
    position: fixed;
    top: 43%;
    left: 0;
    background-color: #f7f7f7;
    background-color: rgba(240, 240, 240, 0.75);
    border: 1px solid #b7b7b7;
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    width: 25px;
    overflow: visible;
    z-index: 9999;
}

.sticklr-right {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #b7b7b7;
}

.sticklr &gt; li {
    position: relative;
}

.sticklr &gt; li &gt; a {
    display: block;
    width: 16px;
    height: 16px;
    padding: 4px;
    margin-left:0px;
    background-color: #f0f0f0;
    background-color: rgba(240, 240, 240, 0.75);
    background-position: 4px 4px;
    background-repeat: no-repeat;
}

.sticklr &gt; li {
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;    
    border-top: 1px solid #ccc;
}

.sticklr &gt; li:first-child {
    border-top: 1px solid #f7f7f7;
}

.sticklr &gt; li:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.sticklr &gt; li &gt; a:hover {
    background-color: #eaeaea;
}

.sticklr &gt; li &gt; ul {
    display: none;
    position: absolute;
    left: 25px;
    top: -2px;
    width: 180px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-color: rgba(240, 240, 240, 0.75);
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    z-index: 95;
}

.sticklr-right &gt; li &gt; ul {
    left: auto;
    right: 25px;
}

.sticklr &gt; li &gt; ul:nth-child(3) {
    left: 206px;
}

.sticklr &gt; li &gt; ul:nth-child(4) {
    left: 387px;
}

.sticklr &gt; li &gt; ul:nth-child(5) {
    left: 568px;
}

.sticklr &gt; li &gt; ul:nth-child(6) {
    left: 749px;
}

.sticklr &gt; li &gt; ul:nth-child(7) {
    left: 930px;
}

.sticklr-right &gt; li &gt; ul:nth-child(3) {
    left: auto;
    right: 206px;
}

.sticklr-right &gt; li &gt; ul:nth-child(4) {
    left: auto;
    right: 387px;
}

.sticklr-right &gt; li &gt; ul:nth-child(5) {
    left: auto;
    right: 568px;
}

.sticklr-right &gt; li &gt; ul:nth-child(6) {
    left: auto;
    right: 749px;
}

.sticklr-right &gt; li &gt; ul:nth-child(7) {
    left: auto;
    right: 930px;
}

.sticklr &gt; li:hover &gt; ul {
    display: block;
 float: left;
}

.sticklr.sticklr-js &gt; li:hover &gt; ul {
    display: none;
}

.sticklr &gt; li &gt; ul &gt; li {
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;    
    border-top: 1px solid #ccc;
    min-width: 180px;
    text-shadow: 1px 1px 1px #fff;
}

.sticklr &gt; li &gt; ul &gt; li:first-child {
    border-top: 1px solid #f7f7f7;
}

.sticklr &gt; li &gt; ul &gt; li:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.sticklr &gt; li &gt; ul &gt; li {
 border: none !ie;
}

.sticklr &gt; li &gt; ul &gt; li &gt; a {
    display: block;
    padding: 8px 10px 8px 32px;
    background-color: #f0f0f0;
    background-color: rgba(240, 240, 240, 0.75);
    background-position: 10px;
    background-repeat: no-repeat;
    color: #555;
    min-height: 20px;
    text-decoration: none;
    white-space: nowrap;
 background-color: transparent !ie;
}

.sticklr &gt; li &gt; ul &gt; li &gt; a:hover {
    background-color: #eaeaea;
}

.sticklr &gt; li &gt; ul &gt; li.sticklr-title &gt; a {
    padding-left: 10px;
    background-color: #e6e6e6;
    cursor: default;
    font-weight: bold;
 background-color: transparent !ie;
}

.sticklr &gt; li &gt; ul &gt; li.sticklr-title &gt; a:hover {
    background-color: #e6e6e6;
 background-color: transparent !ie;
}

.sticklr &gt; li &gt; ul &gt; li &gt; table {
 border-collapse:collapse;
 border-spacing: 0;
}

.sticklr &gt; li &gt; ul &gt; li &gt; form {
    padding: 8px 10px;
}

.sticklr &gt; li &gt; ul &gt; li input,
.sticklr &gt; li &gt; ul &gt; li select, 
.sticklr &gt; li &gt; ul &gt; li textarea,
.sticklr &gt; li &gt; ul &gt; li button  {
    margin: 4px 0;
    padding: 4px;
}

.sticklr &gt; li &gt; ul &gt; li input[type=&quot;text&quot;],
.sticklr &gt; li &gt; ul &gt; li input[type=&quot;password&quot;],
.sticklr &gt; li &gt; ul &gt; li textarea {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 3px #ccc;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    min-width: 150px;
    width: auto;
}

.sticklr &gt; li &gt; ul &gt; li input[type=&quot;submit&quot;] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
}

.sticklr-arrow {
    position: absolute;
    left: 25px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #b7b7b7;
    border-right: none;
}

.sticklr-right .sticklr-arrow {
    left: auto;
    right: 25px;
    border-right: 5px solid #b7b7b7;
    border-left: none;
}

/* icons */

.icon-Serachbox {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjv04VWU-EHIbmZGnntXfK6h1ZR-YY8pG7XFpJJbyf4HRyp5dvnflTlBipTs5i2h8eVCV8i5HFjFu-Vc39oh-2IC10gxN7UH1bogqjjgCvmVfz-vZpav6HmASCuUEKfxVCkaMRoGqEIJVxH/s1600/search.png);
}

.icon-Star {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7x0zEWIWW-DjHiuAsCGQJ8t8sHTmi1b3FY53aeXfGufILQwraPWhDgiyvZ5VQE47mc3nKAmLFiktpAecG3eQjLnrsrMM_n9tiEESnQHToe_NEnU9RZ__D00k9KJV_umil8Bh5Nhpz6HcW/s1600/blip.png);
}

.icon-feed {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWdKJU07mEn_L3vL7isO7lFNZn89qdrLY7GAdiSEIjBj87oduYllCJ2lUnBtzX3qZl0juWuQfRPv6YI994xnXG6o5Xn2OyxB9NxuprnwTeJ1Vl2hZa61Y0EqAm5Z_jRtD_Qvzz7-1rFnWR/s1600/feed.png);
}

.icon-emails {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu4ICgYuHnJfD9GP8mG8uOnwDYBrphtahaLJGfdsEeMOkktbzd-yXlgAAnNJppAoSdeGSi87AzIdraS4Q7WWbVaLGp3R6saDy-qzrv-2-YA2m0BxUtm-jVzTwE6UaUJV8upfjumXJDdqOL/s1600/email.png);
}

.icon-Followers {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIO130-PmtpKcw-vGEN9jUHHXWfr_mk3uA_ck9wlEmx9GIoPtbms-IWRg3E41kxS2J2mrjtrnW6yeqKw3ws1g1LEQBi2Og8M4CutvEdz9AT8iBmcuvWkKAgT5Pl-KbpQwJsed-yyTtSZY8/s1600/customers.png);
}

.icon-submite {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-SqOXprNSSBsdcyFxVvJoamO2z10ZuyjixeOb33YqV5pkgE6P0SPxhl2tc0o8R2WrdvPhZqP0yzZY_MCT3yE3qPKxBNr25IKZo3t-yBxLF-7qbgUJXrWxU0xlzGjLr30IQ4MIyiOB7nx_/s1600/netvibes.png);
}

.icon-login {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRMjPUKEdjqCVykaN4J6lyKRy6msth2MjeuvNc8oPCfuT71zpqXUPUjcI2bm3jKRQ2X6WVDP5KN-fLjROa3dD-36yvhpDrpU04JdvBuGJJNduXSNvjmNPcKLsJSFM27wpofGYPmK9il2X2/s1600/heart.png);
}

.icon-twitter {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXm9NoQBzwdYWWftkxLHSwzDMiU0QY_Uln3QT8uf-maCFjrYJq9fvmHCkT1FRbSUta5xbE_KI4tIBTyyr_vpgoTCyx7l60JUNpCBrJDWgi5NTLQNhJRNbXpZxxtjHocCb9x2WWYVDhnE98/s1600/twitter-2.png);
}

.icon-facebook {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjB0FMs2kGprYfoREpWzKPEqFgIXliMQUHzQrWiuC_SJ1m0yXR91vMxsy0yFeZLCAvewMF3UmClFMzu7fkQg4Oc-Acdx8yXNTV6_kFY_DZ2WtbBCuTqt791FJ9ji-oh_eRmlQf8JcDIpk0X/s320/facebook.png);
}

.icon-friendconnect {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3xmLz6xDxHcTFt5KPUKMLo0klbEE26IjZL4UdZ2GxnVtN9Fb_QY5W8gcU61qUNWWbhPw3TenhdxDG4PZwR3BgvpFo-HeDTabpCLQxpBj9WTBeym9m-h0uyjR3XPVa4yusNzZ9D16t5XrY/s1600/google.png);
}

.icon-upload {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4A7mMykOgJRHDLByy2vtT4TNdv6Zc4zsnYZGYs2F126hoDX_AgN4bCBE4xr4N48neqjxB2wLucbjUTfeOVwzcjiMsB8J7H7pcbg2kZ9ury9ASVLuwEx2kP_wjLEDoHL1DuX9JbHPu0FUx/s1600/upcoming-work.png);
}

.icon-flickr {
    background-image: url();
}

.icon-google {
    background-image: url();
}

.icon-lastfm {
    background-image: url();
}

.icon-reddit {
    background-image: url();
}

.icon-technorati {
    background-image: url();
}

.icon-yahoo {
    background-image: url();
}

</style>
2. Now find the code </html>  after finding it, copy paste the following codes just above it.
<script type='text/javascript'>
//<![CDATA[
 /*
 * Sticklr v1.0
 * Sticky Side Panel CSS + jQuery Plugin
 *
 * Copyright 2011 amatyr4n
 * http://codecanyon.net/user/amatyr4n
 *
 * licensed under Envato licenses
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 */
 
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(5($){$.13.3=5(h){b B={l:17,m:\'14\',s:\'H\',C:\'n\'},c={J:5(X){k 4.G(5(){b $3=$(4);b 7=$.Z({},B,X);6(!$3.I(\'3\'))$3.t(\'3\');6(7.C==\'d\')$3.t(\'3-d\');6(7.s==\'1i\')7.s=\'1k 1f\';$3.t(\'3-1b\').g({\'D\':7.l?\'F\':\'1c\',\'f\':7.l?(($(8).9()-$3.9())/2):(($(8).9()-$3.9())/2)+$(8).w()}).E(\'a[1l="#"]\').V(\'H\',5(e){e.1e()}).1d().R(\'Q\').R(\'a\').V(7.s,5(){6($(4).P().I(\'3-r\'))k U;c.o();$(4).1g(\'<u 1j="3-Y"></u>\').P().G(5(){$(4).g({\'j-n\':\'q\',\'j-d\':\'q\',\'v\':0,\'D\':\'F\',\'f\':0}).1h();b A=$(4).9()+$(4).19().f;b z=$(8).9()+$(8).w();b y=0;6(A>z){y=O($(4).g(\'f\'),10)-(A-z)}$(4).g({\'f\':y}).l({\'j-n\':\'S\',\'j-d\':\'S\',\'v\':1.0},W)}).t(\'3-r\');k U});6($.15.18||7.m!=B.m){16(b i=2;i<10;i++){b p=1a+i+(O(7.m,10)*(i-2));b x=\'N\';6(7.C==\'d\'){x=p;p=\'N\'}$3.E(\'Q\').E(\'1F:1E-1D(\'+i+\')\').g({\'n\':p,\'d\':x,\'1L\':7.m})}}})},K:5(){$(\'.3\').G(5(){6($(4).g(\'D\')==\'F\'){$(4).1A().l({\'f\':($(8).9()/2-$(4).9()/2)+$(8).w()},1q)}L{$(4).g({\'f\':($(8).9()/2-$(4).9()/2)})}})},o:5(){$(\'.3-r\').l({\'j-n\':\'q\',\'j-d\':\'q\',\'v\':0},W,5(){$(4).1w(\'3-r\').o()});$(\'u.3-Y\').1v()}};$(8).1C(5(){c.K()});$(8).1u(5(){c.K()});$(1x).H(5(e){6($(e.1s).1r().I(\'3\'))k;c.o()});6(c[h]&&h.1B()!=\'J\'){k c[h].M(4,1J.1H.1G.1m(T,1))}L 6(11 h===\'12\'||!h){k c.J.M(4,T)}L{$.1z(\'1t "\'+h+\'" 1y 1o 1n 1I 1K\')}}})(1p);',62,110,'|||sticklr|this|function|if|props|window|height||var|methods|right||top|css|method||margin|return|animate|colWidth|left|hide|newLeft|50px|active|showOn|addClass|span|opacity|scrollTop|newRight|newTop|windowHeight|totalHeight|defaults|stickTo|position|find|absolute|each|click|hasClass|init|fixPos|else|apply|auto|parseInt|siblings|li|children|20px|arguments|false|bind|200|opts|arrow|extend||typeof|object|fn|180px|browser|for|true|msie|offset|23|js|fixed|end|preventDefault|mouseleave|append|show|hover|class|mouseenter|href|call|exist|not|jQuery|1000|parents|target|Method|scroll|remove|removeClass|document|does|error|stop|toLowerCase|resize|child|nth|ul|slice|prototype|in|Array|Sticklr|width'.split('|'),0,{}))
//]]>
</script>

<script src='http://b-templates-4u-com.googlecode.com/svn/jquery-sticklr-1.0.js' type='text/javascript'></script>
<script type='text/javascript'>
     $(document).ready(function(){
         $('#flaymenu').sticklr({
    showOn  : 'click'
   });
     });
 </script>
3. Now find the code </body> just above it paste the following code.
<!-- Start TechEthix.tk --><div style='position: fixed; bottom: 2%; left: 2%;'>
<div class='shareEgg' id='shareThisShareEgg'/>
</div>
<script type='text/javascript'>stlib.shareEgg.createEggundefined'shareThisShareEgg', ['facebook','twitter','googleplus','linkedin','blogger','stumbleupon','sharethis'], {title:' <data:blog.pageTitle/>',url:'<data:blog.url/>',theme:'shareegg'});</script><a href="http://techethix.blogspot.com/">sticklr</a><!-- End TechEthix.tk -->  
<script src='http://s7.addthis.com/js/250/addthis_widget.js#pubid=YOUR-PROFILE-ID' type='text/javascript'/>
<script type='text/javascript'>
var addthis_config = {
   ui_offset_top: 16
};
</script>
4. Now Hit Save Template and Go To Layout > Click Add Gadget > Select "HTML/Java Script" Copy and Paste the Following Code just in it and Hit Save
<a href="http://techethix.blogspot.com"></a>
<ul id="flaymenu" class="sticklr">
<li>
<a href="#" class="icon-Followers" title="Follow Us"></a>
<ul>
<li class="sticklr-title">
<a href="#">Follow me</a>
</li>
<li>
<a href="http://www.facebook.com/ilovemyindiaz" rel="nofollow" target="_blank" class="icon-facebook">Facebook</a>
</li>
<li>
<a href="http://twitter.com/rohitasare1"  rel="nofollow" target="_blank" class="icon-twitter">Twitter</a>
</li>
<li>
<a href="http://www.blogger.com/follow-blog.g?blogID=3109959972547792806" rel="nofollow" target="_blank" class="icon-friendconnect">Google Friend Connect</a>
</li>
</ul>
</li>
<li>
<a href="#" class="icon-login" title="Share this"></a>
<ul>
<li class="sticklr-title">
<a href="#">Share</a>
</li>
<li>
<div class="sticklr-custom" style="padding:10px">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
</li>
<li>
<div class="sticklr-custom" style="padding:10px">
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="" send="false" layout="button_count" show_faces="false" font=""></fb:like> 
</div>
</li>
<li>
<div class="sticklr-custom" style="padding:10px">
<div style="height:20px"><g:plusone size="medium"></g:plusone><script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script></div>
</div>
</li>
<li>
<div class="sticklr-custom" style="padding:10px">
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_counter addthis_pill_style"></a>
</div>
</div>
</li>
</ul>
</li>
<li>
<a href="#" class="icon-Star" title="Feeds"></a>
<ul>
<li class="sticklr-title">
<a href="#">Feeds</a>
</li>
<li>
<a href="http://feedburner.google.com/fb/a/mailverify?uri=techethix" rel="nofollow" target="_blank" class="icon-emails">Email</a>
</li>
<li>
<a href="http://feeds.feedburner.com/techethix" rel="nofollow" target="_blank" class="icon-feed">Rss</a>
</li>
</ul>
</li>
<li>
<a href="#" class="icon-submite" title="Best Blogger Tricks"></a>
<ul>
<li class="sticklr-title">
<a href="#">Bookamark Now</a>
</li>
<li><br /><!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_google_plusone_share"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_stumbleupon"></a>
<a class="addthis_button_delicious"></a>
<a class="addthis_button_blogger"></a>
<a class="addthis_button_pinterest_share"></a>
<a class="addthis_button_tumblr"></a>
<a class="addthis_button_digg"></a>
<a class="addthis_button_reddit"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5016150e17f9b102"></script>
<!-- AddThis Button END --><br />
</li>
</ul>
</li>
<li>
<a href="#" class="icon-Serachbox" title="Search"></a>
<ul>
<li>
<form action="/search" method="get">
<input type="text" id="s" name="q" value="" placeholder="Type and Hit Enter" />
</form>
</li>
</ul>
</li>
<div style="text-align: center;">
<a href="http://techethix.blogspot.com/2013/09/sticklr-all-in-one-blogger-widget-with-smooth-jquery-plugin.html" target="_blank" title="Get This Widget"><span style="font-size: xx-small;">Get</span></a></div>
</ul>
<div class='clear'></div>
5. Now replace the texts which I've Highlighted with Orange Color and finally hit "Save".
That's it, go To your blog and check is it working or not. I've explained well therefore it should be working awesome on your blog. and I also expect that you should keep the Attribution Link on this widget.
If you have any problems simply drop here comment or feel free to contact me, you can also say thanks fot his widget by dropping a comment. Kindly share this post with your friends ! Subscribe Us and Share ! Let Our Voice Be Spread !

author blogger, css, how to, Social Share Widgets, subscription box, trick, widget 11:46
Sticklr All In One Blogger Widget With Smooth JQuery Plugin
Hi guys, I'm back again with Brand New and Premium Stickler Blogger Widget which has every important and most useful as well as most popular blogger widgets or tools like, Follow Links, Facebook Like, Google+, Twitter Tweet, Feeds Subscription Links, CSS3 Search Box. Popular Social Bookmark Buttons.
It runs on Smooth Jquery Plugin adopted from Wordpress. You can find the actual value of this Smooth Jquery CSS3 Customized widget for 5$ to install it in any wordpress blog. Unfortunatly the developer team didn't provide this widget for Blogger platform, so I converted this Wordpress Widget into Blogger Widget.
And today I'm providing it Totally Free for installing it in your blog, you just have to keep some short attribution links in order to run this widget as well as this will be a little reward for my efforts as I've spend couple of hours converting this widget.
Sticklr Blogger Widget Header PIc

Live Demo

10 Reasons Why Should You Try Stickler Widget On Your Blog :

1. Adopted / Converted from wordpress, you might know the premiumness of wordpress widgets.
2. Pure CSS3 Coding with Smooth Jquery Plugin.
3. All Useful Blogger Widgets are combined in this widget.
4. Fixed Position on Scrolling.
5. Brand New Responsive Style.
6. Inbuilt CSS3 Search Box.
7. Social Bookmarking / Sharing Buttons by Addthis.
8. Social Profile Follow Buttons.
9. Feedburner Subscription Links/
10. Fast Loading, Doesn't Affect Blog Page Loading Time.

6 Unique Features About Stickler Blogger Widget :

1. Simple & lightweight.
2. Smartly positioned.
3. Cross-Browser [Works on  IE7+, Firefox 3+, Chrome 11+]
4. Multiple Column.
5. Flexible Styling
6. Works without JS.

Some Screenshots :
Sticklr Follow ME Sticklr Social Share Buttons
Sticklr Search Box      Sticklr Feeds Links
Do you like this widget? I hope you would have liked the above screenshots and willing to add this widget to your blog, Its really easy to add this widget to your blog with just a few codes that I'm gonna describe in next Tutorial. Though You should Subscribe Us for more Latest Blogger Tricks and Tips.

How To Install This Widget on Your Blog?

I have described the Installation Process In Part 2 Tutorial : Click Here To Check Installation Steps

author blogger, css, how to, responsive, Social Share Widgets, subscription box, trick, widget 10:58
Floating Email Subscription Widget for Blogger
Having a Floating Email Subscription Widget on your blogger blog makes your blog professional and it also helps to attract blog readers or users due this more users or blog readers will subscribe your blog via feedburner email subscription.
I have posted several Email Subscription Box couple of weeks ago, you can also check them.
I always love CSS Gadgets, that's why I have today I'm going to explain "Floating CSS Email Subscription Widget for Blogger" If you like CSS Blogger Widgets then you are Welcome at BloggerHero.

Well, You can see I've already added this widget at the right sidebar of my blog. you can see that its floating [actually its sticky i.e. fixed at a position]

for your kind information, I've worked for Hours to design this widget so please after adding this widget don't remove attribution link from it. I request you because you don't know how much time such widgets take. [I have added an Encoded BloggerHero Attribution Link to this  widget, If you remove the link, the widget will not work, so don't try, this will not affect your blog]

Whats Special About This Widget ?

1. Floating. [Fixed Position where you want.]
2. CSS Subscribe Now ! Button [With Hover Effect]
3. Doesn't affect blog loading time.
4. Blog Template Friendly.
5. Attracts visitors as it has eye catching features and look.
6. Premium Style.
7. CSS Custom Design.

This widget is created and developed by Me and I hope you all will love this widget. The special thing is that you can also keep this widget floating or situated at one position on  your blog sidebar.


I have divided this tutorial in 2 Parts :

Part 1. Installing this widget on your blog.
Part 2. Making it floating or sticky.

Its really easy to install this widget, it might take just couple of minutes. So you must try this widget for your blogger blog. (Backup Your Blogger Template)

Lets see how to install this widget on your blog, Just follow these simple steps :
1. Go to Blogger > Layout > Add Gadget.
2. Select "HTML/Java Script" widget.
3. Copy and paste the following code in it and hit save
<p style="border:1px solid #ccc;padding:3px;background-color:#f6f6f6; color:#000; font-weight:normal; font-family: 'Bree Serif',serif; font-size: large;" class="title">JOIN OVER 1,000 USERS</p>
<p style="border:1px solid #ccc;padding:3px;background-color:#f6f6f6;">
Receive daily freebies, updates &amp; Special offers straight into your inbox. Get into our Mailing List.
Your email address is safe with Us!</p>
<span style="font-family: Times, Times New Roman, serif; font-size: 0px;"><a href="http://www.bloggerhero.com/" rel="dofollow" target="_blank"></a></span></div>
 <form style="border:1px solid #ccc;padding:3px;background-color:#f6f6f6;" action='http://feedburner.google.com/fb/a/mailverify' id='subscribe' 
method='post' onsubmit='window.open
undefined&apos;http://feedburner.google.com/fb/a/mailverify?uri=bloggerhero1&apos;, 
&apos;popupwindow&apos;, 
&apos;scrollbars=yes,width=550,height=520&apos;);return true' 
target='popupwindow'>
  <input name='uri' type='hidden' value='bloggerhero1'/>
  <input name='loc' type='hidden' value='en_US'/>
  <input id='subbox' name='email' onblur='if undefinedthis.value ==
&quot;&quot;) {this.value = &quot;Enter your email...&quot;;}' onfocus='if 
undefinedthis.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}' 
type='text' value='Enter your email...'/>
  <input id='subbutton' title='' type='submit' value='Subscribe Now !'/>
 </form>
<div style="text-align: right;">
<span style="font-family: Times, Times New Roman, serif; font-size: 8px;"><a href="http://www.bloggerhero.com/" rel="dofollow" target="_blank">Get</a></span></div>
4. Now after saving the widget, go to your blog, and find the widget ID [How To Find Widget ID ? Get Here]
5. After finding the widget ID, 
    Go to Blogger > Dashboard > Template.Click "Edit HTML"
6. Find the code ]]></b:skin> now after finding it, copy paste the following code just above it.
/***** Email Subscription Widget by bloggerhero.com *****/
/***** Subscribe widget *****/
.sidebar #HTML6 {  background: #fff;  border: 0px #fff;  color: #666666; font-family: Georgia; font-size: 12px;  outline: 2px solid #fff;  padding: 20px 10px 30px;  text-align: center;  display: inline-block; }
.sidebar #HTML6 h5 {  font-size: 20px;  font-weight: normal;  margin-bottom: 15px;  text-align: center; text-transform: none; }

/***** Form CSS *****/
input, textarea, select {  padding: 14px 20px;  }
textarea {  min-height: 10px;  padding: 10px;  resize: both;  width: 100%;  }
select, option {  cursor: pointer;  padding: 5px 7px;  }
form {  max-width: 100%;  }
form input, form textarea {  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  margin-top: 10px;  }
form input[type="text"] {   width: auto;  border: 1px solid #ccc;  -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FBFBFB;  -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FBFBFB;  box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FBFBFB;  }
form input[type="text"]:focus {  outline: 0;  border-color: #aaa;  -moz-box-shadow: 0 1px 1px #bbb inset;  -webkit-box-shadow: 0 1px 1px #bbb inset;  box-shadow: 0 1px 1px #bbb inset;  }
form input[type="text"]::-webkit-input-placeholder, form input[type="text"]:-moz-placeholder, form input[type="text"]:-ms-input-placeholder {  color: #999; font-family: Georgia; font-weight: normal;  }
form input[type="submit"] {  width: auto;  }

/***** Button CSS *****/
input[type="submit"], button, .button,  .comments .continue a, .comments .comment .comment-actions a, .comments .comments-content .loadmore a {   border: 1px solid rgbaundefined0, 0, 0, .2); color: #fff; display: inline-block;  text-decoration: none; text-shadow: 1px 1px 1px rgbaundefined0, 0, 0, 0.5); border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: inset 0 1px 0 rgbaundefined255, 255, 255, .3); -moz-box-shadow: inset 0 1px 0 rgbaundefined255, 255, 255, .3); -webkit-box-shadow: inset 0 1px 0 rgbaundefined255, 255, 255, .3);  background: #D56540; background: linear-gradientundefinedtop, #D56540 0%, #cc6633 100%); background: -moz-linear-gradientundefinedtop, #D56540 0%, #cc6633 100%); background: -webkit-gradientundefinedlinear, left top, left bottom, color-stopundefined0%,#D56540), color-stopundefined100%,#cc6633)); background: -webkit-linear-gradientundefinedtop, #D56540 0%,#cc6633 100%);  cursor: pointer;  }
input[type="submit"]:hover, button:hover, .button:hover,  .comments .continue a:hover, .comments .comment .comment-actions a:hover, .comments .comments-content .loadmore a:hover {  background: #E1704B;  color: #fff;  text-decoration: none;  }
input.small[type="submit"], button.small, .button.small,  .comments .continue a, .comments .comment .comment-actions a { font-family: Georgia; font-size: 12px; line-height: normal;  padding: 5px 10px;  }
input.medium[type="submit"], button.medium, .button.medium, .comments .comments-content .loadmore a { font-family: Georgia;  font-size: 15px;  line-height: normal;  padding: 10px 20px;  }
input.large[type="submit"], button.large, .button.large { font-family: Georgia;  font-size: 20px;  line-height: normal;  padding: 12px 24px;  }
7.  Remeber my blog's Widget ID is "HTML6" your blog's will be different you can easily find widget Id key by Template HTML Editior.
8. Replace "HTML6" with "HTMLx" where x = your blog's ID . 
That's It ! Hit save Template, go to your blog and check it, it will not be floating but it will be looking awesome :-) 
And If you removed the attribution link which does not appear in this widget, then your widget will not work.

Don't Forget to Share This Post with Your Friends and Also you can Subscribe Us via Email to receive latest Blogger Tricks, Want to Link with Us? Add Our badge.
If you have any problem regarding this post, you can ask it via comment or feel free to contact with me, also a little "Thanks'' is appreciable.

author blogger, css, responsive, subscription box, widget 04:38
Markerly - Instant Social Sharing Widget for Blogger
Last time I had explained about SocialSharing Blogger Widgets and Their Impact on Your Blogger SEO. This time I'm going to Explain about some kinda Different Social Sharing Blogger Widget. Today We have Markerly Social Sharing Widget.

Whats Markerly Social Sharing Widget?


Markerly is a micro-content sharing adds a layer of Virality to Your Site or Blog by turning all Photos, Text and Videos Instantly Shareable. This means you can made your Blog Fully Shareable as Markerly is designed in such a way that after installing it on any perticular Blog or Site, You will see Social Share Buttons after Hovering any Images, Pictures, Videos on that Site / Blog. So its really awesome that Blog Readers can do share your Blog Pictures and Videos. Markerly also provides sharing any Text on Blog / Site by selecting the perticular text.

I personally recommend you that you should atleast try this awesome instantly social share widget. You can also add "Share This Page" widget from Markerly which is total Awesome as it floats on page scrolling[Like I posted about Floating Social Share Widget for Blogger]. Its really easy to install this widget on your blog as you have to just add a little code in your blog template.

Want to Install This Awesome Sharing Widget on Your Blog? Let's See how to install it on your blog, you just have to follow these easy steps :
1. Go to Markerly .
2. Register your account on Markerly.
3. After Successful Registration login to Markerly.
4. After Logging In, you will find various tools there On your Board. You can modify your Markerly Widget there by customizing its color, Choosing Services, Image Sharing, Icon Color, Text Sharing, Page Sharing.
According to Optimal Widget Setting you should do as follows :
Choose Services : Choose all.
Image Sharing : On.
Icon Color : Black.
Text Sharing : On.
Page Sharing : On. [This will add a Floating Social Share Bar at Right Side of your Blog]
You can check below Image for Optimal Setting in this Widget.

Markerly - Instant Social Sharing Widget for Blogger Setting
Adding This Widget to your Blog.
Now Copy the Generated Code and follow these steps :
1. Go to Blogger > Dashboard > Template.
2. Edit HTML , Find Code </body> and paste your generated code just above / before it.
3. Hit Save Template.
That's it ! You are Done ! Go to Your Blog and check this Awesome Social Share Widget.
Note : If The Widget is not working on your blog then you can verify your blog by entering your Blog URL in the Verification box and click Verify , you will get why its not working.

Do you enjoyed this Awesome Widget? Don't Forget to Share This post :D also You can add our Badge to Your Blog as a reputation and Don't Forget to Subscribe Us for Further latest Blogger Tricks and Tips :-)

You can check more Blogger Posts at Techethix

author blogger, Social Share Widgets, widget 00:10
Awesome Floating Social Share Widget for Blogger
Awesome Floating Social Share Widget for Your Blogger Blog.
Social Network Sharing is one of the major contents regarding Blogger SEO, Though you must have any social share widget on your blog to allow Blog Readers or Users to share your blog content on Social Network Sites which helps to increase your Social Backlinks and SEO Score.
In this post we are going to learn about Adding a Floating Social Share Widget to your Blogger Blog, last time I had posted about “Awesome Social Sharing Widget below Blog Post for Blogger” It was really nice you should try it.
This widget is originally developed by mybloggertricks.com, thanks to Mohammad for this widget. I did several changes in it as I have added facebook send button to it which helps you and blog users to send you blog post link directly to facebook friends and groups. Also i have enhanced its width and some extra paddings to make it totally comfortable with your blog.

Unique Features About This Widget :
  1. Fixed position while scrolling the blog.
  2. Highly Customized Widget Theme.
  3. Widget doesn't affect blog loading time.
  4. Contains most Popular Social Share Tools. [Facebook Send, Like, Twitter Tweet, Pinterest Pin It, Recommend on Google+, Stumble Upon , Addthis Multi-Share etc etc]
  5. CSS Optimized Widget.
  6. Tested and 100% Works with IE and Chrome.
  7. Easy to Install.
The widget is totally awesome as you can see in below image or a live demo of this widget at left side of this page. As its name is Floating widget it usually floats beside a page i.e. it has a fixed position else nothing that's the simple logarithm behind it ! It basically consists all popular social share tools like Facebook Send, Like, Tweet, Stumble Upon Share, Google+ Recommendation etc etc , these are really helpful and gives an mature user experience to Blog Readers or Users. I have added one Dynamite to this widget :D , Yeah ! You can use Facebook Send Button to Share your Blog Content Directly on Different Facebook Groups, which means unique visitors and traffic, so its best tool for bloggers and publishers ! 
You can see the screenshot of this widget below :
Awesome Floating Share Widget for Blogger
Now would you like to install this widget on you blog? Its very easy just follow below steps :
1. Go to Blogger > Dashboard > Template.
2. Click Edit HTML > Find this code <b:includable id='post' var='post'>
3. Now After finding the above code , copy the below code and paste it below the
 <b:includable id='post' var='post'>  code.
Simply copy this code -
<b:if cond='data:blog.pageType == &quot;item&quot;'> 
<b:if cond='data:blog.pageType != &quot;static_page&quot;'> 
<style> 
.mbt_social_floating{ 
    position:fixed; bottom:10%; margin-left:-60px; float:left;     width:60px; 
    background-color:#f7f7f7;     padding: 5px 0 0px 0px; 
     border-top:1px solid #ddd; 
border-left:1px solid #ddd; 
border-bottom:1px solid #ddd; 
z-index:9999px !important; 
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; 
} 
.mbt_social_floating .mbt_side_social_button{ 
    margin-bottom:5px; 
    float:none; 
    height:auto; 
    width:60px; 
} 
.mbt_social_floating .st_twitter_vcount, .mbt_social_floating.st_plusone_vcount, .st_email{ 
    margin-left:5px; 
} 
.mbt_social_floating .st_fblike_vcount{ 
    margin-left:5px; 
} 
.mbt_social_floating .stButton_gradient{ 
    background:none !important; 
    height:21px !important; 
    padding-left:0 !important; 
} 
.mbt_social_floating .chicklets, .mbt_social_floating .stMainServices { 
    background:urlundefined&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6Hgkk4nR39PW3Cr7SDG_LwjPIuC1-ZZLyI1SdWtqvpnVbRQLvYu6mCyGqUTNcGY7lNvzI3p0hdKjLIfbFxxs0tiJncyRbpa5-vqPO4YB96JR6wuhh7SX045L-6t-7OeAWFuZSKF_Gn9K-/s400/gc_social_sprite.gif&#39;) no-repeat !important; 
    height:19px !important; 
    width:45px !important; 
    padding:0 !important; 
} 
.st_email .chicklets{ 
    background-position:0 -77px !important; 
    background-image:urlundefined&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6Hgkk4nR39PW3Cr7SDG_LwjPIuC1-ZZLyI1SdWtqvpnVbRQLvYu6mCyGqUTNcGY7lNvzI3p0hdKjLIfbFxxs0tiJncyRbpa5-vqPO4YB96JR6wuhh7SX045L-6t-7OeAWFuZSKF_Gn9K-/s400/gc_social_sprite.gif&#39;) !important; 
} 
.mbt_social_floating .st_twitter_vcount .st-twitter-counter{ 
    background-position:0 -58px !important; 
} 
.mbt_social_floating  .stButton_gradient{ 
    border:none !important; 
} 
.mbt_social_floating .stBubble_count{ 
    width:44px !important; 
    font-size: 15px !important; 
    font-weight: normal !important; 
    padding-top:7px !important; 
    height:23px !important; 
    background:none !important; 
} 
.mbt_social_floating .st_twitter_vcount .stBubble_count{ 
    color:#00a6df; 
    background-color:#f8fbfc !important; 
} 

.st_fblike_vcount{ 
    margin-bottom: 0px; 
    display: block;

} 
.st_twitter_vcount{ 
    margin-bottom: 3px; 
    display: block; 
} 

.st_email{ 
    margin-bottom: 5px; margin-top: 3px; 
    display: block; 
} 
.mbt_social_floating .stBubble{ 
    background-position: 21px 31px !important; 
    height:35px !important; 
}.mbt_social_floating .st_pinterest_vcount{
    margin-left:5px;
}
.mbt_social_floating .st_pinterest_vcount .st-pinterest-counter{
    background-position:0 -19px !important;
}
.mbt_social_floating .st_pinterest_vcount .stBubble_count{
    color:#FF0505;
    background-color:#fbf8f8 !important; 
}

.mbt_social_floating .st_pinterest_vcount .stBubble{
    background-image:urlundefined'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYLtkaK7U7Do3EwZL_SsbAFcogt2zkvXrBBGdDmWc1uiwgwYkiKJzPx874uR7WSa4FrUAHFB5-Tv43GqA7SrjXlA31Kx2vl9oSx5DHcXdSfQrmhprCbJ9j65mclMibu93vkvdp51i-XNiE/s400/bubble_arrow_pinterest.png') !important;
}


.st_pinterest_vcount{
    margin-bottom: 0px;
    display: block;
}

</style> 

<div class='mbt_social_floating'> 
    <script type='text/javascript'>var switchTo5x=true;</script> 
    <script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/> 
    <script type='text/javascript'>stLight.optionsundefined{onhover:false, , doNotHash: true, doNotCopy: true, hashAddressBar: false});</script> 
    <!-- No more works properly so removing it from mbt list<span class='st_fblike_vcount' displaytext=''/>--> 

<b:if cond='data:blog.pageType == "item"'>
<div style='margin:0px 0 0px 4px;'><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:send expr:href="data:post.url" font=""></fb:send>
  </div></b:if>

<div style='margin:0px 0 0px 10px;'><div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like font='' href='' layout='box_count' send='false' show_faces='false'/></div> 

    <span class='st_twitter_vcount' displaytext='' st_via='rohitasare1'/> 
<span class='st_pinterest_vcount' displaytext=''/>
<div style='margin:0px 0 0 5px;'> 
    <span class='st_plusone_vcount' displaytext=''/> 
</div> 
    
<div class='addthis_toolbox addthis_default_style ' style='margin:5px 0px 5px 8px;'> 
<a class='addthis_counter'/> 
</div> 
<script src='http://s7.addthis.com/js/250/addthis_widget.js' type='text/javascript'/> 
<script type='text/javascript'> 
var addthis_config = { 
     ui_cobrand: &quot;MY BLOGGER TRICKS&quot;, 
ui_header_color: &quot;#ffffff&quot;, 
     ui_header_background: &quot;#0080FF&quot; 
} 
</script> 
<span class='st_email' displaytext=''/> 
<p style=' line-height:0px; font-size:10px; font-weight:bold; text-align:center;'><a href='http://techethix.blogspot.com' style='color:#CAC8C8;'>Get</a></p> 
</div> 
</b:if></b:if>
4. That's it ! Save the Template.
5. Go to Your Blog and check the widget. You have to replace “rohitasare1” to your twitter username.
Please don’t remove the attribution link from this widget or it will not work properly !
Don’t forget to Subscribe Us and Share This Article, You can also Add Our badge as a Reputation :-) Do you have any questions? Just drop them in comment below or simply saying thanks can give me big pleasure ;-)

author blogger, css, Social Share Widgets, widget 08:18
Awesome Social Sharing Widget for Blogger
Social Sharing Widgets are always been my favorite blogger widgets. Its too important that you have installed any social share widget on your blog as it really helps users to share your content on social network sites and though it helps as building social network backlinks and increases your blog SEO Score.

This widget can be added to your blog post footer and its really awesome widget with all features regarding a social share widget.
There is no question about it that it not only attracts visitors but also makes them to share your content.

I've posted some articles you should check them :
  • Slide Open Heart Shaped ShareThis Widget For Blogger
  • Add Slide Open Egg ShareThis Widget for Blogger
  • How to Add ShareThis Widget to Blogger
  • How To Add Social Share Buttons for Blogger
Do you like Awesome Widgets? Then you are at right place, mate ! Today I'm posting an Awesome Share Widget for Blogger, This widget is installed on our blog you can share this post via scrolling down this page. Also you can take a live demo by it.

Whats New in This Widget?

There are several unique functions I've embedded it this widget , they are as follows :
1. Easy Installation.
2. Most Popular Social Network Share Round Buttons [Facebook, Twitter, Digg, Stumble Upon, Reddit, Technorati]
3. Circular Buttons with Variable Size gives massive look to this widget which is important to attract blog readers or users.
4. Highly Customized, doesn't affect blog loading speed.
5. CSS Optimized.
So these are the unique features of this widget.
Do want to take a live demo? just scroll down this page and check this widget.

Awesome Social Sharing Widget for Blogger Demo
As I've said this widget doesn't content any script because it is highly customized and I would like to to tell you its Total Custom Widget, I've worked for some hours to customize this widget, this widget is originally developed by MyBlogger-Tricks.com Thanks to Mohammad.


Live Demo

How To Install This Social Sharing Widget ?

Now Would you like to Install this widget on your blog? Its too easy just follow these steps :
1. Go to Blogger > Dashboard > Template.
2. Click Edit HTML.
3. Then find this code ]]></b:skin> by pressing CTRL+F
4. After finding the code  ]]></b:skin> paste the following code just above it.

/*----Start Social Sharing CSS----*/ 
.fade img { 
filter:Charlieundefinedopacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
} 
.fade:hover img { 
filter:Charlieundefinedopacity=20); 
-moz-opacity: 0.20; 
opacity: 0.20; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
} 
/*----end SocialSharing CSS----*/
5. Now find the code <data:post.body/> by pressing CTRL+F
6. After Finding the code <data:post.body/> paste the following code just below it.
<b:if cond='data:blog.pageType == &quot;item&quot;'> 
<center><span style='color: #000000; font-size: 14px; font-family: Trebuchet MS;'><b>If You Enjoyed This Take 5 Second to Share it.</b></span><br/> 
<a class='fade' expr:href='&quot;http://technorati.com/faves?add=&quot; + data:post.url' rel='external nofollow' target='_blank' title='Share this on Technorati'><img alt='Technorati' height='64px' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhm-HNzwelFmFxT8zgG3uxG75JyLNwii6-KZRVqqwcfPJ1vQ2UJRRTCB3Wy6fPkvsr36eOgf-N1lSpeBynTCh4NU4nZabUqdCzFqzdUR_7fXGu3tPdHWJICrh1eC_jocHhqhWbeQs3b4yLY/s1600/technorati1.png ' width='64px'/></a> 

<a class='fade' expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot;  + data:post.url' rel='external nofollow' target='_blank' title='Submit to Digg'><img alt='Digg This' height='80px' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEih2pmQ9LDP6kcVxhTqwnvXpuSlM4kTfrLDuLATJbGD2fBJp7Qmpx6zgwKKN7CE8RWiePCK43bqyvEuvhGmzIrLH4_1qirTbyaA_T3rBdSmomeg_0hawCJpLxE5NGU5oxjgdBUfv5LW3Ekd/s1600/Digg1.png ' width='80px'/></a>

<a class='fade' expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title' rel='external nofollow' target='_blank' title='Share this on Facebook'><img alt='Facebook' height='100px' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN7lkz86k8Xylvd2BHr2ujj5xqQr1xhugxeFHVpe0pCbITIdjM7kyxvWcC5gUL-2Pctdg5IGpRm7m0QJYcSwkhjVX9aBAv1YekWaVm2watXnA9j3mVRmPDh8GUjxOwluC4Qebn5J6SQf3t/s1600/Facebook1.png ' width='100px'/></a> 

<a class='fade' expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank' title='Tweet This !'><img alt='Twitter' height='100px' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvnzkMCJgR715Xcfo0eBZtNbANnxxW7Qm3y-SpnPnalb6Jj7Xrueo8RSN0GN7yW0zmS7SZhn_hXXbJc7MpG1HoQMegtKCEaE1MLAFhwTWCskSoU9QRkjV-_TLKi84gDNIZIxsfsVim50_C/s1600/Twitter1.png' width='100px'/></a>

<a class='fade' expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank' title='Share this on Reddit'><img alt='Stumble' height='80px' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPB4u-cLjuu5dWgBLkTcbh5EzpGphLqmK__RWhv0SWuT9HRU-ABCd5WIIJn0QSJ_56YDle9NclT1qiuK55dxUugwjyfk1MmcY-HkB-srRsEkC8dU3AZ5zDSl0GbHq7J-86Exl-QvUkJGoi/s1600/Reddit1.png' width='80px'/></a> 

<a class='fade' expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank' title='Stumble upon something good? Share it on StumbleUpon'><img alt='Stumble' height='64px' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBSNdlIv4DMvzDewyE97dnKzHft08XDjPsiOphy0jlhKT2RJzorysHefEIt53YtbQ86nwfVjVTCmED5XjhopEMKDRnUsKalwc64WWiUZPX2teZJ5SlebeO3gxQIYiDK_LtaqCdc-Cp0ivj/s1600/Stumble1.png' width='64px'/></a> 
</center> 
</b:if>
<div style="text-align: right;">
<span style="font-family: Georgia, Times New Roman, serif; font-size: xx-small;"><a href="http://techethix.blogspot.com" target="_blank">Get This<span id="goog_1627905543"></span><span id="goog_1627905544"></span> Widget</a></span></div>
7. Now find this code </body> and paste the following code just above it.
<div style='position: fixed; bottom: 2%; left: 2%;'>
<div class='shareEgg' id='shareThisShareEgg'/>
</div>
<a href="http://techethix.blogspot.com/">.</a>
8. Now Hit Save ! Go to Your Blog and check this Awesome Sharing Widget !
Don't forget to Like Us on Facebook and Subscribe Us via Email !
and the best thing you have to do is to SHARE THIS POST :D
If you have any problem just drop your comment below or simply say thanks in comment box.

If you wanna check our newest Social Share Widgets then just hit Social Share Label from the right sidebar ;-)

author blogger, css, how to, responsive, Social Share Widgets, trick, widget 23:42
Older Posts Home
Do you like my work?

Buy Me a Coffee!

Popular Posts

  • MaterialMix : A Free Material Design Blogger Template
  • Sensational v2.0 Responsive Blogger Template
  • How to add Custom Fonts in Blogger or Any Website
  • Download Materiality Blogger Template
  • How to use full ISP bandwidth to speed up downloading
  • High PR Forums That Can Bring You High Traffic
Email Newsletter

Get Latest Posts Directly Into You Inbox

Labels

Android blogger browser Buy computer css drop down menu Gadgets Google how to internet Laptops Mobile Phone phone responsive reviews SEO smartphone Social Media Social Share Widgets subscription box Template tool trick widget Wireless youtube
Powered by Blogger.

Popular Posts

  • High PR Forums That Can Bring You High Traffic
  • Sensational v2.0 Responsive Blogger Template
  • MaterialMix : A Free Material Design Blogger Template
  • Materiality - Material Design Blogger Template
  • BloggerHero Free Premium Blogger Template
  • [Fixed] Facebook Share Thumbnail Is not Showing on Blogger

Contact Form

Name

Email *

Message *

  • Home
  • About
  • Contact
  • Sitemap
  • Services
  • Request
  • Privacy Polciy

© 2013 BloggerHero.com. All Rights Reserved. Designed with Love for Everyone!