Preferred Language

Saturday, 14 April 2012

How To Add Subscribe Box to Blogger/Website

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/AVvXsEgqH8oug85JZo4fAn08M0UxmWO0Ecs0IRoHRcEG7H-VN7EoU_-iTnPFfIGVCZsYFMePTGz-sPQP2bS2z7x-X_PJiMt3RAnAHeAHe2aCiUGpN20peRJKGTN2R6x3Pf5Z-deTnGA6lXbSF5eY/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/AVvXsEimczjm2qA-lwhAyE_br2XqxRYAjuTOrk084kOQRD86s7UT_lKvuOM73XbSRy6qF9qVSD30xrqfMqlWh2I34e1yBoHFp2clXKCSLOTC28IipjFXNhvjtq07GxdBXk7dkTceg7yq3-gu2GQH/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/AVvXsEjqvXdP3cnichVyDKdvKA10LqisUc74NoK8AGqbPrxUI1dlYBaNkG_dWLYEUnGnkZ1-0hyphenhyphenW_inp3jTrxwHu03fPpZmQ_MMiOka4yHQxA3dYAOX3pZwER1YLAODpTES2z9cXvMZ2fFaGw5Ir/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/AVvXsEg-5HrAWNFMUKTgeermTNKe5P3iPdLiRmaq2ZGGfj8WP3HcSl0cxSlXd_plSDXkYavdzXiSc38viB-b9RvRgh_zb590zY6mhJNkR9hs7Ym97-grRf7ieK7zCpwXRC8Be9Q-vYauZm5rOmLY/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/AVvXsEj6h850fAV5vGKtkTd7m5VgU_DeZUSf_TZ-wK448tZ8jO-y7RnSSvFz7NilAB32_ipjDRzGqjz1baRQyQm5Q6efbKJx_EaiwP8hVB8TbBdnHcpz0XNaJWauZ0vjV-xargifwuszank5AYx6/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/AVvXsEgsd8BaEcsKuw6dVLtECzwPsojtqxoZL6HcZX4OZ5HQ1HMeHJY5i3FeELf1PRfP0-kH9-cH1V_JYGqVyUHKDbGfSY_myetDi88CjSerMyM5_qLG9txOj0xzRSNsCZ3xYoJsXxouEV95m15g/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/AVvXsEgqH8oug85JZo4fAn08M0UxmWO0Ecs0IRoHRcEG7H-VN7EoU_-iTnPFfIGVCZsYFMePTGz-sPQP2bS2z7x-X_PJiMt3RAnAHeAHe2aCiUGpN20peRJKGTN2R6x3Pf5Z-deTnGA6lXbSF5eY/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/AVvXsEimczjm2qA-lwhAyE_br2XqxRYAjuTOrk084kOQRD86s7UT_lKvuOM73XbSRy6qF9qVSD30xrqfMqlWh2I34e1yBoHFp2clXKCSLOTC28IipjFXNhvjtq07GxdBXk7dkTceg7yq3-gu2GQH/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/AVvXsEjqvXdP3cnichVyDKdvKA10LqisUc74NoK8AGqbPrxUI1dlYBaNkG_dWLYEUnGnkZ1-0hyphenhyphenW_inp3jTrxwHu03fPpZmQ_MMiOka4yHQxA3dYAOX3pZwER1YLAODpTES2z9cXvMZ2fFaGw5Ir/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/AVvXsEg-5HrAWNFMUKTgeermTNKe5P3iPdLiRmaq2ZGGfj8WP3HcSl0cxSlXd_plSDXkYavdzXiSc38viB-b9RvRgh_zb590zY6mhJNkR9hs7Ym97-grRf7ieK7zCpwXRC8Be9Q-vYauZm5rOmLY/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/AVvXsEj6h850fAV5vGKtkTd7m5VgU_DeZUSf_TZ-wK448tZ8jO-y7RnSSvFz7NilAB32_ipjDRzGqjz1baRQyQm5Q6efbKJx_EaiwP8hVB8TbBdnHcpz0XNaJWauZ0vjV-xargifwuszank5AYx6/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/AVvXsEgsd8BaEcsKuw6dVLtECzwPsojtqxoZL6HcZX4OZ5HQ1HMeHJY5i3FeELf1PRfP0-kH9-cH1V_JYGqVyUHKDbGfSY_myetDi88CjSerMyM5_qLG9txOj0xzRSNsCZ3xYoJsXxouEV95m15g/s1600/rss.png) center top no-repeat"></a>
</div></p>

</form>

You are done.

1 comment:

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Lady Gaga, Salman Khan