0
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/AVvXsEjIyCGSbCI0ielVuscGyebF4pP6DtO3pVO_Vc_4HVfGvlaXXJqSJZiYuU0zgo09zgFng_JcVSs9Atx5yjDLtn0xoBbGcSdd0mqDsVyYY2NPD4zs5Ur1A-0zJLZKyPDyrgnCZcG8JwwzpAT9/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/AVvXsEh2pRI1WdrQb-nBUhY9jCE2O_VO-o0rysdgFKveYlfglSVrCUb_6nnakwjFzM3ybG3Kw1lN1PwjnLyRrD91D4XT_7DiTmv9ULb-X_2Hj0-ZnWQ1WDHIdyFM3tKL6qNgv3O-3KpPYyg5PkR3/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/AVvXsEjCmw1_fFsWTR2h1VTbphHBIq5J3wVwIt_wm2t-ad5vwpeTZGl1OM1XPwVWBzJG6ZZSkJwjcEmReUeNp6yYTNiAEyBzoIh_WgchC_2YQuYDu69xNt9cXn0dOu_ikS1_aHHynBmV-ECC_CIr/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/AVvXsEj4yso1J3T89D4PXTzs-iTMbLsYAldc-sdM3i0hnLrdhtzNxx5xZTk2ayfbDiSP8V-QaXLL3VZsjuqBW4D8JRa5d_oz2p0OGJhJ-J2wlRsA-alKNA02pmEzj4_Uo9KNkB0_mTj5p0fkaqtv/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/AVvXsEglI_tJXnrqvgDCd3tuJ1saON2nJMYqo8YKBo8mrvDYKGvHeiZ7F0IwEbKUhDeqv1RkgrKEe6EM15o9DWNDbsEqo3pp3hxBKFt35ZFMsrMfqZBeqcI8GL16ATvj-lZh3HddCqBCkPP2LXc0/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.

Post a Comment

 
Top