• 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 Social Share Widgets. Show all posts
Showing posts with label Social Share Widgets. Show all posts
Flat Responsive Social Share Widget for Blogger
In last post I've shared my own modified Sensational v2.0 Ultra Responsive Blogger Template. Today I'm going to share Flat Responsive Social Share Widget for Blogger.
Though I've shared many cool Social Share Widgets, but this one is pure awesome.
Its one of the widgets which are highly premium and attractive. I'm damn sure that this widget will attract your blog visitors. Whenever you hover the buttons, the official color of these buttons appears. Lets check out why this widget is different.

What's new we have here?

  • Brand New for Blogger as it is Adapted from Wordpress.
  • Simple and Sleek with Pure CSS.
  • Smooth User experience.
  • Totally Responsive on Hover.
  • Fast loading.
  • Custom Social Share Links.
  • No Java Scripts.
  • Perfect as Social Share Widget for Responsive Template.
The widget simply works on the principle of CSS and Custom Social Share Links. Trust me its really awesome you should try the Live Demo.
Actual Share Widget Live Demo

how to install this widget? 

It' easy, just follow these steps :
1.Go to Blogger > Dashboard > Template > Click Edit HTML.
2. Now search ]]></b:skin> and paste the following code just above it.
/*-- Social Links --*/
.entry-social{
 overflow: hidden;
 margin-bottom: 20px;
}

.entry-social a{
 display: block;
 padding-left: 20px;
 color: #FFFFFF !important; 
 font-weight: 300;
font-size:12px;
}

.entry-social div{
 float: left;
 margin-right: 5px;
 width: 95px;
}

.entry-social div a{
 background-color: #FF7F1A;
}

.entry-social .delicious{
 width: 98px;
 margin-right: 0;
}

.entry-social .fb a{ 
 padding: 7px 10px 7px 26px; 
 background-image: url('http://picoolio.net/images/2013/11/29/fb14.png');
 background-repeat: no-repeat;
 background-position: 10px center;
}

.entry-social .fb a:hover{ 
 background-color: #324b81;
}

.entry-social .twitter a{ 
 padding: 7px 10px 7px 32px; 
 background-image: url('http://picoolio.net/images/2013/11/29/twitter14.png');
 background-repeat: no-repeat;
 background-position: 8px center;
}

.entry-social .twitter a:hover{
 background-color: #01A7dE; 
}

.entry-social .gplus a{ 
 padding: 7px 10px 7px 32px; 
 background-image: url('http://picoolio.net/images/2013/11/29/gplus14.png');
 background-repeat: no-repeat;
 background-position: 10px center;
}

.entry-social .gplus a:hover{ 
 background-color: #BA3227;
}

.entry-social .linkedin a{ 
 padding: 7px 10px 7px 35px;
 background-image: url('http://picoolio.net/images/2013/11/29/linkedin14.png');
 background-repeat: no-repeat;
 background-position: 10px center; 
}

.entry-social .linkedin a:hover{
 background-color: #136F9B;  
}

.entry-social .pinterest a{
 padding: 7px 10px 7px 30px;
 background-image: url('http://picoolio.net/images/2013/11/29/pinterest14.png');
 background-repeat: no-repeat;
 background-position: 10px center; 
}

.entry-social .pinterest a:hover{ 
 background-color: #B01C23; 
}

.entry-social .delicious a{ 
 padding: 7px 10px 7px 32px; 
 background-image: url('http://picoolio.net/images/2013/11/29/delicious14.png');
 background-repeat: no-repeat;
 background-position: 10px center; 
}

.entry-social .delicious a:hover{ 
 background-color: #2963B8; 
}
3. Now find the code <data:post.body/> by pressing CTRL+F
4. After Finding the code <data:post.body/> paste the following code just below it.
<div class="entry-social">
<div class="fb">
<a 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'>Facebook</a>
  </div>
<div class="twitter">
<a expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; -- &quot; + data:post.url ' rel='nofollow' target='_blank'>Twitter</a> 
  </div>
<div class="gplus">
<a expr:href='&quot;https://plus.google.com/share?url=&quot; + data:post.url + &quot;&amp;imageurl=&quot;' rel='nofollow' target='_blank'>Google+</a>   
  </div>
<div class="linkedin">
<a expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;summary=&amp;source=&quot;' rel='nofollow' target='_blank'>Linkedin</a>
  </div>
