One of the traits of successful bloggers is their ability to turn visitors to subscribers. As a blogger, you need to build your subscribers list so that they will always get to know whenever you post new stuffs on your blog in their inbox even when they are not online. Using this method will help you keep your blog visitors as readers and also increase your blog traffic. The best and proven way to do this is to add a styled feedburner email subscription form right under your blog posts.

A styled feedbuner widget has been designed for blogger/blogspot blogs along with social media buttons. With the presence of the social media buttons, you will be building your Facebook fans, Twitter followers and Google+ circle alongside your feed subscribers.
As a blogger, before you can add the styled feedburner widget to your blog, you must have burnt your feed with feedburner and have a URL ready. If you’re new and haven’t burn your feed with feedburner, it’s easy, you can register for a feedburner using your Google account by following the steps outlined below:
1. Go to feedburner.google.com, login and on the start page, burn your feed and your feed address should look like this - http://your-site.com/feeds/posts/default

2. On the next page, you need to configure the feed, enter your desire name and note the unique address. Follow the next steps that follow to activate the feed.
How to Add the Styled Feedburner to Blogger
1. Login to your blog dashboard2. Go to Template >> Edit HTML and check the Expand Widget Templates box.
3. Then search for <data:post.body/> but if you’re seeing more than one <data:post.body/> in your template, then search for <div class='post-footer-line post-footer-line-1'/> or <div class='post-footer-line post-footer-line-3'>. Make use of Ctrl + F to search for it.
4. Immediately after the code, paste the code below:
<b:if cond='data:blog.pageType == "item"'>5. Now save your template and view your blog to see the new feedburner email subscription form below your blog posts.
<style>
form.feedburner{
margin:20px 0 0;
display:block;
clear:both;
}
.dcstyle{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRMoHO1Sz7o9-ogagu_PBGGussH1gs6jTxyxX0TCBGEsJ4_ry2MBytJdyodjaqSvBEe43o6mb91zuYgsedPYZdgvPVK0VLRxrpSvp9mqqmvpK570K6m6HVrqEFKpdgYIiqkwmoaKC7oCVH/s400/email_icon.png) no-repeat scroll 4px center transparent;
padding:7px 15px 7px 35px;
color:#666;
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;
}
.dcsubmit{
color:#666;
font-weight:bold;
text-decoration:none;
padding:6px 15px;
border:1px solid #D3D3D3;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-goog-ms-border-radius: 4px;
border-radius: 4px;
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%);
}
#emailwidget-outer {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-goog-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px;
background: none repeat scroll 0 0 transparent;
border: 1px solid #D3D3D3;
padding: 8px;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
width:480px;
}
#emailwidget-outer:hover{
background: none repeat scroll 0 0 #FFF;
-moz-box-shadow: 1px 1px 2px #CCC inset;
-webkit-box-shadow: 1px 1px 2px #CCC inset;
box-shadow: 1px 1px 2px #CCC inset;
}
#emailwidget-outer td{
padding:3px 0;
}
</style>
<center>
<div id='emailwidget-outer'>
<div id='emailwidget'>
<table style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;' width='100%'>
<tbody>
<tr style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'>
<td align='left' style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'> <p style='color:#666; font-weight: bold; font-size: 22px; margin:0px 0px 5px 0px; '>Get free daily email updates!</p>
<form action='http://feedburner.google.com/fb/a/mailverify' class='feedburner' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=JustNaira', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' style='margin: 0pt;' target='popupwindow'>
<input name='uri' type='hidden' value='JustNaira'/>
<input name='loc' type='hidden' value='en_US'/>
<input class='dcstyle' 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 alt='' class='dcsubmit' title='' type='submit' value='Submit'/>
</form>
</td>
<td style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'><p style='color:#666; font-weight: bold; font-size: 14px; margin:0px 0px 5px 0px; '>Follow us!</p>
<a href='http://feeds.feedburner.com/JustNaira' rel='nofollow' target='_blank' title='Suscribe to RSS Feed'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7TNefqrpQI929zdA3pVsNmT4p_TVL7hLQglHmxyYBIwXNYekxGV7B2iIBMG22b8G_M6MNTJlk_JG4u-A_F18u3CwgtqII_X_g7y_2SoE1cT02rdCsNkkXpQNkMZEANdKicQa1snUbMxQ/s1600/rss-30×43.png'/></a>
<a href='http://twitter.com/xxxxxx' rel='nofollow' target='_blank' title='Follow us on Twitter'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvNaAIM8rnR2mmEsGYh9xTo5oxzq_1ZXsudsXVulf68aqcCVrcAtXvIo2MbZabUJofDkHoBvLeHCjOHA-VhyphenhyphenOz-_An6b7HUmowSpuLZYxtytaMvSQRDt_aTKhbSaVGc0bUaHyDWMR-Dsk/s1600/twitter-30×43.png'/></a>
<a href='http://www.facebook.com/xxxxxx' rel='nofollow' target='_blank' title='Follow us on Facebook'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgc_9HKkJd_v2-lfziNg-3jYfvC_KcUGl0xYr-ZEt210DowG1cu_6LuUAsiZkhj3jUh2c0BfD3vezQfthHrOTXVrocIsqgunIJTX2nsj2gqA6-emF_UmpAvQFxp8k9FTUpK1uV7e6FPEz4/s1600/facebook-30×43.png'/></a>
<a href='https://plus.google.com/1***************/' rel='nofollow' target='_blank' title='Follow us on Google+'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0upXKisX5UOCmVP7T2lEWFNl0nkVA54BsEy_zCKnkJb39ueBNzWH0iqRypnn9LBCbbf-yrKS7cJsKF0xBEsRNOH8K2oO3-ESUfu43lv6g65jmJfz1k-ctyeckx9740b-6QJ3Td1BxSuc/s1600/googleplus-30×43.png'/></a>
</td>
</tr>
</tbody></table>
<div align='right'><span style='font-style: italic; font-size: 8px; color: solid #ffffff;'><a href='http://www.justnaira.com/2012/05/add-stylish-feedburner-email-form-below.html' style='text-decoration: none;' target='_blank'><font color='#ffffff' decoration='none'>[Get this widget]</font></a></span></div>
</div></div>
</center>
</b:if>
What you Need to Change in The Code
http://feedburner.google.com/fb/a/mailverify?uri=JustNaira – this should be replaced with your own feedburner email subscription link. .JustNaira – this should be replaced with your feed title. You can get your feed title at the end of your subscription link url.
http://feeds.feedburner.com/JustNaira – this should be replaced with your feedburner link.
http://twitter.com/xxxxxx – this should be replaced with your twitter profile link.
http://www.facebook.com/xxxxxxx– this should be replaced with your Facebook profile or pae link.
https://plus.google.com/1***************/ – this should be replaced with your Google+ profile link.
How To Add Floating Share Buttons On Blogger Blog
9 comments so far. What are your thoughts?
It's working. Thanx a lot for the code.
Check my site.
http://www.getalltricks.in
@Babita Tomar, you're welcome, it look nice on your blog.
Dear admin, can i publish this code on my blog. I will give your reference under that post. I will only publish after your permission. Thanx.
www.getalltricks.in
@Babita Tomar, Yes you can as long as you link back to the source i.e www.justnaira.com.
Thanx a lot.
Nice tutorial. it was truly helpful
this is not working for my site..
in my template i found 4
and no 'post-footer-line post-footer-line-1'
please help me what should i do..???
can we use it for wordpress platform..?
@Niral Kalavadia, You are seeing 4 <data:post.body/> in your blog because you are using readmore hack on your blog. Simply add the code after the read more hack.
@ERI, yes you can, but there are many plugins that can easily do that for you.
Click Here to Leave a Comment
Don't just read and walk away, Your Feedback Is Always Appreciated..
Note:
Please do not spam, spam comments will be deleted immediately upon review.