October 11, 2011

Widgets

Subscription Box: Add an Attractive One Below Posts


rss formAlhamdulillah I am back to work and today we are going to make a high quality RSS subscription box with no images or complex scripts. Alerting your visitors to subscribe at the bottom of your posts often help in increasing the number of your blog subscribers. The more readers you get the faster your blog grow. Providing visitors with easy and clean options to subscribe and bookmark should always be your first priority. I managed to design a simple box using CSS3 gradient and text shadow effect to create a container with RSS form inside it. The widget will stick to the bottom of your post and will let your visitors to submit their email addresses and subscribe to your FEED updates. Surely the best way to draw attention!

 


Live Demo

Add it to Blogger

  1. Go to Blogger > Design > Edit HTML
  2. Backup your template
  3. Check the "Expand Widget Template" box
  4. Search for this,

<data:post.body/>

    5.   Just below it paste this code,

<style>
#mbt-sub-box{background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#1a2638));;border:1px
solid #1A2638;border-radius:10px; margin-bottom:10px;padding:10px;text-align:center;background: -moz-linear-gradient(top, #333, #1a2638)}

#mbt-sub-box h1{margin-top:5px; color:#FFF;font-family:georgia;font-size:25px;margin-bottom:5px;padding:0;text-shadow:0 2px 3px #000;line-height:35px}

#mbt-sub-box input{background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 transparent;border:medium none;border-radius:10px 10px 10px 10px;font-size:14px;padding:10px;text-shadow:1px 1px 0 #FFF;width:280px; color:#666; font-family:georgia; margin-bottom:5px;}

#mbt-sub-box .submit{background: -webkit-gradient(linear, left top, left bottom, from(#369a18), to(#205f0d));background: -moz-linear-gradient(center top , #369A18, #205F0D) repeat scroll 0 0 transparent;color:#FFF;cursor:pointer;font-weight:bold;margin-left:20px;text-shadow:0 1px 2px #000;width:120px; font-family:georgia; margin-left:5px;}

#mbt-sub-box .submit:hover{background: -moz-linear-gradient(center top , #46B725, #205F0D) repeat scroll 0 0 transparent}

#mbt-sub-box .submit:active{background: -moz-linear-gradient(center top , #46B725, #205F0D) repeat scroll 0 0 transparent}
</style>

 

 

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='mbt-sub-box'><h1>Subscribe To Get FREE Tutorials!</h1><form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=tntbystc&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'><center> <input name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Enter Your Email Address...&quot;;}' onfocus='if (this.value == &quot;Enter Your Email Address...&quot;) {this.value = &quot;&quot;}' size='30' type='text' value='Enter Your Email Address...'/> <input name='uri' type='hidden' value='tntbystc'/> <input name='loc' type='hidden' value='en_US'/> <input class='submit' type='submit' value='Subscribe'/></center></form></div>
</b:if>

 

Now make these changes,

  • Edit the highlighted yellow text to anything you like. It will appear at the top of the input box.
  • Now replace http://feedburner.google.com/fb/a/mailverify?uri=tntbystc with your Feedburner Email Feed link. You can get it by visiting your feedburner account then navigate to Publicize and then to Email Subscriptions.
  • Replace tntbystc with your feed title. It appear at the end of your feed link. In my case it is http://feedburner.google.com/fb/a/mailverify?uri=tntbystc

       6.    Save your template and you are all set!

Visit your blogs to see the new eye-catching change. I am sure this will greatly increase the number of your blog subscribers. My coming posts will share different color variations of the same widget. I hope you find it help. :)




If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!

If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »

36 comments:

Admin on Oct 12, 2011, 12:23:00 AM said... #

AWESOMEEEEEEEEE !!!!!!!!
I am using it now :)
Great Mustafa Bhai
May Allah Bless You

Regards
www.skfanclub.com

Totalclicks on Oct 12, 2011, 12:29:00 AM said... #

Mustafa can you please make an article about Google Webmaster 404 error for blogger............????

Admin on Oct 12, 2011, 9:21:00 AM said... #

nice post........ :)

http://www.freeaccalectures.blogspot.com/
http://www.accountancystudents.net/

Aditya on Oct 12, 2011, 9:49:00 AM said... #

nice post waiting for your seo articles......
Free gprs tricks

Anonymus Never Forgive on Oct 12, 2011, 10:04:00 PM said... #

Hi Mustafa bro,

