Pages

Monday, November 2, 2015

Email Subscription Widget For Blogger

Add an Email Subscription Widget For Blogger below your blog posts to increase its loyal readers. Like the feedburner email subscription widget for blogger, this widget also allows your visitors to subscribe for new post on your blog, which will be sent to the email they register with. Other than the email subscription feature on this blogger widget, social follow buttons like Facebook, Google+, and twitter are included. When placed on your blog, it appears directly below the end of all posts which can be seen by all your visitors and increases the number of social subscribers to your blog posts. With the steps below, you can also add an email subscription widget for blogger in your blog.


Email Subscription Widget For Blogger

Also Read: Customized Facebook Like Box Widget For Blogger
                   Social Media Follow Buttons Widget For Blogger
                   Floating Social Share Buttons For Blogger

How to Add Email Subscription Widget In Blogger Blogs

  • From your blogger dashboard, Navigate to template
  • Navigate to Template.
  • Click on 'Edit HTML'
  • Using Ctrl+F keys, search for <data:post.body/>
  • Copy the code below and paste 'below' the tag <data:post.body/>
  • You will find more than occurence of the tag, place the code below the second or third in your template, depending on which will work on your blog.



<b:if cond='data:blog.pageType == "item"'>
<style type="text/css">
form.feedburner {
margin: 20px 0 0;
display: block;
clear: both;
}

.helperbloggerstyle {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPH9dQMKIz-gSL_v9bmvjKLy1q47wx4aT8qqIeV-mtL_eMjHP4UsjPOmwmMY_PM93YBgWcnTPsSIja_SbYxGdDqMRfMWYzbwWLTLy2hzjVhlqfjMJfIqUHKc9BR8Tm5m1QGkWsNl-VJFVT/s1600/helperblogger.com-email-icon.png) no-repeat scroll 4px center transparent;
padding: 7px 15px 7px 35px;
color: #666;
font-weight: bold;
text-decoration: none;
border: 1px solid #D3D3D3;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 1px 2px #CCC inset;
-webkit-box-shadow: 1px 1px 2px #CCC inset;
box-shadow: 1px 1px 2px #CCC inset;
}

.helperbloggersubmit {
color: #666;
font-weight: bold;
text-decoration: none;
padding: 6px 15px;
border: 1px solid #D3D3D3;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-goog-ms-border-radius: 4px;
border-radius: 4px;
background: #fbfbfb;
background: -moz-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f4f4f4));
background: -webkit-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
background: -o-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
background: -ms-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;
#FBFBFB&#39;, endColorstr=&#39;#F4F4F4&#39;,GradientType=0 );
background: linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
}

#helperblogger-widget {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-goog-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px;
background: none repeat scroll 0 0 transparent;
border: 1px solid #D3D3D3;
padding: 8px;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
width: 480px;
-webkit-box-shadow: inset 0px 0px 8px rgba(50, 50, 50, 0.75);
-moz-box-shadow: inset 0px 0px 8px rgba(50, 50, 50, 0.75);
box-shadow: inset 0px 0px 8px rgba(50, 50, 50, 0.75);
-webkit-box-shadow: inset 0px 5px 0px 0px #D8D8D;
}

#helperblogger-widget:hover {
background: none repeat scroll 0 0 #FFF;
-moz-box-shadow: 1px 1px 2px #CCC inset;
-webkit-box-shadow: 1px 1px 2px #CCC inset;
box-shadow: 1px 1px 2px #CCC inset;
}

#helperblogger-widget td {
padding: 3px 0;
}
</style>

