In this tutorial i'm going to explain how to add Rss Seasonal Subscriber widget for your blogger account.This is pure Rss feed Subscription gadget box with Feed burner Readers Counter included,Very easy to add just follow the steps mentioned below.
DEMO
1. Log in to blogger account
2. Now select "Layout"
3. Click Add Gadget and select 'HTML/Javascript'
4. Paste below code
<style>
#bsfeeds {font-size:12px;width:275px;height:140px;border:4px solid black;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxbm-0NALETljhPqC0eBXKTn9eUotluF45YoAJTIJLg0F_k5qlkEr6sbeqLbRlkXklNgfOe5Je_dsQ6LsCq_KAiO4dkNl-oy3I2-HG21PoPJLKAwztIXXc83tyh1wjd-l4Cpm0O7yV0uI/s1600/btfeed.png);margin-bottom:10px;}
.textarea {background:#FFFFFF none repeat scroll 0 0;border:medium none;font-size:12px;height:20px;margin:50px 0 5px 10px;padding:5px 0 0 5px;width:145px;margin-top:35px;}
#feeds a {font-size:11px;color:#FF7300;text-decoration:none}
#feeds p {color:#51616E;margin-left:15px;}
#subscribe_email_btn {margin-left: 50px;}
</style>
<br />
<div id="bsfeeds">
<form a="" action="http://feedburner.google.com/fb/a/mailverify" fb="" feedburner.google.com="" http:="" id="feedform" mailverify="" method="post" onsubmit="window.open(\" popupwindow="" scrollbars="yes,width=550,height=520\');return" target="popupwindow" true="" uri="bloggersstand',">
<input class="textarea" 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" /><br />
<input id="subscribe_email_btn" name="subscribe_email_btn" type="submit" value="Subscribe" />
<input name="uri" type="hidden" value="bloggersstand" />
<input name="title" type="hidden" value="54800" />
<input name="loc" type="hidden" value="en_US" />
</form>
</div>
</div>
- Change bloggersstand with your Feed username.