How to add a “EMAIL SUBSRIPTION
BUTTON” in Blog by Blogger
To add this useful button which
can help you in promoting your blog, You have to follow these few steps.
If you post some useful article
on your blog then your blog visitor may interest in receiving these information
on their email address directly. This will allow them to read your blog article
via their email.
To allow your visitor to view
article of your blog you need a feedburner email subscription button, which
allow users to receive your blog post directly on their email.
- Login to your Blogger
- Now Click on Layout or Design
- Click on the “Add Gadget” button which is shows in layout at many place, Click from where you want to show this button
- Now opt HTML/JAVASCRIPT button
- Now paste the HTML CODE SCRIPT with some Change in the “content” & left the “Title” blank
- Now click on the Save button
- Afterwards Hit Save Arrangement
Hope you like this article, Make
a comment if you have any doubt. Please don’t mention your contact no. or email
directly.
<style type="text/css">
.hbzsignup-form {
background: transparent url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi36jE0jTwVSgSiQ9HrIRXz9kFBjPT7xWUxQaytcNDuvpS9fhVGFy-pXucWgNvH99r0mWcrScXTkQeh2-Evp8Tg093eJZlSFj9YGEYuqeaEFeE0lKtJlLPtZhaAoikU2nzAgd8nHF1ek4ZT/s1600/Email-bg.jpg") no-repeat scroll center center / 250px 150px;
height: 150px;
width: 250px;
margin: 10px auto 60px auto;
}
.hbzform-inner p {
text-align: center;
color: #fff;
padding: 10px;
font: bold 18px "trebuchet MS","Tahoma";
}
.hbzemailform {
margin: 120px auto 5px;
width: 215px;
}
#hbzemailbox {
background: #FEFEFE none repeat scroll 0% 0%;
border: medium none;
font: 12px/12px "HelveticaNeue",Helvetica,Arial,sans-serif;
margin-right: 5px;
box-shadow: 0px 0px 4px rgb(207, 207, 207) inset, 1px 1px 1px rgb(186, 186, 186);
padding: 7px;
box-sizing: content-box;
height: 12px;
vertical-align: top;
display: inline-block;
}
#hbzemailbutton {
background: transparent linear-gradient(to bottom, rgb(202, 48, 40) 0%, rgb(235, 88, 78) 100%) repeat scroll 0% 0%;
box-shadow: 0px 0px 2px rgb(182, 37, 32) inset;
border: medium none;
color: #FFF;
cursor: pointer;
font: 13px/13px "HelveticaNeue",Helvetica,Arial,sans-serif;
padding: 6px;
border-radius: 5px;
height: 27px;
display: inline-block;
}
#hbzemailbutton:hover {
background: transparent linear-gradient(to bottom, #CA3028 0%, #B72420 100%) repeat scroll 0% 0%;
}
.hbzsocial-icons {
margin: 20px 0 0;
overflow: hidden;
display: block;
text-align: center;
}
.hbzsocial-icons ul {
display: inline-block;
margin: 0 auto !important;
text-align: center;
padding: 0px
}
.hbzsocial-icons ul li {
background: transparent !important;
border: none !important;
float: left;
list-style-type: none !important;
margin: 0 4px 10px !important;
padding: 0 !important;
}
.hbzsocial-icons ul li::before,
.hbzsocial-icons ul li::after {
display: none !important;
}
.hbzsocial-icons ul li a, .hbzsocial-icons ul li a:hover {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdmOPGeeCU1bwet5P-7EMwXT7Ja4BCyJOrmjHz_jqlawY66SzruQLDOvuX_IvLsl9R-dE5S30qPMyqtBIe_nXoXhDM6fwchpbcmsIeNOuzwaNxSc_QtpRHUwpNZG9CPTRrwiqLidS1NyJ3/s1600/sprite_32x32.png") no-repeat scroll 0 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
height: 38px;
overflow: hidden;
text-indent: -999px;
transition: all 0.25s linear 0s; width: 38px;
}
.hbzsocial-icons ul li.social-facebook a {
background-color: #3b5998;
background-position: -60px 3px;
}
.hbzsocial-icons ul li.social-twitter a {
background-color: #00aced;
background-position: -253px 3px;
}
.hbzsocial-icons ul li.social-gplus a {
background-color: #dd4b39;
background-position: -93px 3px;
}
.hbzsocial-icons ul li.social-pinterest a {
background-color: #cb2027;
background-position: -157px 3px;
}
.hbzsocial-icons ul li.social-rss a {
background-color: #F87E12;
background-position: -189px 3px;
}
.hbzsocial-icons ul li a:hover {
background-color: #333;
}
.hbzsocial-like {
display: block;
text-align: center;
}
.hbzsocial-like tbody, .hbzsocial-like tbody tr {
display: block;
}
.hbzfb-likes {
display: inline-block;
padding-bottom: 15px;
margin-right: 5px;
}
.hbztw-follow {
display: inline
}
</style>
<div>
<div class='hbzsignup-form'>
<div class='hbzform-inner'>
<p>Sign Up for Email Updates</p>
</div>
<div class='hbzemailform'>
<form action='http://feedburner.google.com/fb/a/mailverify' id='subscribe' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=[Your Blog uri]', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'>
<input name='uri' type='hidden' value='[Your Blog uri]'/>
<input name='loc' type='hidden' value='en_US'/>
<input id='hbzemailbox' name='email' required='' type='text' placeholder='Enter your email...'/>
<input id='hbzemailbutton' title='' type='submit' value='Sign up'/>
</form>
</div>
</div>
<div class="hbzsocial-icons">
<ul>
<li class="social-facebook"><a href="[Fb url]" target="_blank" title="Facebook">Facebook</a></li>
<li class="social-twitter"><a href="[Twitter url]" target="_blank" title="Twitter">Twitter</a></li>
<li class="social-gplus"><a href="[Google+ url]" target="_blank" title="Google+">Google+</a></li>
<li class="social-pinterest"><a href="[Pinterest url]" target="_blank" title="Pinterest">Pinterest</a></li>
<li class="social-rss"><a href="[RSS url]" target="_blank" title="RSS">RSS</a></li>
</ul>
</div>
<table class='hbzsocial-like'>
<tbody>
<tr>
<td class='hbzfb-likes'>
<div id="fb-root">
</div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-like" data-href="[Fb url]" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false">
</div>
</td>
<td class='hbztw-follow'>
<a href="[Twitter url]" class="twitter-follow-button" data-show-count="true" data-show-screen-name="false" data-dnt="true">Follow @[Twitter Username]</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
</script>
</td>
</tr>
<tbody>
</table>
</div>

Sir ji,
ReplyDeleteFrom where I copy HTML code script
As u say paste Html code
Download it by clicking download now button
DeleteSir where is HTML script
ReplyDeleteClick on DOWNLOAD NOW
DeleteDownload Link not working,
ReplyDeleteFrom Where to download the script.
Click again
DeleteIf still not work then inform us we will update new link
No Download, help...
DeleteUpdate new link
Follow this Updated Short link http://adf.ly/ITZyZ
Delete