SBSEdition

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, May 23, 2011

How To Add Subscribe Box to Blogger/Website

Posted on 1:48 AM by Unknown

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/AVvXsEhuYNn56MA75X-PFo0m81PMB1LfBY75tWyFQuXe2rOmRauHfxAH99dTKPaK63DfpggSC_HYirTisCdGA6cyY-rbpmwirDgNLKCf4eQqMoKMKQvWV5hw52JD46AJVUQH7qsKx5DWP0fD83aQ/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/AVvXsEhJi_gpQ-BklQ1nUdXXbvhM39JXg5wAoNC2yUHFQiN0Rt_abuOjt1UnU2OH5u0ME_H2-m_mQ5UCBRdJ5W4AvHIrPyf6xNoIgzkqBaD0XkXxou72lnf5B-lXqGHZVCrjUzz6xHUh5kB6Z6y6/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/AVvXsEgf3JDJ2oM_Wu-g2nJNdik6DlhVUNOWzXtLRN5i6rHKN7x9DWLesmYbnbdUmP9BHVVVBaOrjhscBLyL-az5NiaE9qhzv2QGqM3mNl8CXbYhE3zEIL5y71lNKy7hW_PfBXHi-BkAR5cL1xYy/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/AVvXsEjJr_a-dFCMgG72LzLY1zPNh6vksyuunlB2YKzg-1tvl9cTQrEd11ZT-hATJY5DfQ39SCQzrNbP4kskYa2rmJnqUxV35ecSaDPftqLMS7Q8LdxvK_Ina-3cR2yDGJFSk65L6n6TV4GprfNb/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/AVvXsEiUo6rZU4E2HdP3bNBcAv274TCodRrd5OW9r3jFZRCvwAwPhbrY-VPmiVwR1p0vOmFXgqc0RgrtnO7Uos-td7HfSURFK-A1oIeSt_9qo5XCblYG2E9EwEo-4AaKbrcdGVXGXiCCaCQPU44h/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/AVvXsEgpl0xxOjF-TAiER8jdMH9H3PK1CdLzeHowkFcpKZFxNESESPFFPOGLJGW0LIxe9befRwWRjWIE_oWEuKAsvyWH15KUi6fjdT4rvNzdYpEDGZoFE3byGeseiW5wobfdqPnRuF-azEjZqGiv/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/AVvXsEhuYNn56MA75X-PFo0m81PMB1LfBY75tWyFQuXe2rOmRauHfxAH99dTKPaK63DfpggSC_HYirTisCdGA6cyY-rbpmwirDgNLKCf4eQqMoKMKQvWV5hw52JD46AJVUQH7qsKx5DWP0fD83aQ/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/AVvXsEhJi_gpQ-BklQ1nUdXXbvhM39JXg5wAoNC2yUHFQiN0Rt_abuOjt1UnU2OH5u0ME_H2-m_mQ5UCBRdJ5W4AvHIrPyf6xNoIgzkqBaD0XkXxou72lnf5B-lXqGHZVCrjUzz6xHUh5kB6Z6y6/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/AVvXsEgf3JDJ2oM_Wu-g2nJNdik6DlhVUNOWzXtLRN5i6rHKN7x9DWLesmYbnbdUmP9BHVVVBaOrjhscBLyL-az5NiaE9qhzv2QGqM3mNl8CXbYhE3zEIL5y71lNKy7hW_PfBXHi-BkAR5cL1xYy/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/AVvXsEjJr_a-dFCMgG72LzLY1zPNh6vksyuunlB2YKzg-1tvl9cTQrEd11ZT-hATJY5DfQ39SCQzrNbP4kskYa2rmJnqUxV35ecSaDPftqLMS7Q8LdxvK_Ina-3cR2yDGJFSk65L6n6TV4GprfNb/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/AVvXsEiUo6rZU4E2HdP3bNBcAv274TCodRrd5OW9r3jFZRCvwAwPhbrY-VPmiVwR1p0vOmFXgqc0RgrtnO7Uos-td7HfSURFK-A1oIeSt_9qo5XCblYG2E9EwEo-4AaKbrcdGVXGXiCCaCQPU44h/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/AVvXsEgpl0xxOjF-TAiER8jdMH9H3PK1CdLzeHowkFcpKZFxNESESPFFPOGLJGW0LIxe9befRwWRjWIE_oWEuKAsvyWH15KUi6fjdT4rvNzdYpEDGZoFE3byGeseiW5wobfdqPnRuF-azEjZqGiv/s1600/rss.png) center top no-repeat"></a>
</div></p>

</form>


