Disclaimer
This site does not host any files, nor do we upload them. We only index items from a few sites. We are not responsible for what other people upload to 3rd party sites. We urge all copyright owners, to recognize that the links contained within this site are located somewhere else on the web.

How To Add Subscribe Box to Blogger/Website

Monday, November 29, 2010

Feed: Blogger Tips And Tricks|Latest Tips For Bloggers

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/AVvXsEisbU9n4m12S9q6ua2ufZt9V1Z4e6DupFsJ_ADmc70PQmtNp30Bc-Pd5zMhLc1jgu8R5jIWxZRSOFP0dS3wDz5hgx6P7dRxADO4WaItLVCW8vnPmQGrYr252o5VscDD8lZPMBP9T9Mmy0m8/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/AVvXsEi1I3sxB5fTpPZXNVgokrDbbwakDTZGfyiRX1EU1-n42n5cY6BUAy4MvRrbha9BM2QtJlQgMexebcCJCYKOSG8aPOviL0zYZJIWTkPgTnj6PTUlCH2_OjNPyymEBaobMw97CSlC6OLtYDX-/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/AVvXsEgyH5JU4J1TtUg0cu8K8c3wKuUM1BB4J5Wgr7TXM567a4SsUItvosr6k_XCvqK4ryutpQW1YbMpjnC0lDRoxnxshFS4C_fMhLOB8cTST_JFT0Y_u28kUZoPoli4pJQ_n68Dnxb5-LQKz9x-/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/AVvXsEjm4Mdymtxf1ykLwV0HyL7PbGosiD4KCy250PveNMQLQlnOP08HZnNWwGKTt8zRWywCZDCZAhoL00VSCfz9bkJrESrmXCxXikrT8WX_dZx_4KAUrjc5sRLt0XpL_tnC5uyuc-m0O1j-vCc-/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/AVvXsEilY4Dm2ELvWOYoRplYt990lWJycwBMxgusy5Ot_aGBma4O7NTwLSflmbyuzJS4BZNbI47AyJLrRiLTy-yVsbMHqdO5UiiXUudIMptxvb9B2b9m_33A1kJPKL1v_HAkAdSYXnsMye8k66pr/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/AVvXsEjDVaToN_GCiM9BxDWhygGzML_Hrx_BruVa7d0gF0TwkYcxHLYmG69OCNZw6r2ql1nI3zzoRYwb88tKYjTkowIR4LxPNQ-TRbgtCqcxCfexlQ3PJwW14-b04G3QtRSdm3sdD-KQ5aHYRxmn/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 soli! d #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(http://1.bp.blogspot.com/_T46SliM0-PI/TB2Wrb1EuNI/AAAAAAAAAZQ/XCYsv5xhrF! Y/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/AVvXsEi1I3sxB5fTpPZXNVgokrDbbwakDTZGfyiRX1EU1-n42n5cY6BUAy4MvRrbha9BM2QtJlQgMexebcCJCYKOSG8aPOviL0zYZJIWTkPgTnj6PTUlCH2_OjNPyymEBaobMw97CSlC6OLtYDX-/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/AVvXsEgyH5JU4J1TtUg0cu8K8c3wKuUM1BB4J5Wgr7TXM567a4SsUItvosr6k_XCvqK4ryutpQW1YbMpjnC0lDRoxnxshFS4C_fMhLOB8cTST_JFT0Y_u28kUZoPoli4pJQ_n68Dnxb5-LQKz9x-/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/AVvXsEjm4Mdymtxf1ykLwV0HyL7PbGosiD4KCy250PveNMQLQlnOP08HZnNWwGKTt8zRWywCZDCZAhoL00VSCfz9bkJrESrmXCxXikrT8WX_dZx_4KAUrjc5sRLt0XpL_tnC5uyuc-m0O1j-vCc-/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/AVvXsEilY4Dm2ELvWOYoRplYt990lWJycwBMxgusy5Ot_aGBma4O7NTwLSflmbyuzJS4BZNbI47AyJLrRiLTy-yVsbMHqdO5UiiXUudIMptxvb9B2b9m_33A1kJPKL1v_HAkAdSYXnsMye8k66pr/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/AVvXsEjDVaToN_GCiM9BxDWhygGzML_Hrx_BruVa7d0gF0TwkYcxHLYmG69OCNZw6r2ql1nI3zzoRYwb88tKYjTkowIR4LxPNQ-TRbgtCqcxCfexlQ3PJwW14-b04G3QtRSdm3sdD-KQ5aHYRxmn/s1600/rss.png) center top no-repeat"></a>
</div></p>

</form>


You are done.



Feed Info:
Name: Blogger Tips And Tricks|Latest Tips For Bloggers
URL: http://feeds.feedburner.com/blogspot/wyna
Add, Modify, Remove feeds at Innerfeed

Free Template Blogger collection template Hot Deals BERITA_wongANteng SEO theproperty-developer

0 comments:

Post a Comment