<div class="pinterest">
<a expr:href='http://pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;&amp;imageurl=&quot;' rel='nofollow' target='_blank'>Pinterest</a>
</div>
<div class="delicious">
<a expr:href='&quot;http://delicious.com/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'>Delicious</a>
  </div>
</div>
<!-- /entry-social -->
5. That's it, hit save now, you are done ! You can check out this widget just go to your blog post.
I hope you would like this widget, you can also browse our All Social Share Widgets.
If you have any problem regarding this widget, just drop your comment or feel free to contact me.

author blogger, css, responsive, Social Share Widgets 01:38
Hi guys, Its been a long time I din't post as I was busy with my Exams. But finally my exams are over now so I'm here for posting some awesome Blogger Tricks and Widgets.
Today's our post is "How To Add Flare - A Social Share Widget from Wordpress To Blogger"
You guys might have seen the this widget on mostly wordpress blogs, there is no question about it that its truly awesome, It contains large variety of Social Sharing Buttons including the number of total share or say Flare Score. Its one of the best way of sharing your content nowadays.
Try out the Live Demo ;)
Add Flare Social Widget to Blogger

Live Demo

Why Flare?

This is an Eye Catching Share Bar and I'm damn sure that your content will get shared almost each time the visitor reads your article. The main fact about it that you can customize it totally including the color of every icon, size, shape [round/square] , the position of the widget, you can place it below your post title at left / center or middle, also you can make it floating on left or right side. You can change the module color also. The gradient colors are superb, you should try the Shine ! Well lets see how to install it on blogger.

How To Install Flare on Blogger?

These are some simple steps by which you can add the Flare Widget successfully on your blog.
1. Go to Flare.
2. Click on Install Now at the right sidebar of page.
3. Enter your Email Address and Signup.
4. Now you will get your own custom code snippet there, just copy it and paste it before </head> code it your HTML. After copying Save the Template.
5. Now click I'm Ready and then enter your Blog Home Page link there and hit Check Domain.
6. After successful checking you will get three api apps, select Flare and then you need to do some customizations.
7. Select the Flare from Left Sidebar, Click on Create New, after that let it load the social icons and customization filaments.
8. Select the Social Buttons which you want and then try other options like shape, color gradient, icon color,  icon logo color, selection of position of flare bar etc.
9. After completing all customizations , hit save.
10. Now drag your Flare Bar Box into middle column where you will see All Pages.
That's it, you are done ! Go to Your Blog and Check it. I hope you would like this new Wordpress Widget for Blogger :)
If you have any problem regarding this post simply drop your comment here or feel free to contact with me and your views and opinions are appreciated.

author blogger, how to, Social Share Widgets 11:04
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
Clean CSS Email Subscription Widget for Blogger

Hi buddy's its been long time I haven't posted any Feed Burner Email Subscription Widget for Blogger as I was busy with my exams but now I'm back with all new blogger tricks and widgets.

Last time I had explained about adding Mashable Style Social Subscription Widget For Blogger. Well today we are going to see a most decent, simple & clean CSS optimized Email Subscription Widget which I have already installed on this blog you can also have a look on live demo below my post.

You can also check out previous most awesome Email Subscription Widgets.
This widget is customized with CSS and is really clean and elegant. You can add this widget below your blogger post that can increase the number of Email Subscribers of your blog easily.

Features :

1. Soft and Elegant.
2. Customized CSS design.
3. Attractive Colors.
4. Easy to install.
5. Auto Width / Height Adjustable.

Its really easy to install, lets see how to install this widget on your blogger blog.
How To Install :
1. Go to Blogger > Dashboard > Template. [Backup Your Blog Template]
2. Click Edit HTML and find the code <data:post.body/> by pressing CTRL + F
3. After finding copy paste the following code just below it.
<link href='https://googledrive.com/host/0B3omcK7jIprqenU5TXpwbUJxRzQ' rel='stylesheet'/>
<div class='TEXEmailsub'>
<h5>Subscribe Us by Email and Get Free Updates</h5>
<form action='http://feedburner.google.com/fb/a/mailverify' class='TEXEmailform' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=techethix', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'>
<input name='uri' type='hidden' value='techethix'/>
<input name='loc' type='hidden' value='en_US'/>
<input class='emailText' name='email' onblur='if (this.value == "") {this.value = "Enter your email...";}' onfocus='if (this.value == "Enter your email...") {this.value = ""}' required='' type='text' value='Enter your email...'/>
<input class='emailButton' title='' type='submit' value='SignUp'/>
</form>
  <div class='clr'/></div></div>
