Showing posts with label widgets. Show all posts
Showing posts with label widgets. Show all posts

Add Feedburner subscription+Social Follow widget below posts of Blogger

Add Feedburner subscription+Social Follow widget below posts of Blogger
Fellow visitors! In New Year add a super cool compact social subscription box widget below post’s of your Blogger blog. This widget is very trendy designed and will make sure to get maximum social fan and email subscriber with style. This widget got three social follow buttons (they change look with mouse hover with sliding effect) Facebook, Twitter and Google plus. Made with CSS, HTML, CSS3, Script, Google font, Font awesome, keyframes  and hard work. Easy to configure and add to your site. Let’s see how it looks, how to add and configure:-

Superb Feedburner subscription+Social Follow widget below posts of Blogger


Preview-

Add Feedburner subscription+Social Follow widget below posts of Blogger


Live Demo- (Click Here)


Codes for copy-

Part 1

<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'/>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>


Part 2

<!--crawlist.net widget starts-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class="ks-volt">
<h3>Never miss a post, Again! (Subscribe)</h3>
<div class="ks-volta">
<form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=crawlist&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=500,height=500&apos;);return true' target='popupwindow'>
<input name='uri' type='hidden' value='crawlist'/>
<input name='loc' type='hidden' value='en_US'/>
<input id='ks-searchbar1' name='email' onblur='if (this.value == "") {this.value = "   Enter your email";}' onfocus='if (this.value == "   Enter your email") {this.value = ""}' type='text' value='   Enter your email'/>
 <input id='ks-searchbutton' title='' type='submit' value='Submit'/>
