Hot: Compact Subscription box widget for Blogger

Hot: Compact Subscription box widget for Blogger
Subscription box is very important for a Blogsite. It helps to quick collect your email subscriber and distribute your future content update to your subscribers. Most of bloggers generally use Feedburner to deliver Blogsite's content update. And feedburner's default email subscription form is really not enough to get email subscribers, right? That's why I developed a email subscription form into a sidebar widget and this widget is integrated with spinning social media profile widget. This compact subscription box widget has cool animated shape effect base widget frame, Animated effect feedburner subscription form, Circle icon base spinning social media profile slot (contains Facebook, Twitter, Google plus, Linkedin and Pinterest). And all effect start to work with simple mouse hover on widget areas. Done reading! let's see how it looks like and how to add it in Blogger.

Hot: Compact subscription box widget for Blogger


Preview- 
Hot: Compact Subscription box widget for Blogger
Live Demo- (here you go)

How to add this widget in Blogger
  • First Log into your Blogger, Select your Blog, 
  • Go to 'Layout' tab, Select 'add a gadget' 
  • And from popup window select 'Html/javascript', 
  • Copy following code and paste into your content box. then configure;

Codes-


<style>/*crawlist.net CSS starts*/
@import url(http://fonts.googleapis.com/css?family=Play);
#ks-subbox {
    border: 1px solid #F93;
    border-radius:30px 0px 30px 0px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
     background: #fff;
    width:280px;
    min-height:150px;
    padding-bottom:5px;
    font-family: 'Play', sans-serif;}
#ks-subbox:hover {
    border: 1px solid #F93;
    border-radius:0px 30px 0px 30px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;  
    background: #fff;
-moz-box-shadow:1px 1px 10px 1px rgba(255,136,1,1); -webkit-box-shadow:1px 1px 10px 1px rgba(255,136,1,1); box-shadow:1px 1px 10px 1px rgba(255,136,1,1);}
.ks-style{
    padding:6.5px 2px 6.5px 2px
    ;border:1px solid #D3D3D3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#666;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #CCC inset;
    -webkit-box-shadow: 1px 1px 2px #CCC inset;
    box-shadow: 1px 1px 2px #CCC inset;
    font-family: 'Play', sans-serif;    
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;}
.ks-style:hover{
    padding:6.5px 2px 6.5px 2px;
    border:1px solid #D3D3D3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#666;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #CCC inset;
    -webkit-box-shadow: 1px 1px 2px #CCC inset;
    box-shadow: 1px 1px 2px #CCC inset;
    font-family: 'Play', sans-serif;
    -moz-box-shadow:1px 1px 5px 1px rgba(255,136,1,1) inset;
    -webkit-box-shadow:1px 1px 5px 1px rgba(255,136,1,1) inset;
    box-shadow:1px 1px 5px 1px rgba(255,136,1,1) inset;          
-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;}
.ks-subscribe{
        background: -moz-linear-gradient(center top,#F90 0,#FC3  100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F90),color-stop(1, #F90));
        font-family: 'Play', sans-serif;
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border:1px solid#F93;
        color:white;
        padding:7px 14px;
        margin-left:3px;
        font-weight:bold;
        font-size:12px;
        cursor:pointer;
        border-image: initial;
        border: 1px solid#f5f5f5;
        -webkit-transition: all 0.5s
ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition:
all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;}
.ks-subscribe:hover{    
        background-image:-moz-linear-gradient(top,#FC3,#F90);
        background-image:-webkit-gradient(linear,left top,left bottom,from(#F90),to(#FC3));
        filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
        outline:0;-moz-box-shadow:0 0 3px #999;
        -webkit-box-shadow:0 0 3px #999;
        box-shadow:0 0 3px #999    
        -pie-background:linear-gradient(270deg,#ffda4d,#ff9b00);
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border:1px solid#F93;
        color:#FFFFFF;
        -moz-box-shadow:1px 1px 10px 1px rgba(255,136,1,1);
        -webkit-box-shadow:1px 1px 10px 1px rgba(255,136,1,1);
        box-shadow:1px 1px 10px 1px rgba(255,136,1,1);}

#ks-rotate a:hover {background-color: transparent;opacity:0.7;} #ks-rotate img { -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } #ks-rotate img:hover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }/*crawlist.net CSS ends*/
</style>
<div id="ks-subbox" align="center"><!--crawlist.net widget starts-->
<p><h3>Subscribe us to get free update</h3></p>
<form action='http://feedburner.google.com/fb/a/mailverify' class='feedburner' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=FeedId&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=500,height=500&apos;);return true' style='margin: 0pt;' target='popupwindow'>
 <input name='uri' type='hidden' value='crawlist'/>
 <input name='loc' type='hidden' value='en_US'/>
 <input class='ks-style' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Enter your email&quot;;}' onfocus='if (this.value == &quot;Enter your email&quot;) {this.value = &quot;&quot;}' type='text/' value='Enter your email'/>
 <input alt='' class='ks-subscribe' title='' type='submit' value='Submit'/></form>
<p><h3>Join us on !!</h3></p>
<div id="ks-rotate"><center>
<a title="Like us on Facebook" href="http://www.facebook.com/your profile" target="_blank"><img src="http://3.bp.blogspot.com/-Cn-k__wk4Fg/Uxxc1tkrKhI/AAAAAAAADUg/6QHK53Wkmtw/s1600/1Facebook.png" alt="Facebook" width="32" height="32" style="margin-right:1px;" border="0"/></a>
<a title="Follow us on Twitter" href="http://www.twitter.com/your profile" target="_blank"><img src="http://2.bp.blogspot.com/-9rmV1Oaf1CM/Uxxc1jJa6UI/AAAAAAAADUo/5hL9Jxa2UMk/s1600/2Twitter.png" alt="Twitter" width="32" height="32" style="margin-right:1px;" border="0"/></a>
<a title="Circle us on Google+" href="http://plus.google.com/your profile" target="_blank"><img src="http://1.bp.blogspot.com/-YcssDk-9xMM/Uxxc3DB35VI/AAAAAAAADU8/uifsZuNJ86Y/s1600/4Google+.png" alt="Google+" width="32" height="32" style="margin-right:1px;" border="0"/></a>
<a title="Add us on Linkedin" href="http://www.linkedin.com/your profile" target="_blank"><img src="http://3.bp.blogspot.com/-1w1QNLZcXP8/Uxxc2fO6EfI/AAAAAAAADU0/rIAEypl7k98/s1600/3LinkedIn.png" alt="Linkedin" width="32" height="32" style="margin-right:1px;" border="0"/></a>
<a title="Follow us on Pinterest" href="http://www.pinterest.com/your profile" target="_blank"><img src="http://1.bp.blogspot.com/-ZP9lORRIcNA/Uxxc3VeBeQI/AAAAAAAADVE/6SHrAR43Pbw/s1600/5Pinterest.png" alt="pinterest" width="32" height="32" style="margin-right:1px;" border="0"/></a>
<!--crawlist.net widget ends-->
</center></div></div>


How to configure-
  • To configure Feedburner form, change 'FeedId' with your Feedburner Id/name (pink colored)
  • To configure spinning social media profiles first collect all following social media profile's direct links of your profile. And replace with default profile links (all profiles are red colored)

Compatibility-
  • This widget tested on a lot of template and all templates did accepted it. 
  • All effects works perfectly on any latest updated web browser.
How this widget working on your Blogger blog don't forget to mention, new widget will be release soon so stay subscribed; Goodluck...