<div style="text-align: right;">
<a href="http://techethix.blogspot.com/2013/10/clean-css-email-subscription-widget-for-blogger.html" target="_blank" title="Get This Widget">Get</a></div>
4. That's it, hit save template. You are done, now go to your blog and check any post.
You will see an elegant, smooth, decent Email Subscription Box Widget under your blog article.

I hope you would like this soft & elegant widget. Don't forget to Subscribe Us via Email and Sharing is Caring !
If you have any problem regarding this widget simply drop your questions here or a "Thanks" is appreciable :)

author blogger, css, Social Share Widgets, subscription box 02:37
Desktop Style Social Share Widget for Blogger
Since few days I have been busy in developing some Social Share Widgets for Blogger Blogs, Now its time to Unleash them. After spending couple of hours I have made very cool and awesome widgets that your can check out in Social Share Widgets Page.
In last post I had posted about Adding "Cute Social Bookmarking Widget for Blogger" This is really awesome, extra-smooth and fancy Social Share Widget you can try it out too.
As we know Social Share Widgets are highly preferred to get high traffic from Social Networks. If you have attractive and professional blogger share widget with a quality blog post then the blog reader [He or She] would like to share your blogger posts from this widget. That's best way to drive heavy traffic to your blog from different Social Networks.
Demo Desktop Style Social Share Widget for Blogger
Today I'm posting new Desktop Style Social Share Widget for Blogger, as its name is Desktop , I have added Desktop customized Social Share Buttons which gives professional and attractive look to this widget. You can also checkout Live Demo of this widget.

Live Demo

Features of Desktop Style Social Share Widget :

1. Desktop Style / Type Social Share Buttons
2. Highly Customized with CSS Codings.
3. Easy to Install.
4. Doesn't affect Blog Page loading Time. [Blog Loading Speed]
5. Professional and Attractive.

How To Install This Widget?

Its really easy to install this widget, just follow these easy 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.
ul.desktop-social { list-style:none; margin:15px auto;display:inline-block; }
ul.desktop-social li { display:inline; float:left; background-repeat:no-repeat; }
ul.desktop-social li a { display:block; width:53px; height:60px; padding-right:10px; position:relative; text-decoration:none; }
ul.desktop-social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7); -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
ul.desktop-social li.desktop-facebook { background-image:url("http://picoolio.net/images/2013/09/17/Facebook-icon.png"); }
ul.desktop-social li.desktop-twitter { background-image:url("http://picoolio.net/images/2013/09/17/Twitter-icon.png"); }
ul.desktop-social li.desktop-stumbleupon { background-image:url("http://picoolio.net/images/2013/09/17/StumbleUpon-icon.png"); }
ul.desktop-social li.desktop-digg { background-image:url("http://picoolio.net/images/2013/09/17/Digg-icon.png"); }
ul.desktop-social li.desktop-delicious { background-image:url("http://picoolio.net/images/2013/09/17/Delicious-icon.png"); }
ul.desktop-social li.desktop-linkedin { background-image:url("http://picoolio.net/images/2013/09/17/Linkedin-icon.png"); }
ul.desktop-social li.desktop-reddit { background-image:url("http://picoolio.net/images/2013/09/17/Reddit-icon.png"); }
ul.desktop-social li.desktop-technorati { background-image:url("http://picoolio.net/images/2013/09/17/Technorati-icon.png"); }
#desktop-cssanime:hover li { opacity:0.2; }
#desktop-cssanime li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;-moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#desktop-cssanime li a strong { opacity:0; -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms; -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }
#desktop-cssanime li:hover { opacity:1; }
#desktop-cssanime li:hover a strong { opacity:1; top:-10px; }
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 == "item"'>
<div style="text-align: center;">
<span style="color: black; font-family: Trebuchet MS; font-size: 14px;"><b>If You Enjoyed This Take 5 Second to Share it.</b></span>
<a href="http://techethix.blogspot.com/" rel="dofollow"></a>
<ul class='desktop-social' id='desktop-cssanime'>
<li class='desktop-facebook'>
<a 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'><strong>Facebook</strong></a>
</li>
<li class='desktop-twitter'>
<a expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; -- &quot; + data:post.url ' rel='nofollow' target='_blank'><strong>Twitter</strong></a>
</li>
<li class='desktop-stumbleupon'>
<a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>StumbleUpon</strong></a>
</li>
<li class='desktop-digg'>
<a expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Digg</strong></a>
</li>
<li class='desktop-delicious'>
<a expr:href='&quot;http://delicious.com/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Delicious</strong></a>
</li>
<li class='desktop-linkedin'>
<a expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;summary=&amp;source=&quot;' rel='nofollow' target='_blank'><strong>LinkedIn</strong></a>
</li>
<li class='desktop-reddit'>
<a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Reddit</strong></a>
</li>
<li class='desktop-technorati'>
<a expr:href='&quot;http://technorati.com/faves?add=&quot; + data:post.url ' rel='nofollow' target='_blank'><strong>Technorati</strong></a>
</li>
</ul>
<br />
<div style="text-align: right;">
<span style="font-family: Times, Times New Roman, serif; font-size: 10px;"><a href="http://gg.gg/desktopstyle" rel="nofollow" target="_blank" title="Get This Widget">@</a></span></div>
</div>
</b:if>
7. That's it ! You are done. now go to your blog and check it ! I hope you must have liked and willing to install this widget on your blogger blog.
Note : This widget is totally made by Us [TechEthix Property] Kindly don't remove the attribution link from this widget. If you removed it there could be copyright avoilation complaint against you. So don't edit anything in above widget, Just install it as it is Free To Install on your blog.
If you have any problem or difficulty regarding this widget, just drop your comment here or feel free to contact me or can also say "Thanks" or your opinion in comments. Stay Connected.