You are done.
Email ThisBlogThis!Share to XShare to Facebook
Posted in Tips | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • New blog
    I don't blog often, but when I do it's now at http://blog.semeosis.com. Here I've written about some of the things I've look...
  • Three Quick Tips for Attracting Traffic to Your Blog
    Search engine optimization ( SEO ) has been the hot topic in all areas of the blogosphere for years now. Now that creating and maintaining a...
  • TAREKAT NAQSYABANDI
    Oleh : Zubaidi Makalah-makalah SeminarTerbentuknya tarekat naqsyabandi melalui beberapa fase. Fase pertama, Pra Sejarah berdirinya tarekat N...
  • How Google's Panda Update Changed SEO Best Practices Forever - Whiteboard Friday
    Posted by Aaron Wheeler It's here! Google has released Panda update 2.2 , just as Matt Cutts said they would at SMX Advanced here in Sea...
  • How Google's Panda Update Changed SEO Best Practices Forever - Whiteboard Friday
    Posted by Aaron Wheeler  It's here! Google has released Panda update 2.2 , just as Matt Cutts said they would at SMX Advanced here in Se...
  • Apple Releases New iPhone OS
    Today, around 1:00PM, Apple released its new operating system for the iPhone. After negotiations with IBM, iPhone OS 4.0 will be officially...
  • THE MESSAGE
    In or about the year 570 the child who would be named Muhammad and who would become the Prophet of one of the world's great religions, I...
  • Microsoft Visual C++ 6.0 Standard Edition
    Microsoft Visual C++ 6.0 Standard Edition | 80.07 Mb Brings a new level of productivity to C++, without sacrificing flexibility, performa...
  • Salah (Prayer)
    There is no word in English to translate Salah. it is not merely "prayer" in the limited sense of turning to God in supplication. ...
  • Windows XP Pro SP2 – VL 64 Bit
    Windows XP Professional x64 Edition with SP2 – VL (English) File Name: en_win_xp_pro_x64_with_sp2_vl_X13-41611.iso Size: 599.07 MB Releas...

Categories

  • .Net
  • .NET 3.5
  • .Net Tools
  • About Adsense
  • Agile
  • ALT.NET
  • Anti-Virus
  • Article
  • ASP.NET MVC
  • C# 3
  • Cara Pasang
  • CI Factory
  • Computer
  • Continuous Integration
  • Courseware
  • DI/IOC
  • Download Games
  • Download Karaoke
  • Download software
  • Download template
  • Download Template
  • Exchange Link
  • Google
  • Hadits Nabi
  • Hiring
  • IEEE
  • IIS 7
  • Info electronic
  • Lambda
  • Lean
  • Linux
  • MbUnit
  • Messages
  • MS Exchange 2003
  • Mutiara
  • Navigation
  • News
  • NHibernate
  • NxtGenUG
  • Other
  • Practices and Patterns
  • Qurdist
  • Resharper
  • Scrum
  • Security
  • Seo
  • Small Business Server
  • SQL Server 2008
  • Testing
  • TFS
  • Tips
  • Trick
  • Tutor
  • Ubuntu
  • UML
  • Verifying
  • Virtual Instrument
  • Virtual PC
  • Virtual Server
  • Visual Studio 2010
  • wcf
  • Web
  • Windsor

Blog Archive

  • ►  2012 (1)
    • ►  August (1)
  • ▼  2011 (71)
    • ►  July (1)
    • ►  June (43)
    • ▼  May (20)
      • Free download TeamViewer Manager 5.1.904
      • Free download Internet Download Manager 6.02 Beta ...
      • Avast! Antivirus Pro & Internet Security 5.0.447
      • Philadelphia Nissan
      • Adobe Connect 8 Backgrounds
      • Adobe Flash Player 4.5 Integration with SAP NetWea...
      • 4 Tips for Organizing And Uncluttering your Blog A...
      • How To Add Subscribe Box to Blogger/Website
      • Now, access Facebook without internet
      • Download Movie | Gnomeo & Juliet (2011)
      • Facebook admits hiring PR firm to smear Google
      • Microsoft's acquisition of Skype for $8.5 billion ...
      • Google Music Beta to stream 20,000 songs for free,...
      • Black Bloggertory Blogger Template
      • Simulation Flight Simulator
      • Download Template Silver Showcase
      • Sony implicates Anonymous in security breach
      • Would Google Adsense Ever Ban You?
      • NTS Audio releases Drumloop v1.5 Pro
      • Software Komentar di Blog dofollow
    • ►  April (5)
    • ►  March (2)
  • ►  2010 (113)
    • ►  December (22)
    • ►  November (4)
    • ►  September (8)
    • ►  July (7)
    • ►  May (3)
    • ►  April (11)
    • ►  March (35)
    • ►  February (5)
    • ►  January (18)
  • ►  2009 (143)
    • ►  December (3)
    • ►  October (3)
    • ►  September (12)
    • ►  August (14)
    • ►  July (23)
    • ►  June (1)
    • ►  May (18)
    • ►  April (23)
    • ►  March (36)
    • ►  February (5)
    • ►  January (5)
  • ►  2008 (30)
    • ►  December (1)
    • ►  November (4)
    • ►  October (2)
    • ►  September (5)
    • ►  August (5)
    • ►  July (3)
    • ►  June (6)
    • ►  May (2)
    • ►  April (1)
    • ►  March (1)
Powered by Blogger.

About Me

Unknown
View my complete profile