</form></div>
<div id="ks-share">
  <div class="facebook ks-button">
    <i class="icon">
      <i class="fa fa-facebook fa">
    </i>
  </i>
  <div class="slide">
    <p>
      Facebook
    </p>
  </div>
 
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script&gt;(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
   js.src = &quot;//connect.facebook.net/en_US/all.js#xfbml=1&quot;;
  fjs.parentNode.insertBefore(js, fjs);
}(document, &#039;script&#039;, &#039;facebook-jssdk&#039;));&lt;/script&gt;
&lt;div class=&quot;fb-like&quot; data-href=&quot;Your Facebook Fanpage Adress&quot; data-width=&quot;40&quot; data-layout=&quot;button_count&quot; data-action=&quot;like&quot; data-show-faces=&quot;false&quot; data-share=&quot;false&quot;&gt;&lt;/div&gt;

  </div> 
  <div class="twitter ks-button">
    <i class="icon">
      <i class="fa fa-twitter fa">
    </i>
  </i>
  <div class="slide">
    <p>
      Twitter
    </p>
  </div>
  <a href="https://twitter.com/k_shazzad" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @your account name</a>
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
  </div> 
  <div class="google ks-button">
    <i class="icon">
      <i class="fa fa-google-plus fa">
    </i>
  </i>
  <div class="slide">
    <p>
      Google+
    </p>
  </div>
  <div class="g-plusone" data-size="medium">
  </div>
  <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> </div></div><!--crawlist.net widget ends-->
<style>
 /*crawlist.net design starts*/
.ks-volt { border:2px #ccc solid; height:160px; width:500px; margin:auto; border-radius:4px; overflow: hidden; background:#fff;}
.ks-volt h3 { color:#333; text-align:center; font-size:20px; font-weight:100;font-family: 'Droid Serif', serif; margin-top:10px; margin-bottom:10px;}
#ks-share {
    background: white;
    width: 480px;
    overflow: hidden;
    margin-top:6px;margin-left:7.5px;}
.ks-button {
    background: #DCE0E0;
    position: relative;
    display: block;
    float: left;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    width: 150px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.icon {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    height: 100%;
    vertical-align: top;
    width: 38px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    text-align: center;
}
.icon i {
    color: #fff;
    line-height: 42px;
}
.slide {
    z-index: 2;
    display: block;
    margin: 0;
    height: 100%;
    left: 38px;
    position: absolute;
    width: 112px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}
.slide p {
font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    font-size: 16px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 100%;
}
.ks-button .slide {
    -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;
    transition: all 0.2s ease-in-out;
}
/*position fix */
.facebook iframe {
    display: block;
    position: absolute;
    right: -16px;
    top: 10px;
    z-index: 1;
}
.twitter iframe {
    width: 90px !important;
    right: 5px;
    top: 10px;
    z-index: 1;
    display: block;
    position: absolute;
}
.google #___plusone_0 {
    width: 70px !important;
    top: 10px;
    right: 15px;
    position: absolute;
    display: block;
    z-index: 1;
}
/*share bar background*/
.facebook:hover .slide {
    left: 150px;
}
.twitter:hover .slide {
    left: 150px;
}
.google:hover .slide {
    left: 150px;
}
/*icon background*/
.facebook .icon, .facebook .slide {
    background: #305c99;
}
.twitter .icon, .twitter .slide {
    background: #00cdff;
}
.google .icon, .google .slide {
    background: #d24228;
}
.ks-volta { height:50px; margin:auto; width:460px;}
#ks-searchbutton{width: 200px;
height:38px;
  text-align: center;
  font-size: 16px;
font-family: 'Droid Serif', serif;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
  -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
  box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);

  color: #fff;
  background-color: #f2672e;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  -webkit-animation: shadowFadeOut 0.4s;
  -moz-animation: shadowFadeOut 0.4s;    }
 #ks-searchbutton:hover { color: #fff;
  -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
  -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
  box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
  -webkit-animation: shadowFade 0.4s;
  -moz-animation: shadowFade 0.4s;
}
@keyframes shadowFade {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}
@keyframes shadowFadeOut {
    0% {
      -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}

@-webkit-keyframes shadowFade {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}

@-webkit-keyframes shadowFadeOut {
    0% {
      -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}

@-moz-keyframes shadowFade {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}

@-moz-keyframes shadowFadeOut {
    0% {
      -webkit-box-shadow: inset 0px 44px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 44px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 44px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}

#ks-searchbar1
{
border:1px solid #d5d5d5;
background:#ffffff;
color:#888888;
width:250px;
height:34px;
font-family: 'Droid Serif', serif;
font-size:16px;
}
/*crawlist.net design ends*/
</style>
</b:if>


How to add
This widget set up has two part, read on-
  • First, Log into your Blogger, select your blog, 
  • Select 'Template', select 'Edit HTML' 
  • Now search for (Using Ctrl+F in Windows, Cmd+F in Mac) into code snippet </head>
    • Above </head> copy and paste part 1's codes
    • Second, Again search for

    <div class='post-footer-line post-footer-line-1'>

    • You may find this line twice, select sound line, and copy and paste part 2's codes below that line
    • If your template doesn't contain this line <div class='post-footer-line post-footer-line-1'> (Basically HTML5 templates) search for </article>
    • And below </article> copy and paste Part 2's codes. and configure

    How to configure
    • To configure your Feedburner email subscription form. replace crawlist with your feeburner id, it can be found in (http://feeds.feedburner.com/your feed id)
    • To configure Facebook like button, just replace your Facebook fan page full address on 'Your Facebook Fanpage Adress'
    • To configure twitter follow button, just replace your twitter account url on https://twitter.com/k_shazzad and @your account name
    • After configure hit 'Save template' and check out your blogger blog.

    Compatibility
    • This widget is compatible with all browser's latest version (old version's are supports too except IE),
    • All stranded structured template will show this widget correctley, if some template don't show it right, you may have to change #ks-share 's margin values and .ks-button 's margin values. This widget will not appear on homepage.
    So any feedback don’t forget to mention. Goodluck and Happy new year…

    Metro Social Subscription Widget for Blogger/Wordpress

    Metro Social Subscription Widget for Blogger/Wordpress
    Icon styled social subscription widget is looks random and simple, on the another hand metro/windows style social media subscription widget looks cool and smart. Before I published 2 different styled metro social media profile widget, and with this post I exposing just another metro social subscription widget with different format, Contains Facebook, Twitter, Google plus, Pinterest, Linkedin and Feedburner slot with hover effect and tool-tip. This widget will fit to any kind of website no matter it Blog or portfolio website. Let's see how it looks like and how to use it in your Blogger blog and wordpress sites.

    Metro Social Subscription Widget for Blogger/Wordpress


    Preview- 
    Metro social subscription widget for Blogger wordpress
    Live Demo- (here you go)

    Codes-

    <style>/*crawlist.net CSS starts*/
    .ks-metro {
        height:300px;
        width:286px;
        border:#fff 1px hidden;
        margin:auto;
    }
    .ks-fbbox {
        float:left;
        height:150px;
        width:150px;
        border:#33C hidden 1px;
    }
    .ks-ttbox {
        float:right;
        height:70px;
        width:136px;
        border:#90F hidden1px;
    }
    .ks-gpbox {
        float:right;
        height:78px;
        width:136px;
        border:#F03 hidden 1px;
    }
    .ks-febox {
        float:right;
        height:147px;
        width:136px;
        border:#F96 hidden 1px;
    }

    .ks-lnbox {
        float:left;
        height:70px;
        width:150px;
        border:#00F hidden 1px;
    }
    .ks-ptbox {
        float:left;
        height:75px;
        width:150px;
        border:#F03 hidden 1px;
    }

    #ks-social-icons {
    display: block;
    }
    #ks-social-icons img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    border:#FFF 1px hidden;}

    #ks-social-icons img:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    border:#FFF 1px hidden;
    }/*crawlist.net CSS ends*/
    </style>
    <div class="ks-metro"><div id="ks-social-icons">
    <!--crawlist.net widget Starts--><div class="ks-fbbox">
    <a href="http://www.facebook.com/your profile" target="_blank" rel="nofollow" title="Join us on Facebook"><img height="150" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2cIceYoqqvLx_UGzuGLGS835de8xvNMv6-nRz3oEWVBjzvurzx0or_4-Le3YSp5JsQZHxPxoOto36oWdgDDKN1IEuy_fQZ4vFOV4mQAvJ9oklVdF_5NwxuUMmUBbJD_y_whRne8ZZatCV/s1600/1.png" width="150" /></a></div>
    <div class="ks-gpbox">
    <a href="http://plus.google.com/your profile" target="_blank" rel="nofollow" title="Join us on Google Plus"><img height="78" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCNvB5Y8vxU2B3w9Put_GqNGnH8RM-FXnkp9sfSLoRCCa9Q6Yk0ZB2oN7kKrl0aK0bNOYr1j4nuHsI_ejH-GjMmkwbdbJrvt6btjanestLgVNXugT29uYM3CKIWzj2eueON3JaB6tNa6lJ/s1600/2.png" width="136" /></a></div>
    <div class="ks-ttbox">
    <a href="http://www.twitter.com/your profile" target="_blank" rel="nofollow" title="Join us on Twitter"><img height="70" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlIR7ivLhFeeQiEy5hyphenhyphen2CiYOg3u9NcyAJnOfkwQM20FQgbjFSex67BWb2CsWkXqj0idaI0BcxUs9yjSSo0j_aw7trD4GBi-1xyztbRvzZA062RH6n5LLy7FQwRlppgUlkYFY_sn-Y1l3Hp/s1600/3.png" width="136" /></a></div>
    <div class="ks-febox">
    <a href="http://feedburner.com/your profile" target="_blank" rel="nofollow" title="Never miss a post"><img height="147" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhed2QOkmMW4do2Pb3T_TWFaq2Mu7CEfnNw6hd1SCmeKn3vjDFdDNekIFMXYXDLEkNxGm0fb1-J75NpGsfGka8lmRP8Fj4adb2-w-0dLhQAtV-FabYHaMNeYzNTGeWgBS2JXvv8n5xdUW9s/s1600/4.png" width="136" /></a></div>
    <div class="ks-lnbox">
    <a href="http://www.linkedin.com/your profile" target="_blank" rel="nofollow" title="Join us on Linkedin"><img height="70" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjR5UqrxkgpvOyg5QiWzug8N5x9OA7uUkoE45D-OYxKf4MtKeSCXIIIaKiH7aEXE4rPCeTGH24GNHHvDxnkan-HYNFGu28yZGfx63leDEonkBpH7z_P48Ruqy-AlCbx8TDijnZFULhTVb0L/s1600/5.png" width="150" /></a></div>
    <div class="ks-ptbox">
    <a href="http://www.pinterest.com/your profile" target="_blank" rel="nofollow" title="Join us on Pinterest"><img height="75" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiew4l0v9xc8f6MMH4AS-rXIFGRHInB5i6I89og7JRv1vadNa3S7QXAfeXJPv8KyOHq1aY_TbnF0S4Ca_uqaEQbZrDy_NKKbd0p9w5_oKc-V-pTYRfpxDBgkfk4X239rIILJU8YhtsLNac/s1600/6.png" width="150" /></a></div><!--crawlist.net widget ends--></div>

    How to add this widget in Blogger
    • First log in to your Blogger, select your Blog, 
    • Go to 'Layout' tab then click 'add a gadget'  
    • Select 'html/javascript' from pop up menu. 
    • Copy following codes and configure

    How to add this widget in Wordpress
    • From dashboard hover mouse on 'Appearance' tab, 
    • From 'appearance' menu select 'widgets', 
    • Then drag and drop 'Text' content box in widget area, 
    • Copy following codes and paste into 'text' box
    • New Dashboard: Click on 'Text' add it to sidebar and paste following codes.

    How to configure
    First collect your following social media profiles direct links and replace with default links. All links are red colored;

    So, what you think about this widget and how it working on your Blog don't forget to mention :) And don't forget to subscribe and like Crawlist on Facebook for more cool widget's updates.

    Ribbon: Feedburner Email Subscription box for Blogger/Wordpress

    Unique Feedburner Email Subscription box for Blogger/Wordpress
    Feedburner email subscription box is a must have widget for both Blogger and wordpress users. But the default subscription widget is pretty simple and non attractive, that’s what I did published custom attractive and eye catchy subscription box before (like- Cool Feedburner email subscription box, Total social subscription box widget, 4 stylish Feedburner subscription widget) And here I am publishing another one The Unique subscription box here. This widget is both attractive and eye catchy, it made with Pure CSS3 ribbon, retina ready background, flat pressable submit button and so so. It also smaller sized and will be fit with any kind of website I guess. Let’s see how it looks like and how to add it in your Blogger and wordpress blogs.

    Ribbon: Feedburner Email Subscription box for Blogger/Wordpress


    Preview-

    Ribbon: Feedburner Email Subscription box for Blogger/Wordpress


    Live demo-



    Codes for copy-


    <style>/*crawlist.net CSS starts*/
    .ks-ooo {position:relative; z-index:0;}
    .ks-ooo > div {margin-bottom:40px;}
    .ks-ooo > div:last-of-type {margin-bottom:0;}
    .ks-ooo .ribbon {
        margin:auto;
        position:relative;
        width:300px;
        height:40px;
        behavior:url(PIE.htc);
    }
    .ks-ooo .ribbon > span {
        display:block;
        position:relative;
        height:100%;
        behavior:url(PIE.htc);
        -pie-watch-ancestors:1;
    }
    .ks-ooo .ribbon > span:before, .ks-ooo .ribbon > span:after {
        content:'';
        position:absolute;
        z-index:-1;
        border-style:solid;
        border-width:14px;
        border-color:transparent;
    }
    .ks-ooo.ie8 .ribbon > span:before, .ie8 .ribbon > span:after {
        display:none;
    }
    .ks-ooo .ribbon > span:before {
        left:-14px;
    }
    .ks-ooo .ribbon > span:after {
        right:-14px;
    }
    .ks-ooo .ribbon:before {
        content:'';
        position:absolute;
        z-index:-2;
        left:-31px;
        border-style:solid;
        border-width:20px;
        border-right-width:25px;
    }
    .ks-ooo .ribbon:after {
        content:'';
        position:absolute;
        z-index:-2;
        right:-31px;
        border-style:solid;
        border-width:20px;
        border-left-width:25px;
    }
    .ks-ooo .oo1 > span {
        -moz-box-shadow:   0 1px 2px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
        box-shadow:        0 1px 2px rgba(0, 0, 0, 0.5);
    }
    .ks-ooo .oo1 > span:before, .ks-ooo .oo1 > span:after {
        bottom:-14px;
    }
    .ks-ooo .oo1:before {
        top:14px;
    }
    .ks-ooo .oo1:after {
        top:14px;
    }
    .ks-ooo .o1o, .ks-ooo.ie8 .o1o > span {
        background-color:#42a5d4;
        background-image:-webkit-gradient(linear, left top, left bottom, from(#42a5d4), to(#24769d)); /* Saf4+, Chrome */
        background-image:-webkit-linear-gradient(top, #42a5d4, #24769d); /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image:   -moz-linear-gradient(top, #42a5d4, #24769d); /* FF3.6 */
        background-image:    -ms-linear-gradient(top, #42a5d4, #24769d); /* IE10 */
        background-image:     -o-linear-gradient(top, #42a5d4, #24769d); /* Opera 11.10+ */
        background-image:        linear-gradient(top, #42a5d4, #24769d);
        -pie-background:         linear-gradient(top, #42a5d4, #24769d); /* IE6-IE9 */
    }
    .ks-ooo .o1o > span:before {
        border-right-color:#174c66;
    }
    .ks-ooo .o1o > span:after {
        border-left-color:#174c66;
    }
    .ks-ooo .o1o:before {
        border-color:#24769d #24769d #24769d transparent;
    }
    .ks-ooo .o1o:after {
        border-color:#24769d transparent #24769d #24769d;
    }
    .ks-boxsa {height:135px; width:270px; border:#ccc solid 1px; margin:auto; border-radius:0px 0px 5px 5px;
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhE4jbiHjpc8NpaoabXNwMNGT2ieqaKtKuqdJkP2vytvwd4z5giBcFeBr40w5R9-6diCS5rpfrF1r5bTjgluPtvBsn55bCDVBO8yWwazE11enPslFDEoW0DJuD7jTvr2MUuN9GPyPgjSvo/s1600/paper.png);margin-left:14px;
    }

    .ks-box {height:150px; width:300px;}
    .ks-box h4{font-size:16px; text-align:center;
        color:#fff;
        line-height:40px;
        font: Georgia;
        font-weight:200;
        font-style:italic;
    }
    #ks-inject { background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXCEinBtcs5e_OHXzI4MWiKsWaI35dEl3pvzrbI7bRAvPrT1VHzsmHTpELlEg5GqBE27IBPo3SbfDiu8DIY0s0EfUFBzAjsSd5ylT80Y5habNSd7MLHpLBrhbrlap6FqzAQgYNzFZSosY/s1600/email.png') #fff no-repeat 10px center; padding-left: 35px;
            border: 1px solid #ccc;
            font-size: 15px;
            line-height:2;
      
            height:37px;
            width:198px;
            border-radius: 3.5px;
            -moz-border-radius: 3.5px;
            -webkit-border-radius: 3.5px;
            box-shadow: 0 2px 2px #ddd;
            -moz-box-shadow: 0 2px 2px #ddd;
            -webkit-box-shadow: 0 2px 2px #ddd;
            margin-top:13.5px;
          
                -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;}
          
    #ks-inject:focus { border-color:#F4836A;
        outline: none;
        box-shadow: 0 0 2px 1px #F4836A;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;}


    #ks-buofo {
      position: relative;
      vertical-align: top;
      width: 165px;
      height: 40px;
      padding: 0;
      font-size: 24px;
      color: white;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
      background: #3498db;
      border: 0;
      border-bottom: 2px solid #2a8bcc;
      cursor: pointer;
      -webkit-box-shadow: inset 0 -2px #2a8bcc;
      box-shadow: inset 0 -2px #2a8bcc;

      margin-top:10.5px;
     
              border-radius: 1.5px;
            -moz-border-radius: 1.5px;
            -webkit-border-radius: 1.5px;
    }
    #ks-buofo:hover {opacity:0.7;}
    #ks-buofo:active {
      top: 1px;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .ks-boxsa h6{font: "Segoe UI"; font-size:14px; font-weight:100; margin-top:7px; color:#333; font-style:italic;
    }
    /*crawlist.net CSS ends*/
    </style>
    <!--crawlist.net widget starts-->
    <div class="ks-box">
    <div class="ks-ooo">
    <div class="ribbon oo1 o1o"><span><h4>Subscribe for Newsletter</h4></span></div>
    <div class="ks-boxsa" align="center">
    <form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=FeedId&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=500&apos;);return true' target='popupwindow'>
    <input name='uri' type='hidden' value='crawlist'/>
    <input name='loc' type='hidden' value='en_US'/>
    <input id='ks-inject' name='email' onblur='if (this.value == "") {this.value = "Enter your email";}' onfocus='if (this.value == "Enter your email") {this.value = ""}' type='text' value='Enter your email'/>
     <input id='ks-buofo' title='' type='submit' value='Submit'/>
    </form>
    <h6 align="center"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQWfYVatzsUnjHJB-0HFguORePV-3lVS4zyRoxjOkcvuCSEEKzkas0ENbjY5t3S4BJPfgkIUKfgHwGmP7YwwJYOvz2VDg24C7hIE3FxeQd137O5ep1IcVbQmslXfGYgBlNr3pp6IqgM_A/s1600/lock.png" height="12px" width="10px"/> 100% Privacy Guaranty</h6>
    </div></div></div>
    <!--crawlist.net widget ends-->


    How to add this widget in Blogger
    • First log in to your Blogger, select your Blog, 
    • Go to 'Layout' tab then click 'add a gadget' 
    • Select 'html/javascript' from pop up menu. 
    • Copy following codes and configure

    How to add this widget in Wordpress
    • From dashboard hover mouse on appearance tab, 
    • From appearance menu select 'widgets', 
    • Then drag and drop 'Text' content box in widget area, 
    • Copy following codes and paste into 'text' box, 
    • For new dashboard click on 'Text' add it to sidebar and paste following codes and configure

    How to configure
    First log into your Feedburner account, get your Feedburner Id and replace FeedId pink colored (example- http://feeds.feedburner.com/your website’s feed id) Then save widget. Visit your site to see this widget working.

    Widget compatibility
    • This widget tested with many templates and it compatible with all of them. Some template will not show this widget properly, in that case you have to fix widget’s margin code. 
    • This widget works fine on All major web browser (latest versions)
    So what you think about this widget do not forget to mention by comment, I would love to hear. And stay subscribed for more widget update in future. Goodluck

    Professional Mailchimp Sign-up/Opt-in Form for Wordpress/Blogger

    Professional Mailchimp Sign-up/Opt-in Form for Wordpress/Blogger
    Email marketing is an important option for both entrepreneur Blogger and Internet marketers. For email marketing's essential tools is email sending services. Awber, Mailchimp, Madmimi, Get response are very popular. In these email sending services Mailchimp is very good choice for no matter you are beginner or pro and of course it's free and have ability to send beautiful customized newsletters. For sending newsletter you will need to have a list what can be done by sign up form. Problem is there Mailchimp Optin/email subscription/newsletter sign up forms are very simple and looks a bit of awkward with our themes/templates, Right?
    So reveling you from these boring-ness with sign up form here I publishing a homemade professional looking mailchimp sign up/subscription form. It's easy to configure and flat designed and it will easily match with any blogsites/websites. Let's see how it looks like and how to add it to your Blogger blog and wordpress sites and how to configure.

    Professional Mailchimp Sign-up/Opt-in Form for Wordpress/Blogger 

     

    Live Preview-(Click Here)

    Codes-

    <!-- Begin MailChimp Signup Form -->
    <!-- crawlist.net form starts -->
    <div id="optin">
    <h4>Subscribe for Newsletter</h4>
    <p>Join our mailing list, recieve new post update, learn pro tricks weekly</p>
        <form action="http://blogspot.us3.list-manage.com/subscribe/post?u=0b55fc18f7e81c4baff2c9e57&amp;id=857e43dd4c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
           <input type="text" size="30" value="Enter your name" name="FNAME" class="name" id="mce-FNAME" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">
            <input type="email" size="30" value="Enter your email" name="EMAIL" class="required email" id="mce-EMAIL" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">
                         <div id="mce-responses" class="clear">
                <div class="response" id="mce-error-response" style="display:none"></div>
                <div class="response" id="mce-success-response" style="display:none"></div>
            </div>
            <div class="clear">
                <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
            </div>
        </form>
         <h5><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQWfYVatzsUnjHJB-0HFguORePV-3lVS4zyRoxjOkcvuCSEEKzkas0ENbjY5t3S4BJPfgkIUKfgHwGmP7YwwJYOvz2VDg24C7hIE3FxeQd137O5ep1IcVbQmslXfGYgBlNr3pp6IqgM_A/s1600/lock.png' alt='privacy' width="9" height="12"/>  We'll never spam or sell your email, 100% privacy gurrenty</h5>
        </div>
    <!-- crawlist.net form ends -->
    <!--End mc_embed_signup-->
    <style>
    #optin {
        background: #f5f5f5;
        border: 3px solid #ccc;
        height:300px;
        width:280px;
        text-align: center;
        padding:8px 8px;
    }
    #optin h4 {
        font-family:"Segoe UI"; font-size:18px; font-weight:bold; margin-top:10px;}
    #optin p {font-family:Georgia, "Times New Roman", Times, serif; }

    #optin h5 {font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; margin-top:7px; padding-left:42px; padding-right:42px;}
       
        #optin input {
            background: #fff;
            border: 1px solid #ccc;
            font-size: 15px;
            margin-bottom: 10px;
            height:34px;
            width:220px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            box-shadow: 0 2px 2px #ddd;
            -moz-box-shadow: 0 2px 2px #ddd;
            -webkit-box-shadow: 0 2px 2px #ddd;
        }
            #optin input.name { background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJuzW5TNG0IZtAb9gJO25jbT34wLEUE3KagAyzZtgWiGwGCa60LxH2NTVMI5n4yfTj4G_SRGRqbC__AudGLiGxKpOJnBhqoCelgRZWZ95hhjOLo2WCgDmpC8GGgn-ZJ5iUinXIr4bfX1I/s1600/name.png) no-repeat 10px center; padding-left: 35px }
            #optin input.email { background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXCEinBtcs5e_OHXzI4MWiKsWaI35dEl3pvzrbI7bRAvPrT1VHzsmHTpELlEg5GqBE27IBPo3SbfDiu8DIY0s0EfUFBzAjsSd5ylT80Y5habNSd7MLHpLBrhbrlap6FqzAQgYNzFZSosY/s1600/email.png) no-repeat 10px center; padding-left: 35px }
            #optin input[type="submit"] {
                position: relative;
      vertical-align: top;
      width:180px;
      height: 50px;
      padding: 0;
      font-size: 22px;
      color: white;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
      background: #f1c40f;
      border: 0;
      border-bottom: 2px solid #e2b607;
      cursor: pointer;
      -webkit-box-shadow: inset 0 -2px #e2b607;
      box-shadow: inset 0 -2px #e2b607;
            }
           
            #optin input[type="submit"]:hover{opacity:.7;}
           
                #optin input[type="submit"]:active {   top: 1px;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    </style>


    How to add this widget in Blogger
    • First log in to your Blogger, select your Blog, 
    • Go to 'Layout' tab then click 'add a gadget'  
    • Select 'html/javascript' from pop up menu. 
    • Copy following codes and configure

    How to add this widget in Wordpress
    • From dashboard hover mouse on 'Appearance tab', 
    • Then from 'appearance' menu select 'widgets', 
    • Then drag and drop 'Text' content box in widget area, 
    • Copy following codes and paste into 'text' box, 
    • For new dashboard click on 'Text' add it to sidebar 
    • And paste following codes and configure

    How to configure
    Configuring this form won't take a while, read on-
    • First log in to your mailchimp account, 
    • Select 'List' from side menu, 
    • Inside 'List' on your email subscriber list's very right part after 'stats' 
    • Click on dropdown menu, select, 'Sign up forms' from there.
    Professional mailchimp Sign up form

    • Then Select 'Embedded forms'. 
    • When you are  into 'Embedded forms' 
    • From Classic sign up forms page's botton contains sign up forms HTMLcode, 
    • Copy all code and paste them on any txt file/word file (notepad)
    Professional mailchimp Sign up form

    • And select the following link what shown as image and replace the link with my default link (pink colored).
    Save your widget/gadget and take a look at your site, How it looking on your site, how it working or any trouble please leave with comment. More cool Mailchimp subscription form will release soon stay subscribed, Happy Email marketing :)

    Add Featured Post slider in Blogger (homepage/below post) Carousel style


    Add Featured Post slider in Blogger (homepage/below post) Carousel style
    Couple of month ago I published a high-end featured post widget which can be add to sidebar of your Blogger blog. Here today I am publishing another featured post widget what you can use on your homepage or below posts. This widget is a jQuery slider also known as ticker image slider. This featured post slider is:
    • Simple: Easy to configure and customize
    • Small: Don’t take much space wherever you set it
    • Awesome: Smart and neat looking carousel style
    Let’s see how it looks like and how to add it in Blogger blogs.

    Add featured post slider in Blogger (homepage/below post)


    Preview:

    Add Featured Post slider in Blogger (homepage/below post) Carousel style
    Live Demo: (click here)

    Codes for copy:

    <script src="http://code.jquery.com/jquery-latest.js"></script>
    <script type="text/javascript" src="http://yourjavascript.com/35622252191/slider.js"></script>
    <script type="text/javascript">
              $(document).ready(function(){
                 $('#slider').bxSlider({
                ticker: true,
                tickerSpeed: 5000,
                tickerHover: true
              });
              });
    </script>
    <style>
    /*crawlist.net slider CSS*/
    #slider {
        list-style:none;
        padding:0px;
    }

    .slider-container {
        background:#fff;
        width:80%;
        height:150px;
        padding:17px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        overflow:hidden;
    margin:auto;
    }

    .newcon { width:80%; margin:auto; overflow:hidden}

    #slider img {
        width:200px;
        height:125px;
        margin:0px;
        display:inline-block;
        border: 1px solid #f5f5f5;   
    }

    #slider li {
        width:210px
    }
    /*crawlist.net slider CSS*/
    </style>

           
    <div class="newcon">
    <!-- crawlist.net slider starts -->
    <div class="slider-container">
    <ul id="slider">  
    <li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

    <li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

    <li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

    <li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

    <li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

    <li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

    <li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

    <li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>
    </ul>  
    </div><!-- crawlist.net slider ends --></div>

    Adding this widget on Homepage

    • First log into Blogger, select your blog,
    • Go to ‘Layout’ tab and click ‘add a gadget’ from the below space of header
    • Select ‘HTML/JavaScript’ from pop up page;
    • Copy and paste given codes in content box, configure and Save
    • Now hit ‘View blog’ and hover mouse on slider widget’s editing icon wrench;
    • And look bottom of web browser and you will see a line, that contains Widget ID;
    • Detect your widget id it generally looks like (HTML1, HTML2, HTML3, Blog1) see image below;
    Add Featured Post slider in Blogger
      • Then, go to ‘Template’ tab, ‘Edit HTML’ and search for your widget ID (using Ctrl+F or Cmd+F) into code snippet;
      • You will see chunks of codes starts with <b:section and ends with </b:section>
      • Like this

      <b:section class='tabs' id='crosscol' maxwidgets='1' name='Cross-Column' showaddelement='yes'>
              <b:widget id='WIDGET ID' locked='false' title='' type='HTML'>
                <b:includable id='main'>
        <!-- only display title if it's non-empty -->
        <b:if cond='data:title != &quot;&quot;'>
          <h2 class='title'><data:title/></h2>
        </b:if>
        <div class='widget-content'>
          <data:content/>
        </div>

        <b:include name='quickedit'/>
      </b:includable>
              </b:widget>
            </b:section>
      • Identify them and place this line (see image) Before the codes chunk

      <b:if cond='data:blog.url == data:blog.homepageUrl'>
      • and at the end of code this line

      </b:if>
         
        Add Featured Post slider in Blogger
        • And Save template.

        Adding this widget below posts

        • Go to ‘Template’ tab, select ‘Edit HTML’
        • Search for (using Ctrl+F or Cmd+F) into code snippet

        <div class='post-footer-line post-footer-line-1'>
        • You may find this line twice so ignore the first time, second time copy paste codes and before all codes add this line

        <b:if cond='data:blog.pageType == &quot;item&quot;'>
        • And after all code paste this line,

        </b:if>
        • Configure and Save template

        How to configure:
        • In 'place link' place your links and add your post title in ‘place hover text’
        • In "image link" place your image link, you can host image on Blogger; just upload you image; preview them and from address bar copy image’s direct code and place them in Image link; otherwist use Tinypic-Upload your image; then copy links from ‘direct links for layout’. You should use images size of 200px width and 125px height
        • You can delete a slide content by deleting <li> to </li>
        • You can add more slide by coping <li> to </li>
        • You can also change the default image size by changing value of height and width (red marked)
        How it working on your blog don’t forget to mention and any question and feedback leave with comment. Goodluck...

        Add (10) Floating 'Twitter follow badge widget' on Blogger

        Add (10) Floating 'Twitter follow badge widget' on Blogger
        You may be seen these floating ‘Twitter follow badge widget’ on many blogsites, which widget appears left or right side of blogs and floats. These badge widgets helps you to get twitter audience faster and easily. For your consideration here I present to you 10 different styles of ‘Twitter follow badge widget’. These widgets come up with lightly coded with CSS3, easy customizable and 10 different styles to choose. Let’s see how they looks like, how to add it on your Blogger blog, how to configure.

        1. Twitter house badge (On mouse hover, twitter bird appears)
        Twitter follow badge widget


        <style>
        /*crawlist.net CSS starts*/
        #ks-floattwitter {
        position:fixed;_position:absolute;bottom:10%;right:0px;clip:
        inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
        #ks-floattwitter img{height:100px; width:100px;}
        /*crawlist.net CSS ends*/
        </style>
        <div id="ks-floattwitter">
        <!--crawlist.net float starts-->
        <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ7-pz7JAaeOHdaYITuBpVWan6yiXQvLPwxwPiqKLwG8dhJow6qfnHQoV66DhsFMVb7ORK8uO2EH2nQCX66ZMtv-Y9MyaqMPNBoZVg5_E5s_fA8MDSOykCWlB1ZXz7xYSE7UgqX7tEwOon/s1600/1.png" onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg08DXS-48WI4X2sAF2tC5CSvxFaZ-9fPYjPjFg3B5xf0faoRaT_ctkPe631ls7M_nht07nWZ9spz_zpmQ1udvkjGP8ubOpTXHO_J_aBUrFlpXZVQ9Cz_qwq_bMrn8XFeK4LTrDNqhcfo7a/s1600/2.png'" onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ7-pz7JAaeOHdaYITuBpVWan6yiXQvLPwxwPiqKLwG8dhJow6qfnHQoV66DhsFMVb7ORK8uO2EH2nQCX66ZMtv-Y9MyaqMPNBoZVg5_E5s_fA8MDSOykCWlB1ZXz7xYSE7UgqX7tEwOon/s1600/1.png'" /></a>
        <!--crawlist.net float ends-->
        </div>


        2. Little Twitter bird badge
        Twitter follow badge widget


        <style>
        /*crawlist.net CSS starts*/
        #ks-floattwitter {
        position:fixed;_position:absolute;bottom:20%;right:0px;clip:
        inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
        #ks-floattwitter img{height:100px; width:100px;}
        /*crawlist.net CSS ends*/
        </style>
        <div id="ks-floattwitter">
        <!--crawlist.net float starts-->
        <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQkBmPNeaatwPehy83g1FxqHm6AGerIF2Pzlx7ds-G2WkUYFq2nqeveIn65DVy8sR_PggiQz3ffiImsAsqOLCBvlk3AjLFeWehi8L4D6s58p3o_G1dMHPgiOG_6HoN_AElXWtQiLKcFSnr/s1600/2.png"/></a>
        <!--crawlist.net float ends-->
        </div>


        3. Cute Twitter bird badge
        Twitter follow badge widget


        <style>
        /*crawlist.net CSS starts*/
        #ks-floattwitter {
        position:fixed;_position:absolute;bottom:20%;right:0px;clip:
        inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
        #ks-floattwitter img{height:100px; width:100px;}
        /*crawlist.net CSS ends*/
        </style>
        <div id="ks-floattwitter">
        <!--crawlist.net float starts-->
        <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyb4beBk1wU88NA5zgcjjXEz_icCKkpwrZLN9pCtq1-j8jtZXoNR0ONTkVRDRyqIqDpSuPetabkb4G6xucInvptZlTPYIZJ32UkiSzwwBIYaaSu4MfUBYIK8Lp5RsezFIU5_H6a1Q59RjI/s1600/3.png"/></a>
        <!--crawlist.net float ends-->
        </div>



        4. Twitter bird on branch badge
        Twitter follow badge widget


        <style>
        /*crawlist.net CSS starts*/
        #ks-floattwitter {
        position:fixed;_position:absolute;bottom:20%;right:0px;clip:
        inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
        /*crawlist.net CSS ends*/
        </style>
        <div id="ks-floattwitter">
        <!--crawlist.net float starts-->
        <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhk1NTpoIP5knvZJibirS6ZjWBUbBZVVC1bQhKlP64YqqCUYE0Oc6-l8NnAXdOFe-thHrqerWMU8fRhRPsNMLCqNs_tgrGZrqWclHAsB8ljCxNBy-F6N-yLboEOynd6XkPxs0SzX0qlOUuR/s1600/4.png"/></a>
        <!--crawlist.net float ends-->
        </div>



        5. Twitter rocket badge
        Twitter follow badge widget


        <style>
        /*crawlist.net CSS starts*/
        #ks-floattwitter {
        position:fixed;_position:absolute;bottom:20%;right:0px;clip:
        inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
        /*crawlist.net CSS ends*/
        </style>
        <div id="ks-floattwitter">
        <!--crawlist.net float starts-->
        <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR7BDadYsEJTEKpf8bLoVGjEx2rWsmQI3QQ4h7vdwQFriZ8L_1G0G8rbyr1eUDl6MCJMjWQbCf704YGpwmMDkvbuPNGymjYrU8q4fbnOZOdqn9-nVBI6WAIQgJU57-rGXgOp9QDfR-5Jme/s1600/5.png"/></a>
        <!--crawlist.net float ends-->
        </div>



        6. Twitter planet badge
        Twitter follow badge widget

        <style>
        /*crawlist.net CSS starts*/
        #ks-floattwitter {
        position:fixed;_position:absolute;bottom:20%;right:0px;clip:
        inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
        /*crawlist.net CSS ends*/
        </style>
        <div id="ks-floattwitter">
        <!--crawlist.net float starts-->
        <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir2wxny0BJP9P7xW8oKSwwmLH5Sy2EfdWDQdP4vlAyzTDa6yuPM5u5-bkxIPCwY-vClsDDOnWbxNKJQ22rzRLwBntC1igvxhUFUM5E9NTEumks4z235mIJ99Ay_i-GjcylZv6j088UkkS3/s1600/6.png"/></a>
        <!--crawlist.net float ends-->
        </div>


        7. Twitter icon badge
        Twitter follow badge widget


        <style>
        /*crawlist.net CSS starts*/
        #ks-floattwitter {
        position:fixed;_position:absolute;bottom:20%;right:0px;clip:
        inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
        /*crawlist.net CSS ends*/
        </style>
        <div id="ks-floattwitter">
        <!--crawlist.net float starts-->
        <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgMpK_qzwFbb_qnOwgmpp5TCJ6rxPxCMpca-EgoZwbWRFxdHLS7Ejbzsa_eKyYmPCyoJZw8BQwtogLqdkORD9eKQnAAo8JUcrzMgfppbfqLI8PhYvR6Lhb8crF0bjzeilao0EHPl9puq4d/s1600/7.png"/></a>
        <!--crawlist.net float ends-->
        </div>


        8. Spinning Twitter sticker badge
        Twitter follow badge widget

        <style>
        /*crawlist.net CSS starts*/
        #ks-floattwitter {
        position:fixed;_position:absolute;bottom:20%;right:0px;clip:
        inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
        #ks-rotate a:hover {background-color: transparent;} #ks-rotate img { -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #ks-rotate img:hover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
        #ks-floattwitter img{height:90px; width:90px;}
        /*crawlist.net CSS ends*/
        </style>
        <div id="ks-floattwitter"><div id="ks-rotate">
        <!--crawlist.net float starts-->
        <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUYjmkxvXQrJxZ17ehGOIfoaM6u2pOxe5vgEIusY1U4N2UfKbI3bygSWPu8ZYyZVACGJ0vZ7dY8WZGVnv6ya89m5DOiG3gb8s8wfKGAq6kNpy4x8atf5S7EVQ6kDlvUT8XvcpHOqeIQAT0/s1600/8.png"/></a>
        <!--crawlist.net float ends-->
        </div></div>


        9. Christmas ball Twitter badge
        Twitter follow badge widget

        <style>
        /*crawlist.net CSS starts*/
        #ks-floattwitter {
        position:fixed;_position:absolute;bottom:20%;right:0px;clip:
        inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
        #ks-rotate a:hover {background-color: transparent;} #ks-rotate img { -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } #ks-rotate img:hover { -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); opacity:.7}
        #ks-floattwitter img{height:100px; width:100px;}
        /*crawlist.net CSS ends*/
        </style>
        <div id="ks-floattwitter"><div id="ks-rotate">
        <!--crawlist.net float starts-->
        <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDsoHZ88CzndCNkllpIk-KmaYflFFopjMsP837HT9BW7zMYE1aymU5A2QHLrOrKFA-ukmD9co3IcjK6VxGgk1tcwbvCK0ZmS2cysSNEH068nTlDjOQjpAJaj_o2xlQRG9BkRnGYfmOoiXV/s1600/9.png"/></a>
        <!--crawlist.net float ends-->
        </div></div>


        10. Smart Twitter badge
        Twitter follow badge widget

        <style>
        /*crawlist.net CSS starts*/
        #ks-floattwitter {
        position:fixed;_position:absolute;bottom:20%;right:0px;clip:
        inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
        #ks-floattwitter img{height:70px; width:70px;}#ks-floattwitter img:hover{ opacity:.8;}
        /*crawlist.net CSS ends*/
        </style>
        <div id="ks-floattwitter">
        <!--crawlist.net float starts-->
        <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-Tc4cyr1n9TJW-CJkEBRg3B-WEWuSayIDckXk1BOWbH3gVapQusRuQCh7DMn4A0xJyPOycWsXBZdMHrFrDwwT874C4ZwiZOFPJ_vbhYOmcs0EzkMSVFj_KtFBTkVVLEbZlzwRwnjjUdYW/s1600/10.png"/></a>
        <!--crawlist.net float ends-->
        </div>

        How to install:
        • Log in to your Blogger, select your blog
        • Go to ‘Template’ tab, select ‘Edit HTML’
        • Search (Using Ctrl+F or Cmd+F) inside code snippet for </head>
        • Copy and paste any code above </head>, And configure:

        How to configure:
        • Collect your Twitter profile’s direct address link and paste ‘em on default link. Hit ‘Save Template’ And see your widget in live action
        • You can also change the size of the badges; just change the Height and Width value.
        • All badge will be appear on the right side, if you want them to show on left side just change the value right:0px; to left:0px;
        Don’t forget to mention how they working on your blogsites. Goodluck and Chill….

        Simple CSS3 Images Gallery for Blogger

        Simple CSS3 Images Gallery for Blogger
        Sometime into Blogger posts, we require to show some images in row. After a mass Image upload, all images shows together without any order and visual effects. That’s why an image gallery widget we should use in those posts. These widgets present images cleanly alongside with effects and increase beauty of posts too. Here such kind of image gallery I presenting to you created with HTML and CSS enhanced with CSS3 animation "transform" property (adds a smooth hover effect to images whereby the image enlarges) and shadow appears. Light weighted, high-end designed and presents images in a stylish way. Let’s see how it looks like, how to add and configure on your Blogger blog.

        CSS3 Images Gallery for Blogger

         

        Preview-


        How to install & apply:
        This gallery set up has few steps, read on-

        Step 1: CSS Embedding
        • Log into your Blogger, select your blog
        • Go to ‘Template’ tab and select’ Edit HTML’
        • Search for ]]>< into code snippet (using CTRL+F or CMD+F)
        • Before ]]>< paste below codes

        /*crawlist.net gallery CSS starts*/
        .ks-galleri {height:auto; width:100%; margin:auto; padding:20px 20px;}
        .ks-galleri img{
        -webkit-transform:scale(0.8);
        -moz-transform:scale(0.8);
        -o-transform:scale(0.8);
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        opacity: 0.7;
        margin: 0 10px 5px 0;
        height:150px; width:200px;
        }
        .ks-galleri img:hover{
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -o-transform:scale(1.1);
        box-shadow:0px 0px 30px gray;
        -webkit-box-shadow:0px 0px 30px gray;
        -moz-box-shadow:0px 0px 30px gray;
        opacity: 1;
        }
        /*crawlist.net gallery CSS ends*/

        Configuration:
        In .ks-galleri img CSS class you will find default gallery images Height and Width, Change the value with your suitable Height and Width, Small resolution will be better; And ‘Save template’

        Step 2: Gallery set up
        • Go open a “New post” or an existing post,
        • Upload some images what you intend to put into gallery
        • After upload is done, Switch ‘HTML’ view from post editor (Compose/HTML)
        • You will see all uploaded images source codes,
        • Locate the very first uploaded image’s code and paste this line,
          CSS3 Images Gallery for Blogger

          <div class="ks-galleri">
          • And locate the very last uploaded image’s code and paste this word,
            CSS3 Images Gallery for Blogger

          </div>

          Configuration:
          You may delete Blogger system’s default image HTML rules, Shown in image below, if you don’t remove these code, default configuration of gallery won’t work nicely.
          CSS3 Images Gallery for Blogger

          Get back to ‘Compose’ part, and publish the post

          So how your images gallery working on your blog and any problem facing with gallery don’t forget to mention, new tutorials and widget will be release soon stay subscribed, Goodluck