author blogger, css, Social Share Widgets 01:19
Cute Social Bookmarking Widget for Blogger
Social Share Widgets are always been most important part of every blogger's blog. You must have atleast one social share widget on your blog to make your blog perfect. After spending couple of hours, finally I made this "Cute" widget for blogger blog. As we know social bookmarking tools / widgets are most important for any website / blog for building social media backlinks by which your blogger rank increases rapidly.
I have shared many Social Bookmarking or Social Sharing Widgets for Blogger but this one is totally outstanding as it is combined with CSS codes with premium thumbnails by DesignBolts. I hope you would like to install  this widget on your blog.

What's Special in This Widget?

1. Easy Installation.
2. Totally Customized with CSS Codes.
3. Fast Loading, doesn't affect blog page loading time.
4. User Friendly.
5. Smooth Hovering Experience.
You can check out the live demo of this widget. Click below button for Live Demo of this widget.

Live Demo

Do you like it? Well, its too easy to install this awesome cute social share widget in your blogger template. As I have already said, this widget is totally improved with css codes and have highly smoothened for best sharing experience. Want to try? Just follow these easy steps.

How To Install Cute Social Bookmarking Widget for Blogger?

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.
ul.abt-social { list-style:none; margin:15px auto;display:inline-block; }
ul.abt-social li { display:inline; float:left; background-repeat:no-repeat; }
ul.abt-social li a { display:block; width:48px; height:48px; padding-right:10px; position:relative; text-decoration:none; }
ul.abt-social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7); -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
ul.abt-social li.abt-facebook { background-image:url("http://picoolio.net/images/2013/09/16/Facebook.png"); }
ul.abt-social li.abt-twitter { background-image:url("http://picoolio.net/images/2013/09/16/Twitter.png"); }
ul.abt-social li.abt-googlebuzz { background-image:url("http://picoolio.net/images/2013/09/16/Google-Plus.png"); }
ul.abt-social li.abt-stumbleupon { background-image:url("http://picoolio.net/images/2013/09/16/Stumble-Upon.png"); }
ul.abt-social li.abt-digg { background-image:url("http://picoolio.net/images/2013/09/16/Digg.png"); }
ul.abt-social li.abt-delicious { background-image:url("http://picoolio.net/images/2013/09/16/Delicious.png"); }
ul.abt-social li.abt-linkedin { background-image:url("http://picoolio.net/images/2013/09/16/Linkedin.png"); }
ul.abt-social li.abt-reddit { background-image:url("http://picoolio.net/images/2013/09/16/Reddit.png"); }
ul.abt-social li.abt-technorati { background-image:url("http://picoolio.net/images/2013/09/16/Technorati.png"); }
#abt-cssanime:hover li { opacity:0.2; }
#abt-cssanime li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;-moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#abt-cssanime li a strong { opacity:0; -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms; -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }
#abt-cssanime li:hover { opacity:1; }
#abt-cssanime li:hover a strong { opacity:1; top:-10px; }
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 == "item"'>
<div style="text-align: center;">
<span style="color: black; font-family: Trebuchet MS; font-size: 14px;"><b>If You Enjoyed This Take 5 Second to Share it.</b></span>
<a href="http://techethix.blogspot.com/" rel="dofollow"></a>
<ul class='abt-social' id='abt-cssanime'>
<li class='abt-facebook'>
<a 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'><strong>Facebook</strong></a>
</li>
<li class='abt-twitter'>
<a expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; -- &quot; + data:post.url ' rel='nofollow' target='_blank'><strong>Twitter</strong></a>
</li>
<li class='abt-googlebuzz'>
<a expr:href='&quot;https://plus.google.com/share?url=&quot; + data:post.url + &quot;&amp;imageurl=&quot;' rel='nofollow' target='_blank'><strong>Google+</strong></a>
</li>
<li class='abt-stumbleupon'>
<a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>StumbleUpon</strong></a>
</li>
<li class='abt-digg'>
<a expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Digg</strong></a>
</li>
<li class='abt-delicious'>
<a expr:href='&quot;http://delicious.com/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Delicious</strong></a>
</li>
<li class='abt-linkedin'>
<a expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;summary=&amp;source=&quot;' rel='nofollow' target='_blank'><strong>LinkedIn</strong></a>
</li>
<li class='abt-reddit'>
<a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Reddit</strong></a>
</li>
<li class='abt-technorati'>
<a expr:href='&quot;http://technorati.com/faves?add=&quot; + data:post.url ' rel='nofollow' target='_blank'><strong>Technorati</strong></a>
</li>
</ul>
<br />
<div style="text-align: right;">
<span style="font-family: Times, Times New Roman, serif; font-size: 10px;"><a href="http://gg.gg/cshwfb" rel="dofollow" target="_blank" title="Get This WIdget">Get</a></span></div></div>
</b:if>
7. That's it ! You are done. now go to your blog and check it ! I hope you must have liked and willing to install this widget on your blogger blog.
Note : This widget is totally made by Us [TechEthix Property] Kindly don't remove the attribution link from this widget. If you removed it there could be copyright avoilation complaint against you. So don't edit anything in above widget.
Your comments are always appreciated and If you have any problem regarding this widget please let us know or simply drop them here. Stay Connected.

