How To Add Subscribe Box to Blogger/Website

Monday, May 23, 2011 |

In this tutorials,I will explain to you how create a Subscribe Box with Feedburner Email subscription,Feed subscription and Social networking buttons(Digg,Twitter,Facebook,Stumbleupon,Delicious).You can easily add or remove social buttons to this widget and setup your email subscription.If you like to add this widget to your blog or a website,then follow the steps given below.



1.Log in to your dashboard--> Design- ->Page Elements.

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the code given below and click save.

<style type="text/css">
#subscribe-box {
overflow: hidden;
margin: 10px 0 0 0;
}

#subscribe-box a.subscribe-sec {
display: inline-block;
display: -moz-inline-stack;
width: 40px;
padding-top: 38px;
zoom: 1;
}

#subscribe-box a.subscribe-sec:hover {
color: #660000;
}
</style>

<form action="http://feedburner.google.com/fb/a/mailverify" style="border:1px solid #ccc;padding:3px;" target="popupwindow" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=FEEDBURNER-ID', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Get Notified When We Update !!!</p><p><input style="width:180px" name="email" type="text" value="Enter your email address:" onclick="this.value=&#39;&#39;;" /><input value="FEEDBURNER-ID" name="uri" type="hidden" /><input value="en_US" name="loc" type="hidden" /><input value="Subscribe" type="submit" /></p>

<p><div id="subscribe-box">
<a title="Delicious" href="http://delicious.com/DELICIOUS-USERNAME" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjPRE47jrQ63I-6eG8RSo3YOg-FPYwW7vRA2BcZyxiFvWKOS2ByYu32VUPJzMlo1TFa69w_hknFldBHO_PJ7mty1iM4z01BCURrfceJZqwQRhdA3FmuMOWM-mZzOucSH_v7y42ldgtPDP0/s1600/delicious.png) center top no-repeat"></a>
<a title="Twitter" href="http://twitter.com/TWITTER-USERNAME" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnaUtR-6qERVAKnFI2NcKRdH_YvXDTQnh7ez7TAByXgm1QAGZnthLrLAIEHR8FA17CAxBtxzFCO-sFxP_PG1ROo_oSHfNbmAtMEx-5tgwUFbCNCTch5Pyaoxi2h6s2UFP9uIdaSfQTsugT/s1600/twitter.png) center top no-repeat"></a>
<a title="Digg" href="http://digg.com/users/DIGG-USERNAME" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUcyudqREXWNlFPpNmmH5QQd7vn6C9jKTyPN2HxJ79Wm2n_5iy0TT0NSjaT_8adq6LjqvKQnrIX5Vc03vCrwm6ItXm3mPpzcyp2VqDTeZeWdG6-ENPET_W-OxEWQYymYeKfCFCYTQ-RNia/s1600/digg.png) center top no-repeat"></a>
<a title="Facebook" href="http://www.facebook.com/FACEBOOK-USERNAME" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjNkTonqF4GhvF_KCBkL7DmHmqWR5p4fJPnmjosnICMIyu-dvSxSJhQKKTlCEBdKXhXpeUJIJiydaPKI9gu476uGiFet5X-cVMx5kJDOC96o740XugYDeqNj3yjhAOARiTD3wXdjgUYDBC/s1600/facebook.png) center top no-repeat"></a>
<a title="Stumbleupon" href="http://www.stumbleupon.com/stumbler/STUMBLEUPON-USERNAME" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9NwLyGjejU1LKrINjNAOzixxQiHW12yEDK3uYcwKKU7hRRuE_-E7MOWcMEYghLzbD9PkPbFy2WUfQBFM2XE57TzclaZB5oY93NstYctrEimWdellDD2qC4Dw9lD26LjPpQl8GG2OOuE77/s1600/stumbleupon.png) center top no-repeat"></a>
<a title="RSS Feed" href="http://feeds.feedburner.com/FEEDBURNER-ID" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6j9eiKLhi0M-i_0yAfaNy2gY_XIp5oUSgCO2iHCgD2FircBfWdma21SOSxZe0kXxxDT04lEOxjYkAwpNqEuVQMbZ39hXW6ueux6_TDlCKyAAdM4DGIN5R0l0Pu17nfV1EF8B_ve4C6ZXf/s1600/rss.png) center top no-repeat"></a>
</div></p>

