In this post i will show you how to add email subscription box in blogger.Advantage of email subscription box is that your readers will get directly updates of your latest posts to their mailbox.Firstly you should have Google feedburner ID.It is simple email subscription box so that users can easily see it.
Follow these steps
Step1
Go to Feed burner
Then click on Publisize Email subscription.
Note:- If it is not activated in your feedburner then activate it.
Note:- If it is not activated in your feedburner then activate it.
Copy that code
Step2
Now search for this line and remove it from code
<p>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></p>
|
Step3
Second code
<div style="border: 4px groove black; padding: 5mm;">
<center><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimQezKqh4gtpwfYpaP-gF8cymjYMASjNu9qm-pw5ZQApaxV7kk4McZLHJ8PeRYh9RMw7nIX1dZFWccvn4q9KLxpn3B4AA3xN-kWt0_Y81RVrrdVxYQh_MBY-9CNgLKyG_l86ceYikrHhc-/
/subscribe_icon.jpg"/></center><span style="font-weight: bold;font-family: "times new roman", serif;font-size:15px;">Subscribe US and receive daily free updates</span>
|
Go to blog Layout Add gadget HTML/JavaScript
Copy and paste the second code above feedburner code and it will look like
<div style="border: 4px groove black; padding: 5mm;">
<center><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimQezKqh4gtpwfYpaP-gF8cymjYMASjNu9qm-pw5ZQApaxV7kk4McZLHJ8PeRYh9RMw7nIX1dZFWccvn4q9KLxpn3B4AA3xN-kWt0_Y81RVrrdVxYQh_MBY-9CNgLKyG_l86ceYikrHhc-/s1600/subscribe_icon.jpg"/></center><span style="font-weight: bold;font-family: "times new roman", serif;font-size:15px;">Subscribe US and receive daily free updates</span>
<form style="border:6px solid yellow;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=techinvent1', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="Techinvent1" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /></form>
|
1 Just change techinvent1 to your feedburner ID.
2 You can change "Subscribe US and receive daily free updates" to your own.