author blogger, css, Social Share Widgets, tool, trick 06:13
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
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
Best Way to Share Your Posts to All Social Networks in One Click
Are you tired of sharing your each blog post or article on Social Network Sites ? Then you should try "NetworkedBlogs" 

What is NetworkedBlogs.com ?

"NetworkedBlogs is a user-generated blog directory and syndication tools for publishers. NetworkedBlogs is one of the largest news apps on Facebook. " Says NetworkedBlogs.com

What TechEthix Says ?


NetworkedBlogs.com provides you a multishare option by which you can totally share your blog or website posts to all social share sites with just one click ! Due to this your valuable time is saved. 

Whats Special Here?


You will find Thousands of Blogs to follow there and with a one click you can share them too.
Here you will get a Quick Publisher Option by which you can share your blog posts to every Facebook Page or Group you have added. You will get a Syndication Option there to customize your Quick Publisher. You can also connect with Thousands of bloggers on NetworkedBlogs.com

How to Join NetworkedBlogs.com ?

1. Go to NetworkedBlogs.com
2. Register your Account for Free [Better If you sign in via your Facebook ID]
3. Register your blog.
4. Verify your blog / site by Adding a widget on your blog / site.
5. That's it ! You are done.

It will update your blog posts every time you publish any article or post on your blog.
To Publish your blog posts on Different Social Networks you have to Link your Facebook, Twitter, LinkedIn, Google+ Profiles with NetworkedBlogs.com by Syndication Method.

After that you will be able to publish your blogger posts to all linked social networks automatically !
Don't forget to follow TechEthix on NetworkedBlogs.com - Follow Us on NetworkedBlogs

author blogger, Google, how to, SEO, Social Share Widgets, trick, widget 00:35
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!