Saturday, 4 August 2012

How to Create a Subscribe Box to Blogger / Website

Posted by Crypto Magic World on 10:59 with No comments
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/AVvXsEhL8tClpzVOFLIS05yZ3KshAzG4evgA-dLWuHHrerYlj2VtvlUnVH38cmOMmwyFIgzrXH7Y5hd7K2cVINEI7ysPuJ2GR_zeqTf7NClirCyMz2nVTeo_KQ7rA1Kpm5HQ32lESU70KKn3ughm/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/AVvXsEj9evGefjjRG57zJg3uMy3_IZNIZ3dg_wJb3v4gkyxe6M-GMUeXL_ySR9kZbu_WIwx5_3bmi_xpBZEac0cLCt0Hlur682mkCfEfDcoVq-P88xdZLPVxCdl-dpYQe5hz58f7wj-ynRPh3jRT/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/AVvXsEh_U2eYb3k2fG9YVnY6M7UlQormp9YNQ1kjEUCZHSYDmZ6N_FniLaew1nA4g8zdfo6SbFcNNUfA5GpZ9q8Lnwet_z1Pp9i2Kx6r1TcDMgl10Mmxl3Sobo0TVvBaA7dqnauVrtyzzaZCGCAj/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/AVvXsEhF6tD4c31ULDqhmh97qNlt4FeFFKznL9mSuqJv6oX3o8SF87mvtWg_fyxUsx2lkZWIOq9or04TviOVtt_Uwina-718ictS55em5t9UUZDBB6TfirffZbrWjDCCPNjNjCEl_sjxfwlpTGx_/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/AVvXsEgUUZYYcIAdXBeB9qH1YYiRKgajg42FcwburIA5ej0QbsRPfeD-A28ynrykn3h-56qtokM5I2frRGe84O_iOhVcEqwbww-NpRkJ2eJIiURlTBzrT0hDbD0CvS3xzfHPtKhrA7cCG3NCkZuA/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/AVvXsEjNwXeN792fRJ5LnZlUZV7e_5mViHqweq-dbVdiAR1o4rzpzfqhb7Ff8Wdl6JwcoIehV3i2BiLf4IBPChsoq94V6MjmABI_uONxDdKqCE-HO3dorDCf590f_mGkyCPZviKzx3-4FpL6EZfx/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.
You are done.

0 comments:

Post a Comment