Saturday, January 28, 2012

Another Cool Email Subscription Box For Blogger

A few days back I have shown you how to add a social and email subscription widget below blogger posts, and now I have another cool email subscription box for your blog. This email subscription box or widget comes along with RSS Feed subscription too so, that it may cope with different viewer's choice. You can see the demonstration of the email subscription widget below in the image.


So if you liked the subscription box, lets show this email subscription box below your every posts in blogger.

Step One: Login to your blogger account and go to Design >> Edit HTML. [In new blogger interface: go to Template >> Edit HTML]

Step Two: Click on Expand widget templates, and then look for the code <data:post.body/>.

Step Three: Paste the following code below <data:post.body/> and click on Save Template.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='subscribe-bottom'>
<span style='margin-right:10px;'><a href='http://feeds.feedburner.com/YOUR FEED NAME'>
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3u2TgqxCzcMJmtwhJ_QK3QKJgISjeR5bdYTF8a1YgQeqaiApXxJbQ5Cobv2SN62h2YTKLgXT6jpzmM3qq4iUdDp5cYaAe5cAR1jafxAYccmWT-9yXn-xdaZUjzynrCP17Vsi3wY0UQws/s1600/subscribe_rss_official.png'/></a>
</span>
<span>
<a href='http://feedburner.google.com/fb/a/mailverify?uri=YOUR FEED NAME&loc=en_US'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYJ8WwM6ER1weVdMl3IXI7h3QmoHQS9hv4QU72-hafSZerYaeiHTdCcjcEzgvHBsQ9xRzqBRzzpXJzS4-44S_T9ySiZ01YrCkcJeo0qlsIzNFStxQC9VkzeLsCwcFdv0wGkupBkCEYckg/s1600/subscribe_email_official.png'/>
</a></span>
</div>
</b:if>

Note: Do not forget to replace  "YOUR FEED NAME" text with your blog's feed name.


After you have saved the template, check out your posts to see that the widget is working properly. If it is not working properly the report here with a comment. Good luck with adding this subscription box to your blogger blog.