<center><br/><div id='helperblogger-widget'>
<div id='emailwidget'>
<table style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;' width='100%'>
<tbody>
<tr style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'>
<td align='left' style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'>
<p style='color:#666; font-weight: bold; font-size: 18px; margin:0px 0px 5px 0px;font-family:georgia;font-style:italic; '>
Get free daily email updates!
</p>
<form action='http://feedburner.google.com/fb/a/mailverify' class='feedburner' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=YOUR-ID&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' style='margin: 0pt;' target='popupwindow'>
<input name='uri' type='hidden' value='YOUR-ID'/>
<input name='loc' type='hidden' value='en_US'/>
<input class='helperbloggerstyle' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Enter your email…&quot;;}' onfocus='if (this.value == &quot;Enter your email…&quot;) {this.value = &quot;&quot;}' type='text' value='Enter your email…'/>
<input alt='' class='helperbloggersubmit' title='' type='submit' value='Submit'/>
</form>
</td>
<td style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'>
<p style='color:#666; font-weight: bold; font-size: 14px; margin:0px 0px 5px 0px;font-family: georgia; '>
Follow us!
</p>
<a href='http://feeds.feedburner.com/YOUR-ID' rel='nofollow' target='_blank' title='Suscribe to RSS Feed'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihyphenhyphenVdKxZaoKY91JjgppY6NF6sLxReBCxDTGBn3KJZ6ZKCXeWKOiPfOoGaI1c69bzVRnPuE20l3iZWepKSCqDN_LkCtRJttv4V5gph6VYvU4RG4GjBXZ01dLHc5zHbTXjRVjenHqB30ngYH/s1600/helperblogger.com-rss.png'/></a>
<a href='http://twitter.com/twitterUSERNAME' rel='nofollow' target='_blank' title='Follow us on Twitter'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpCgVf6r6cln0_1aHD1hXhZ3i49tu6SCIvewzDr_lbS1Ty2yEf9RajFbDOQW_Vpqn_WD0OmZu5Y7Umij8UxLGijPxzA3VBVSLG0cc5pZR5vWyqpJtGe7K3WGAD0BqsanfmpnJ91JwWXti6/s1600/helperblogger.com-twitter.png'/></a>
<a href='http://www.facebook.com/facebookUSERNAME' rel='nofollow' target='_blank' title='Follow us on Facebook'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEid_yyQVtIoLw8tRfqTPfqcRnAMx8MogL2jo118x-BE7cuYh0bHISOkaKCrZMbSfg34mam8RWRQ7h2jdNsMT7ymzER7oY7Kn_3hOSozfn4ye-ausYRSde2AOgAFqBQfiyOFZoJWIxMVFXzC/s1600/helperblogger.com-fb.png'/></a>
<a href='https://plus.google.com/googleID/' rel='nofollow' target='_blank' title='Follow us on Google+'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-SyRrdcVkoKPtuCJypKVJ-G6O4JLqeVfLQj6jy-3_85GbOQaZOJmUHXE4HIWaaOWuglISwmMTAv39j_PFO15Y9yUUV1n6p4Bb8mQlPW-PJFjtB2g6l-EvxP7DozWEsIJM1Bhby2ulQYgD/s1600/helperblogger.com-gplus.png'/></a>
</td>
</tr>
</tbody>
</table>
<div align='right'>
<span style='font-style: italic; font-size: 8px; color: solid #ffffff;'><a href='http://www.informationtutorial15.blogspot.com/2015/11/email-subscription-widget-for-blogger.html' style='text-decoration: none;' target='_blank'><font color='#000' decoration='none'>[Get this widget]</font></a></span>
</div>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FfacebookUSERNAME&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=verdana&amp;height=30" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:30px;" allowtransparency="true">
</iframe>
<a class='twitter-follow-button' href='http://twitter.com/twitterUSERNAME' rel='nofollow'></a>
<script src='http://platform.twitter.com/widgets.js' type='text/javascript'></script>
</div>
</div>
</center>
</b:if>

After adding the code, Replace

  • YOUR-ID with your feedburner username (refer to this post on how to get your feedburner ID or username)
  • And the other fields as specified twitterUsername, facebookUsername, googleID
  • Finally, save your template.
View your blog to see the email subscription widget for blogger below your blog posts.