I am unable to find that '' :(
Is there any other tag that we can find istead of .

One thing more I want my blog to be in certain design like I want my post to be shown in some specific manner.Would you please guide me to solve that??
If yes then how can I contact you?

I would be greatly thankful to you.

Rommel Ismail on Oct 13, 2011, 3:46:00 AM said... #

Hi Mustafa,

This is definitely the best among the subscription box below post for blogger that i've seen. Thanks for sharing this, I've already add this to my computer tips and tricks blog. I'll be waiting for more greats tips and widgets for blogger.

yAhyA on Oct 13, 2011, 12:27:00 PM said... #

Good one Mohammad Bhai :)

Mohammad Mustafa Ahmedzai on Oct 14, 2011, 12:00:00 AM said... #

@afridi
Always welcomed haider :)

@total clicks
Please read this:

http://www.mybloggertricks.com/2011/09/remove-blogger-sitemap-errors-in-google.html


@Anonymous never forgive
Make sure you have check the "expand widgets template" box
Else search for this data:post.body
This code exists in all templates pal.
To show your posts in some ordered manner like columns and rows then you will need to edit your template thoroughly. However I recommend the magazine look which I am using on this blog.
You can ask me all related problems on this blog pal. Always welcomed :)

@Rommel
My pleasure buddy. I am glad you found it useful :>

@yahya
Thank you pal. :)

Tamil arasan N on Oct 14, 2011, 8:12:00 AM said... #

thanks bro,its works in my blgger
www.techradarinfo.blogspot.com

Tamil arasan N on Oct 14, 2011, 8:16:00 AM said... #

bro how to change the Background Color ??
check my blog site www.techradarinfo.blogspot.com,

give me the color code to my blogger backgroud bro

Mohammad Mustafa Ahmedzai on Oct 16, 2011, 3:21:00 PM said... #

@Tamil

USe this CSS code instead


#mbt-sub-box{background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#1A3820));;border:1px
solid #1A2638;border-radius:10px; margin-bottom:10px;padding:10px;text-align:center;background: -moz-linear-gradient(top, #333, #1A3820)}

#mbt-sub-box h1{margin-top:5px; color:#FFF;font-family:georgia;font-size:25px;margin-bottom:5px;padding:0;text-shadow:0 2px 3px #000;line-height:35px}

#mbt-sub-box input{background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 transparent;border:medium none;border-radius:10px 10px 10px 10px;font-size:14px;padding:10px;text-shadow:1px 1px 0 #FFF;width:280px; color:#666; font-family:georgia; margin-bottom:5px;}

#mbt-sub-box .submit{background: -webkit-gradient(linear, left top, left bottom, from(#369a18), to(#205f0d));background: -moz-linear-gradient(center top , #369A18, #8FC323) repeat scroll 0 0 transparent;color:#FFF;cursor:pointer;font-weight:bold;margin-left:20px;text-shadow:0 1px 2px #000;width:120px; font-family:georgia; margin-left:5px;}

#mbt-sub-box .submit:hover{background: -moz-linear-gradient(center top , #46B725, #86BB18) repeat scroll 0 0 transparent}

#mbt-sub-box .submit:active{background: -moz-linear-gradient(center top , #46B725, #205F0D) repeat scroll 0 0 transparent}

Hope this suits :)

Jalil ur Rehman on Oct 16, 2011, 8:14:00 PM said... #

It's the best Blogger widget I've seen yet. Thank you very much for this amazing and stunning widget. You can see this widget hanging in my site: http://freshtips.blogspot.com

Jitendra (Author) on Oct 19, 2011, 7:22:00 AM said... #

Wow!! amazing post, this will really helps us to drive traffics to our blog/websites... thanks for sharing

Malik on Oct 20, 2011, 10:28:00 AM said... #

hmmm...... thats amazing it will make blog more attractive


http://internetricks4u.blogspot.com/

Raymund Hensley on Nov 27, 2011, 9:54:00 AM said... #

Excellent!

Berbehari on Nov 29, 2011, 7:38:00 AM said... #

Top notch bro.May Allah reward you. Excellent work. Thanks to you, the number of my subscribers increased.Just one question.Some of them forget to activate subscription.Could I somehow make the widget higher and then below write in my language that they need to respond to a verification mail?

Thanks man. Wish you all the best.

Smart Jafar on Dec 3, 2011, 1:53:00 PM said... #

Hey...plzz...say.... How Can i get a Feed Link ???

Tshewang Gyeltshen on Dec 6, 2011, 10:14:00 AM said... #

I was unable to find the feedburner email feed; help please

Endy on Jan 16, 2012, 6:04:00 PM said... #

thanks man,,

alhamdulilah, firts try and succes...

