How To Add Email Subscription Forms To Blogger
- First select your form
- Copy the code of that form
- Replace my username with yours
- Go to Blogger Dashboard > Layout
- Click on Add a Gadget
- Select HTML/JavaScript
- Paste code and save it.
Email Form Style 1
<style type="text/css"> #helperblogger-emailbox { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvZPlMiU5Bj6-Dz-soFhLaONEv8B7lNq5Sw2uoQTByunC0FYVFeFykifa7RU6aUhPtz-sV3j0iCX1zolnj0oyRPkc4B0KjwaivJ3AfKeSN4KXgsMca3Z2OF-_Hgs3ils38f_qmFYXujFs/s1600/helperblogger.com-blue.png)no-repeat scroll center center transparent; height: 143px; width: 368px; } form#helperblogger-emailform { display: block; margin: 0; padding-left: 42px; padding-top: 67px; } form#helperblogger-emailform #s { background: transparent; border: none; color: #444242; font-family: georgia; font-size: 15px; font-style: italic; height: 30px; margin-top: -2px; padding-left: 2px; vertical-align: top; width: 227px; } form#helperblogger-emailform #sbutton { background: transparent; border: none; cursor: pointer; height: 30px; padding-right: 45px; }</style> <div id="helperblogger-emailbox"> <form id="helperblogger-emailform" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=HBlogger', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <input type="hidden" value="HBlogger" name="uri" /> <input type="text" id="s" name="email" value="Enter Your E-Mail Here" onfocus='if (this.value == "Enter Your E-Mail Here") {this.value = ""}' onblur='if (this.value == "") {this.value = "Enter Your E-Mail Here";}' /> <input type="hidden" name="loc" value="en_US" /> <input type="image" src="http://img1.blogblog.com/img/blank.gif" id="sbutton" /> </form> </div>
Email Form Style 2
<style type="text/css"> #helperblogger-emailbox { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJLaiYXhVaAc2SpZbBoUcbhVJMgCXzqKFw0z6hFMDZfxOA-QU2cZjZM41slhdqiWEYHGUBzVbsMfzB5Mf74bWgcgKA4eKxwU7E5DXQSxtes_p3SSw5z9V-_k4DPQZ4A1KPWuczMdUROHI/s1600/helperblogger.com-silver.png)no-repeat scroll center center transparent; height: 143px; width: 368px; } form#helperblogger-emailform { display: block; margin: 0; padding-left: 42px; padding-top: 67px; } form#helperblogger-emailform #s { background: transparent; border: none; color: #444242; font-family: georgia; font-size: 15px; font-style: italic; height: 30px; margin-top: -2px; padding-left: 2px; vertical-align: top; width: 227px; } form#helperblogger-emailform #sbutton { background: transparent; border: none; cursor: pointer; height: 30px; padding-right: 45px; }</style> <div id="helperblogger-emailbox"> <form id="helperblogger-emailform" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=HBlogger', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <input type="hidden" value="HBlogger" name="uri" /> <input type="text" id="s" name="email" value="Enter Your E-Mail Here" onfocus='if (this.value == "Enter Your E-Mail Here") {this.value = ""}' onblur='if (this.value == "") {this.value = "Enter Your E-Mail Here";}' /> <input type="hidden" name="loc" value="en_US" /> <input type="image" src="http://img1.blogblog.com/img/blank.gif" id="sbutton" /> </form> </div>
Email Form Style 3
<style type="text/css"> #helperblogger-emailbox { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-DTiTx74cVeyMqq6pMJItdKsSrzr6PEugpPKHld2q5V2FhtNEWdD-uu7Xx8DeijOqhbWKyUl4dAS9zPGYunYOSRco96B4U_coxEkKzQPkuhaL0aZqpjnYTHxdpAVTMR6Y3nmX2EfS-jo/s1600/helperblogger.com-red.png)no-repeat scroll center center transparent; height: 143px; width: 368px; } form#helperblogger-emailform { display: block; margin: 0; padding-left: 42px; padding-top: 67px; } form#helperblogger-emailform #s { background: transparent; border: none; color: #444242; font-family: georgia; font-size: 15px; font-style: italic; height: 30px; margin-top: -2px; padding-left: 2px; vertical-align: top; width: 227px; } form#helperblogger-emailform #sbutton { background: transparent; border: none; cursor: pointer; height: 30px; padding-right: 45px; }</style> <div id="helperblogger-emailbox"> <form id="helperblogger-emailform" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=HBlogger', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <input type="hidden" value="HBlogger" name="uri" /> <input type="text" id="s" name="email" value="Enter Your E-Mail Here" onfocus='if (this.value == "Enter Your E-Mail Here") {this.value = ""}' onblur='if (this.value == "") {this.value = "Enter Your E-Mail Here";}' /> <input type="hidden" name="loc" value="en_US" /> <input type="image" src="http://img1.blogblog.com/img/blank.gif" id="sbutton" /> </form> </div>
- Replace
HBlogger
with your feedburner username in line number 39 and 40.
I hope that you will not face any problem while implement it into your blog.If you are getting then throw the problem in the comment bin :)
that's beautiful. thanks
ReplyDeletehttp://premium-area.blogspot.com
cool stuff. all the forms are really awesome. I like the second subscription form. thanks for sharing.
ReplyDeleteregards:
srinathreddy
When you click on the submit button does not work :)
ReplyDeleteAnd Thank you
Deletethanks dude I already apply your tricks on my http://tutbd.blogspot.com
ReplyDeleteIs there any option to show the no: of subscribers within the subscription box??
ReplyDeleteis there any option to add subscribers count within the widget??
ReplyDeleteNo,we can not add subscribers count within the widget,as it has a whole background picture.
DeleteNice post.....
ReplyDeleteGoogle Plus Author And Page Badge Cutsomized For BLogger With Photo Transition effects
thanks! helpful post,
ReplyDeleteHow do you adjust the size, without affecting the layout?
ReplyDeletedoesn't work in explorer
ReplyDeleteThis comment has been removed by the author.
ReplyDeletevery nice visit us : www.everypremiumpro.blogspot.com
ReplyDeletenice post
ReplyDeletewww.smashingsoftwares.blogspot.com
www.smashinggamee.blogspot.com
ReplyDeleteEnterprisesocial networking focuses on the use of online social networks or social relations among people who share business interests and/or activities.
ReplyDeleteMan This is Awesome , Bro I would like to learn lots of things from you,
ReplyDeletecare to Teach me?
There is nothing dude . Just Copy And Pasting Technique is required
DeleteThis is exactly what I am looking for, Thanks a lot for sharing this post. Tiny Serval
ReplyDelete