Add Email Subscription Widget Below Blogger Posts - Helper Blogger

Blogger Widgets | Templates | Tutorials

Latest

Friday 29 June 2012

Add Email Subscription Widget Below Blogger Posts

This widget will surely increase number of your social subscribers.If you are writing good posts and expecting more number of subscribers then this widget will surely help you.It contains an email subscription form,facebook like button,twitter follow button and some beautiful social icons at the right of the widget.This widget can be installed in one step,you just have to copy and paste code in your template.Now lets see how to add it into blogger blog?



How To Add Email Subscription Form To Blogger?


  1. First go to Blogger Dashboard > Template
  2. Download a copy of your template
  3. Click on Edit HTML
  4. Hit Proceed
  5. Check the Expand Widget Templates checkbox
  6. 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/AVvXsEi4EgdEoGf67Teld7V61Z5C8gMxLuqp8SKwoHvkr6-jEr6FxnYcwagH98s228gAhZcWlp5I9FFx7hJ8-0JCiF29R1q0B-KYKKQUOTMHzUge8Hjef20e2Av_iDSj6bn3d8B7BmXpS6VqYNqc/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=hblogger&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='hblogger'/>
     <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/hblogger' rel='nofollow' target='_blank' title='Suscribe to RSS Feed'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEig1_4MEXp6HLuU2a5cQmuRNn1MiAbwAXV-xAW7G21PIqEJ8R5z4fw_5xbav4WVtQOG7DaDi-CyFTDqq6PQHQZ8839JZ2Lz28CR1-Cl_ZwrzT8T1otCMc_uWgKXBZLpJX46-FWie0Y7RyVh/s1600/helperblogger.com-rss.png'/></a>
    <a href='http://twitter.com/helperblogger' rel='nofollow' target='_blank' title='Follow us on Twitter'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBaZvvaXkgVXd4u56u6SoxkfwJ6Rn_dFgBNXFWgpXrVR2AKGEm11TjylrZCztzirXJBFGDWHA_pb3dpLmVGymOc_RKLeulrj3mc2mH2l9KD-JNk9l0saPkO1PgD77a_XuPFdo2PFR4cQ0n/s1600/helperblogger.com-twitter.png'/></a>
    <a href='http://www.facebook.com/btsnts' rel='nofollow' target='_blank' title='Follow us on Facebook'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKL_pTYxqFOa2aQQnlmboZf_LKwZmC-3CK1FC87u4x2HGHrk8xcoJxJJ2eEGcEKIyxTvtujcUZvzHy1C72dt0_6ZOr9YQPiJ5rJFjQot7Ak1WKiiStxb7lnFIkYUCf2koClfe1xLIRNDfy/s1600/helperblogger.com-fb.png'/></a>
    <a href='https://plus.google.com/106527290580119996124/' rel='nofollow' target='_blank' title='Follow us on Google+'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUDxr4CU51olmaL-2wKzCXZFnq1RIBxz5T1gtLXWXtjpnXYsX7Bj3xS9zxVjWOSrl0IVFiU32l91Lm6RQG-P8DkcfNSnoTgSrmcSNMqCPUhYdFdPF2cSXG22i2mxGRv4ggZpxN8lQc0OQg/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.helperblogger.com/' 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%2Fbtsnts&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/helperblogger' rel='nofollow'></a>
  <script src='http://platform.twitter.com/widgets.js' type='text/javascript'></script>
 </div>
</div>
</center>
</b:if>

  • Replace all(three) hblogger with your Feedburner Username
  • Replace all(two) btsnts with your Facebook Username
  • Replace all(two) helperblogger with your Twitter Username
  • Replace 106527290580119996124 with your Google + ID

Finally save your template and visit your any post you will watch this widget after posts ends.I have kept the installation one step installation,if still you are getting any single problem then feel free to mention it via comments,I will reply as soon as possible.

Note - We have developed this widget with using doncaprio's code,if you want to share this widget with your readers then kindly link back to this article.

25 comments:

  1. also using this on my blog see it www.bloggin.gs

    ReplyDelete
  2. thanks dude....now i am going to add this stuff on my blog...........

    ReplyDelete
  3. Its not working man.......

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. First of all i would thank you for providing some of the great gadgets..:)
    Thanks Dude..:)

    I Applied this widget it is visible but the borders out there are not,
    so it is looking scattered can you please check it out once.

    http://www.gotechnosavvy.com

    ReplyDelete
    Replies
    1. Hey follow below steps,

      Find below code where you have added above code,

      #helperblogger-widget {

      just below it add below lines,

      height: 200px;
      width: 530px;

      save your template.

      Delete
    2. Dude did that but still borders not visible..

      Now the modified code is-

      #helperblogger-widget {
      height: 200px;
      width: 530px;
      -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;
      ----------------------------------

      http://www.gotechnosavvy.com

      Delete
  6. Hi,

    Will it work for wordpress based website too?

    I want to use it on my website http://stockssavvy.com but that is a wordpress based website.

    ReplyDelete
  7. hi this is not work in my site can u pls help me?
    www.dynamictrick.in

    ReplyDelete
  8. I too have tried all the instructions, and there is no box.
    I am really excited to look around and see all the bloggy goodies that I could learn. Thank you.

    ReplyDelete
  9. wow..its a nice subscription widget. I am adding it in my blog

    ReplyDelete
  10. ITS REALLY GREAT
    I AM USING THIS http://trickytricks4you.blogspot.in

    ReplyDelete
  11. good one but if i want make some chang like last news in seam bow how i can?

    ReplyDelete
  12. I have it at http://cuidadosforever.blogspot.com/
    Thanks bro.. you got great gadgets that are found no where..

    ReplyDelete
  13. i have more than 1 tags , help me

    ReplyDelete
  14. totally timewasting site nothing work :-(

    ReplyDelete
  15. How Change widing..?

    ReplyDelete
  16. Thx for share :), i have to adding tdis widged in my blog

    ReplyDelete
  17. :( my template don't have this code ( )
    is another code to replace that code?

    ReplyDelete
  18. what should i do if i dont want fb phootos of other??

    ReplyDelete
  19. What a nice post, i tried to add it to my blog but don't really like the Facebook, Google plus etc. button in front of it but the size of the box seems small, please how can I increase the size of the box

    ReplyDelete
  20. in my first try it didn't worked because there's so many so i tried for all of them but in my second try... it worked so to those saying it didn't work try it to all in your html... my problem is the text "Enter your email" is overlapping with the message image..

    ReplyDelete

If you want to be informed about any replies then check "Notify me" option (present at lower right corner of comment box and it will display if you are logged in to your google account). PLEASE DO NOT SPAM