Add Stylish Subscribe Box To Blogger Blog

How to add stylish subscribe box for bloger. A subscription box mean a link to your RSS feeds and a email form, where reader's can submit their email id to get mail updates from your blog. This subscribe box with rss, google+, twitter, facebook, feedburner. When reader's look a simple subscribe box, they will not subscribe. But this subscribe box with attractive and awesome look, so blog reader's will subscribe, sure. You can add this subscribe box to blogger very easily and simple. Here we added two method, you can select each one. First method by clicking add to blogger button. Second Method by adding css code and html to your blog.

 

1. Blogger Dashboard → Design → Edit HTML.
2. Find </head> tag and add following code before it.


<style type='text/css'>
.sub-box{
width: 270px;
background: #fff;
padding: 2px 5px 7px 7px;
border: 2px solid #000;
border-radius: 15px;
}
.sub-box:hover{
border-style:dashed; 2px solid: #389af2;
}
.followlinks h1{
font-family:Cabin Condensed;
font-weight: bold;
color: #000;
padding: 0px 0px 2px 40px;;
font-size:17px;
}
.followlinks ul{
font-family:Cabin Condensed;
font-weight: bold;
}
.followlinks ul li{
float:left;
width:90px;
padding-left:40px;
margin:0 0 0 5px !important;
line-height:35px !important;
}
.followlinks ul li a{
font-size:20px !important;
text-decoration:none;
font-weight:normal;
}
.followlinks ul li.otrss{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwM-hM85Z2CoK9FThAZLkEINIZ2ByEn6SdoDmJ7EyEsdl-RW9ZgIlKL4BNU3Y0uiLNPC3oY52NODqysLgD2tGptBedJXZC0aQrA6CSnR-8ryn7ox_IPhCN4tPmk1jWERHvIPSYMU3ZBVqV/s1600/rss-ot.png) no-repeat scroll left center transparent;
}
.followlinks ul li.otgoogleplus{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoPXy_gjxzw2ubLvckxzKHS_kwCxLhEoTZhfBVQU3pQn-agxrygIQgTJtBtwNs6Czkt0dSiJaCkTihE4Gf7LFhwPyvqjRMrRBgycmvyj5gveoVtKSU4Eri7Wi8tkilpAPnaWPCbQ8rk-OQ/s1600/googleplus-ot.png) no-repeat scroll left center transparent;
}
.followlinks ul li.ottwitter{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnQvjkXbVbJTEDZ3eBdNwouRCl32NilYBAl_UNaxQZWWzKwTFtieEk86CeRn-zhQfjzPobSPrn2q4gYuqP2c2ukk2EWvgWQlBGcxAas2w1IMZxVGlFV-ZBtzO1OdRVetWuY_JI7BM3MM_9/s1600/twitter-ot.png) no-repeat scroll left center transparent;
}
.followlinks ul li.otfacebook{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggDe5IAtYJXC9xy9SID_0gFf2hyphenhyphenjyfBe2ZCkVSVWiaGDFqvAMg3CtwuFPdkDFmIlkjke69Zir1D7v1Veue3yWAy9FvBW54xHCaK2rj0hN3ofoSEFFSxda3UejATSIhHsWMEIClxAyGf7R_/s1600/facebook-ot.png) no-repeat scroll left center transparent;
}
form.emailform{
margin:5px 0 0;
display:block;
clear:both;
}
.emailtext{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6KRfveYjyIbNh9VZofcD_mZkr6JLRIaqN_u8ujFjUcuDRSPI0KDVO31uC1XJfZMA4QtyBEsloC4fFTscunq3Bg5x8mCnAonKmNAqERioUqDxDp6Bc96LNjghLXfbFGS5GfsKzqaNyQdBz/s1600/ot-mail.png) no-repeat scroll 4px center transparent;
padding:7px 15px 7px 35px;
color:#444;
font-weight:bold;
text-decoration:none;
border:1px solid #D3D3D3;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 1px 2px #CCC inset;
-webkit-box-shadow: 1px 1px 2px #CCC inset;
box-shadow: 1px 1px 2px #CCC inset;
width: 142px;
}
.emailtext:focus{
outline: none;
}
.sub-button{
color:#444;
font-weight:bold;
text-decoration:none;
padding:6px 10px;
border:1px solid #D3D3D3;
cursor: pointer;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-goog-ms-border-radius: 5px;
border-radius: 5px;
background: #fbfbfb;
background: -moz-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f4f4f4));
background: -webkit-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
background: -o-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
background: -ms-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#F4F4F4',GradientType=0 );
background: linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
}
.sub-button:hover{
background: -moz-linear-gradient(top, #e7e7e7 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#f4f4f4));
background: -webkit-linear-gradient(top, #e7e7e7 0%,#f4f4f4 100%);
background: -o-linear-gradient(top, #e7e7e7 0%,#f4f4f4 100%);
background: -ms-linear-gradient(top, #e7e7e7 0%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#F4F4F4',GradientType=0 );
background: linear-gradient(top, #e7e7e7 0%,#f4f4f4 100%);
}</style>
<script type="text/javascript">
  WebFontConfig = {
    google: { families: [ 'Cabin+Condensed::latin' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })(); </script>
 
3. Click SAVE TEMPLATE.
4. Go to Design → Add Gadget → HTML/JavaScript.
5. Add following code inside it.

<div class='sub-box'>
<div class='followlinks'>
<h1>Get Free Email Upadtes</h1>
<ul>
<li class='otrss'><a target='_blank' href='http://feeds.feedburner.com/Techtonets'>RSS</a></li>
<li class='otgoogleplus'><a target='_blank' href='http://plus.google.com/114636838169087641091'>Google+</a></li>
<li class='ottwitter'><a target='_blank' href='http://twitter.com/Techtonets'>Twitter</a></li>
<li class='otfacebook'><a target='_blank' href='https://www.facebook.com/Techtonets'>Facebook</a></li>
</ul>
</div>
<br />
<div style="text-align: left; display: inline-block;">
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Techtonets', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" class="emailform">
<input type="hidden" value="Techtonets" name="uri" />
<input type="hidden" name="loc" value="en_US" />
<input type="text" 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;}" value="Enter your email..." name="email" class="emailtext" />
<input type="submit" class="sub-button" value="SignUp" title='' alt='' />
</form>
</div>
</div>

Customize.

Highlighted in red 
Replace http://feeds.feedburner.com/Techtonets with your Feedburner link. in red
Replace http://plus.google.com/114636838169087641091 with your google plus page link.
Replace http://twitter.com/Techtonetswith your twitter link.
Replace http://www.facebook.com/Techtonets with your facebook page link.
Replace Techtonets
with your feedburner name in two terms

mondiad

mondiad Native ad

advertica