</form>


Note : Remember to REPLACE,

FEEDBURNER-ID with your feedburner ID.
DELICIOUS-USERNAME with your delicious username.
TWITTER-USERNAME with your twitter username.
FACEBOOK-USERNAME with your facebook username.
STUMBLEUPON-USERNAME with your stumbleupon username.

Look at the example given below.
<style type="text/css">
#subscribe-box {
overflow: hidden;
margin: 10px 0 0 0;
}

#subscribe-box a.subscribe-sec {
display: inline-block;
display: -moz-inline-stack;
width: 40px;
padding-top: 38px;
zoom: 1;
}

#subscribe-box a.subscribe-sec:hover {
color: #660000;
}
</style>

<form action="http://feedburner.google.com/fb/a/mailverify" style="border:1px solid #ccc;padding:3px;" target="popupwindow" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=blogspot/WyNa', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Get Notified When We Update !!!</p><p><input style="width:180px" name="email" type="text" value="Enter your email address:" onclick="this.value=&#39;&#39;;" /><input value="blogspot/WyNa" name="uri" type="hidden" /><input value="en_US" name="loc" type="hidden" /><input value="Subscribe" type="submit" /></p>

<p><div id="subscribe-box">
<a title="Delicious" href="http://delicious.com/wam8387" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjPRE47jrQ63I-6eG8RSo3YOg-FPYwW7vRA2BcZyxiFvWKOS2ByYu32VUPJzMlo1TFa69w_hknFldBHO_PJ7mty1iM4z01BCURrfceJZqwQRhdA3FmuMOWM-mZzOucSH_v7y42ldgtPDP0/s1600/delicious.png) center top no-repeat"></a>
<a title="Twitter" href="http://twitter.com/btipandtrick" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnaUtR-6qERVAKnFI2NcKRdH_YvXDTQnh7ez7TAByXgm1QAGZnthLrLAIEHR8FA17CAxBtxzFCO-sFxP_PG1ROo_oSHfNbmAtMEx-5tgwUFbCNCTch5Pyaoxi2h6s2UFP9uIdaSfQTsugT/s1600/twitter.png) center top no-repeat"></a>
<a title="Digg" href="http://digg.com/users/wam8387" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUcyudqREXWNlFPpNmmH5QQd7vn6C9jKTyPN2HxJ79Wm2n_5iy0TT0NSjaT_8adq6LjqvKQnrIX5Vc03vCrwm6ItXm3mPpzcyp2VqDTeZeWdG6-ENPET_W-OxEWQYymYeKfCFCYTQ-RNia/s1600/digg.png) center top no-repeat"></a>
<a title="Facebook" href="http://www.facebook.com/btipandtrick" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjNkTonqF4GhvF_KCBkL7DmHmqWR5p4fJPnmjosnICMIyu-dvSxSJhQKKTlCEBdKXhXpeUJIJiydaPKI9gu476uGiFet5X-cVMx5kJDOC96o740XugYDeqNj3yjhAOARiTD3wXdjgUYDBC/s1600/facebook.png) center top no-repeat"></a>
<a title="Stumbleupon" href="http://www.stumbleupon.com/stumbler/wam83879" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9NwLyGjejU1LKrINjNAOzixxQiHW12yEDK3uYcwKKU7hRRuE_-E7MOWcMEYghLzbD9PkPbFy2WUfQBFM2XE57TzclaZB5oY93NstYctrEimWdellDD2qC4Dw9lD26LjPpQl8GG2OOuE77/s1600/stumbleupon.png) center top no-repeat"></a>
<a title="RSS Feed" href="http://feeds.feedburner.com/blogspot/WyNa" class="subscribe-sec" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6j9eiKLhi0M-i_0yAfaNy2gY_XIp5oUSgCO2iHCgD2FircBfWdma21SOSxZe0kXxxDT04lEOxjYkAwpNqEuVQMbZ39hXW6ueux6_TDlCKyAAdM4DGIN5R0l0Pu17nfV1EF8B_ve4C6ZXf/s1600/rss.png) center top no-repeat"></a>
</div></p>

</form>


You are done.

Related With:

0 comments:

Post a Comment