maybe tomorrow, i'l change the color..and add some effect..

Ranjit Singh on Feb 4, 2012, 12:13:00 PM said... #

hey bro,,this is not working on my blog...is it so because i have applied hack related posts with thumbnails??
www.jobsonchoice.blogspot.com

Ranjit Singh on Feb 4, 2012, 12:15:00 PM said... #
This comment has been removed by the author.
Mobile Millions on Mar 10, 2012, 10:50:00 PM said... #

thanx this one works gr8

Surabhi Surendra on Apr 6, 2012, 3:22:00 PM said... #

Hi Mohammad,

I really like your blog and consult it for every modification on my blog. I tried adding this subscription box form but it is not showing on my blog. Can you please help me?

My blog is www.womanatics.com

game4cb.co.cc on May 20, 2012, 12:23:00 PM said... #

nice working in my game blog http://www.game4cb.co.cc

omarshah29 on Jul 31, 2012, 9:02:00 AM said... #

Assalmualikum. Mustafa Bhai i tried everything. but im unable to get it.

see this is what i did

1. found the "" using search. i Found 2 entries in the HTML

2. Pasted your code and edited as you asked me to.

3. clicked on preview - didn't work :(

4. pasted your code under both the

5. repeated the procedure, didn't work.

im sure of the feed link im using. go it from my feed account as you instructed. please help :) jazakAllahu khairan.

omarshah29 on Jul 31, 2012, 9:03:00 AM said... #

Oh this is my blog link btw, just incase you need it

www.the-finalrevelation.blogspot.com

Upsc Arena on Aug 12, 2012, 10:09:00 PM said... #

you have made my way very easy by this posts and gadgets..my blog.. www.upscarena,blogspot.com

KakaruKoireng on Sep 10, 2012, 9:23:00 PM said... #

I want "Enter your email address here" to disappear when a mouse is clicked in the input box. How do I do? Please help

Mohammad Hamza Frough on Sep 17, 2012, 6:01:00 PM said... #

Buddy It's Not Working

Christopher E P on Oct 13, 2012, 10:37:00 PM said... #

A great and simple subscription box. I have been looking for something like this.

kshitij jain on Oct 21, 2012, 11:34:00 PM said... #

how to decrease the width???????????

Aqib Shahzad on Dec 7, 2012, 11:05:00 AM said... #

works for me
nice tutorial mustafa bhi
thanks alot

Muhammad Arsalan Yousuf on Dec 25, 2012, 4:25:00 AM said... #

thanks for this widget but I also want to add some social media button follow buttons this widget how is it possible can some one please tell me?

Chandan Kumar Rana on Dec 28, 2012, 6:42:00 AM said... #

Thanks for the nice widget keep posting I am adding it to my tech blog Visit my home page:)

Stefn Sylvester on Apr 15, 2013, 2:57:00 PM said... #

Hi... I inserted the code and did everythihg, but cant view it in my blog. The stuff isnt showing. Please what do I do?

James Preston on May 16, 2013, 12:07:00 PM said... #

Yep, also not working for me. Bummer. Did everything correctly as instructed. :-(

Click Here To add Comment

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. No cheesy/spam Comments tolerated Spam comments will be deleted immediately upon our review.

Regards,
Mohammad

Support Us

If our Tutorials have helped you a little, then kindly spread our voice using the badge below:-

or try a Beautiful Banner


Widgets

 
  • MBT Icons and buttons

    Icons and Buttons

    Our resources have been successfully downloaded over 10K times and found almost every where. Get yours!

  • choosing webhost for a blog

    Why HostGator?

    Learn Why we chose HostGator as our Web Host and find discount coupons to kick start your blog today!

  • SEO Settings for blogger

    ALL IN ONE SEO PACK 2012

    Learn every single SEO tip that will boost your blog's ranking and organic traffic. We got them all!

  • Blogger widgets and plugins

    Visit MBT's Blogger LAB

    Why not take a tour of all great Blogger widgets published so far? You Name it we have it!

  • become a six figure blogger!

    Become a SIX FIGURE BLOGGER

    Learn what it takes to become a successful entrepreneur and build a living online!

About The Author

Hi! I am Mohammad, a certified SEO Consultant, Pro Blogger, Computer Engineer and an addicted Web Developer. Read More..

Recipes

SEO Affiliate Marketing Social Media

Make Money Online Web hosting

Blogging Tips Web Designing

Plugins and Widgets Blogging Ethics

Recent Comments

Popular Series

Powered by:

My Blogger Tricks © 2013. All Rights Reserved | Contact |