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"> #truebloggertricks-emailbox { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiV_7HrcfQd_53_-NmkP0vL6jIwpQmv97iw7Eq05nNJO34MeRFwcurY171F5zgj5PR4kU6uvfYub9-b0KHe4kuqtKrF404mSHhbte3eh0ejm7-EjU4WCdSRFCm9pCCVJhAPaXWboAWmA3E/s1600/truebloggertricks.com-blue.png)no-repeat scroll center center transparent; height: 143px; width: 368px; } form#truebloggertricks-emailform { display: block; margin: 0; padding-left: 42px; padding-top: 67px; } form#truebloggertricks-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#truebloggertricks-emailform #sbutton { background: transparent; border: none; cursor: pointer; height: 30px; padding-right: 45px; }</style> <div id="truebloggertricks-emailbox"> <form id="truebloggertricks-emailform" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=truebloggertricks', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <input type="hidden" value="truebloggertricks" 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"> #truebloggertricks-emailbox { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcjhuunNxet3-hFuYvDduBmN2acI6NLqVSPq43WfINh8lBe5YVmr6jh8aByJ19leCdQkAk6HhFKeb6EmIFkjIxIY_yusZv-MKVqcLdIW4MC-cat6SPxaw9qsiqy5GA2e2qvjEdyPe4lqM/s1600/truebloggertricks.com-silver.png)no-repeat scroll center center transparent; height: 143px; width: 368px; } form#truebloggertricks-emailform { display: block; margin: 0; padding-left: 42px; padding-top: 67px; } form#truebloggertricks-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#truebloggertricks-emailform #sbutton { background: transparent; border: none; cursor: pointer; height: 30px; padding-right: 45px; }</style> <div id="truebloggertricks-emailbox"> <form id="truebloggertricks-emailform" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=truebloggertricks', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <input type="hidden" value="truebloggertricks" 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">
#truebloggertricks-emailbox {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjptG3mk7YblibWyNFkta0VtItzfy2QoppS7FUOZSud_d3K2OWkjSEIlAJxXaljbLI4LtI_37S5EQXQceSUdL6EXgFWLx25LFvp0MXvbVuiua5raTWri8TyC9D1n3Ga9K9uRk5uroUt36w/s1600/truebloggertricks.com-red.png)no-repeat scroll center center transparent;
height: 143px;
width: 368px;
}
form#truebloggertricks-emailform {
display: block;
margin: 0;
padding-left: 42px;
padding-top: 67px;
}
form#truebloggertricks-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#truebloggertricks-emailform #sbutton {
background: transparent;
border: none;
cursor: pointer;
height: 30px;
padding-right: 45px;
}</style>
<div id="truebloggertricks-emailbox">
<form id="truebloggertricks-emailform" action="http://feedburner.google.com/fb/a/mailverify"
method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=truebloggertricks', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input type="hidden" value="truebloggertricks" 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
truebloggertrickswith your feedburner username.It comes 2 times.
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 :)




No comments:
Post a Comment