Email Subscription Widget Below Blogger Posts - Cyber Tweaks

Ads Top

Email Subscription Widget Below Blogger Posts

Content is free. When you buy through links on my site, I may earn affiliate commission. Learn More.

Blogger Email Subscription Widget

Add a new email subscription widget to your site, This widget will surely increase the number of your social subscribers. It contains an email subscription form, Facebook like button, twitter follow button and some beautiful social icons at the right of the widget.

It is a useful Widget for getting more people to see your post to their email box and they will get used to visit your site often.

How To Add Email Subscription Form To Blogger:


1. First go to Blogger Dashboard > Template > Click on Edit HTML
2. Hit Proceed
3. Check the Expand Widget Templates checkbox

Find below code in your template

<data:post.body/>

add below piece of code just after/below of above code,

<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/AVvXsEia9sKTfZi2o2SofD-4CV3UVNK31kSUunxQ74lGLo3R9wqbOcDA65kfOZ6NMvRhrb-Y84QvZPF7HZobuwl8XTkcxXotlQFkm0GnFHYjsbW9JtXrU86uRp1IURfizJaWplqZdXan_KqaJto5/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=cybertweaks&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='cybertweaks'/>
     <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/cybertweaks' rel='nofollow' target='_blank' title='Suscribe to RSS Feed'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYRJWLHjtIGXQ2mxLfVCoMZWaKfDePFGUDEZYBxTsfyyZjSfJK998USAl5px9q0mWfZBf_aG5A3G5NmZC4xt39MvVxl_DUzXBXHW2aIIQWGqjXTGacZZ-UIHNrmJ7b6FYErJyLyCb0GHUt/s1600/helperblogger.com-rss.png'/></a>
    <a href='http://twitter.com/cybertweaks'' rel='nofollow' target='_blank' title='Follow us on Twitter'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0LN0I-kX38l5f3mXlCn0OgiWSmII9aFBJMp6s3fquB36Nj7xfHidm58m2lwmrwMUYNifjOIz4_hmhcS8m6H3VNN_0Ra2b_nA1emfKVZemx4MdBa5-vcgOZ3FBZAX4v34PvG76mL4qVGms/s1600/helperblogger.com-twitter.png'/></a>
    <a href='http://www.facebook.com/cybertweaks'' rel='nofollow' target='_blank' title='Follow us on Facebook'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOv_T1QuKC8TtixnlIeveldByUn_iQn49zjyvUHPT-g05rqOxEXiA41dyQawPvR7AoYzuhySBEecxnfAtbdwWPx_ZQIInBrrYVQWzROZUH9n67q6UyPvH29RW_IF9oCqMtUJo8xtfcbqMZ/s1600/helperblogger.com-fb.png'/></a>
    <a href='https://plus.google.com/115663401496511058739'/' rel='nofollow' target='_blank' title='Follow us on Google+'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3iKT2JWfun2euxdFMyqAee8gK8HHi1DPH1swYu6WPPA5TcPPtzGro61_eUOrMDtYCWgJgO5pHIlDQI1sAAkkF4Cul3rR8KlOVmQsBip-tS8GVE8d6WXYallsuV1YBpRzD1gXt0BPP-r38/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.cybertweaks.com/2012/08/email-subscription-widget-below-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%2Fcybertweaks&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/cybertweaks' rel='nofollow'></a>
  <script src='http://platform.twitter.com/widgets.js' type='text/javascript'></script>
 </div>
</div>
</center>
</b:if>

Change Red color area with your details.

Save Template

1 comment:

  1. Excellent blog really like it.
    Thanks for sharing this idea interesting blog, Please continue this great work.

    Linear Title

    ReplyDelete

Powered by Blogger.