Get More Subscribers With An Email Subscription Box
Posted October 19, 2009 in How-To, Marketing 31 Comments »

Many of us freelancers run blogs, and with good reason. Creating a blog is one of the best ways to prove your expertise, build a strong following, and get more clients. Making it easy for your readers to subscribe is a key factor in building this following and growing your blog, and it is a fact — not all of your readers know how to use RSS.
So are you missing out on potential subscribers without an email subscription box? Most definitely so.
If you are unsure what I mean by ‘email subscription box’, see the “Enter your email” field to the right? This allows users to enter their email and subscribe to your blog from every page of your website. They don’t have to click through to another page to subscribe, making it much easier for readers to subscribe.
You will find my subscribe box prominently on the top right of my site Just Creative Design (see screenshot above) and at the top of many other blogs. In this article, I will guide you through how to get an email subscription box for your own blog.
How To Get An Email Subscription Form
Even if you do not know much about HTML, getting the email form on your blog is quite simple… There are two ways of doing it — I will show the easiest way first and then long winded way second (which is how I originally got the code).
Read the second way if you use Typepad or Blogger.
Option One:
- Copy the code below (Ctrl+C)
<form style="padding:3px;text-align:left;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target= "popupwindow"onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=YOURBLOGFEED ','popupwindow','scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="YOURBLOGFEED" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /></form>
- Sign into your blog (preferably a self hosted blog).
- Create a new text widget (or edit the file where you want the email subscribe box to appear).
- Paste (Ctrl+V) the code you copied into the text widget.
- Change the 2 bold parts you see above (YOURBLOGFEED), to the name of your RSS feed. If you are unsure of your feed name, you can sign into your Feedburner account to check.
- Save and your done
Option Two:
This is the long way of getting the correct code for your blog.
- Sign into Feedburner
- Click on your blog’s feed
- Click the ‘Publicize’ tab

- Click ‘Email Subscriptions’ found on the left side bar.

- If you use TypePad or Blogger you can use the Widget they provide. If not, highlight the code found in the first box, then Copy (Ctrl+C)

- If you are happy with that code go to step 8 or if you want to do a bit of easy code tweaking go to step 7.
- OPTIONAL: Editing the code to make the form box look like below.

If you wish to remove the border & ‘Delivered by Feedburner’ or change center alignment to left alignment, read on.
If you want to delete the “Delivered by Feedburner“, delete the line that says this:
<p>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></p>
If you want to delete the border from around the sides, delete this part of the code:
border:1px solid #ccc;
If you want to left align the box (rather than centered) change the word
'center'to'left'
ie. If you did all of the three things mentioned above the code would be:
<form style="padding:3px;text-align:left;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target= "popupwindow"onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=YOURBLOGFEED ','popupwindow','scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="YOURBLOGFEED" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /></form>
Copy the newly edited code and go to step 8.
- Sign into your blog. Create a text widget and then paste the code into the widget (or where ever you want to box to appear). Save and your done!
Questions, Comments, or Tips?
If you’ve got any questions about doing this for your own blog, feel free to ask in the comments and either myself or someone else from FreelanceFolder will be more than happy to help out.
Also, if you’ve had experience with this on your own blog, feel free to add your personal tips and ideas into the comments.
The Unlimited Freelancer is Now Only $19
Unleash the true potential of your business. Get The Unlimited Freelancer and start transforming your freelance business,
now only $19.
Try searching "Getting Clients" or "Productivity"
FreelanceCommunity
Free Resource: Massive Web UI and Button Set
This is a free photoshop set provided by MediaLoot with hundreds of free buttons, boxes, and other useful web elements.5 Fresh and Useful jQuery Plugins Were Born in November 2009
In November 2009, 5 jQuery plugins were born that are new and useful for web designers. Read this post to learn more.How Well Do You Understand CSS Positioning?
The css position property seems easy to grasp, but it works a little differently than it appears on the surface.
Free Report
Sign up for our product discount list to get a free copy of Why Some Freelancers Thrive and Others Barely Survive. You can unsubscribe anytime.
Popular Articles
- SEO Techniques All Top Websites Should Use
- When a Client Can't Afford You: Why It's Still Better to Bid High
- How To Stop Scrambling For Clients And Get A Steady Stream Of Paying Gigs
- A Simple Way To Stop Clients From Rejecting Your Proposals
- 3 Reasons Your Rates Are Still Low (And How To Start Raising Them)




31 Comments
Jacques//An1ken
October 19th, 2009 at 12:44 pmAwesome Post Jacob, Keep up the great posts, this is a simple explanation for any user to add the subscribers box to their site.
Regards,
Jacques // An1ken // Creativeoverflow.net
FreelanceShack
October 19th, 2009 at 1:17 pmA great article and some excellent tips. May I just say, however, that a pop-up box for subscription is a no-no for me. Unless it is used once per IP and will never bug you again. The box you mentioned is, on the other hand, useful.
Thanks!
FreelanceShack
Federico Viticci
October 19th, 2009 at 1:36 pmAmazing post, I’ve just set up a subscription box on my website: http://www.macstories.net/
Thank you!
Mike Smith
October 19th, 2009 at 3:30 pmgood article and good tips. I always make sure I set sites up with the email subscription box because there’s a lot of non tech-savvy users out there still who don’t have a clue what RSS is and what it does :)
Lexi Rodrigo
October 19th, 2009 at 3:31 pmThanks for the step-by-step tutorial Jacob! I admire your online marketing savvy for somebody so young.
I don’t use Feedburner myself. I think I’m just too lazy. And besides, I’m already using Aweber. Is there any reason I should use Feedburner as well?
Thanks in advance,
Lexi
Teen Blogger
October 19th, 2009 at 3:39 pmGreat Post.
I was actually looking around on how to get a email subscribtion box on my blog and you’ve given a greay post on how to get a nice and simple email box on our websites.
Thanks, will be setting on my blog.
Troy Peterson
October 19th, 2009 at 3:46 pmhello,
Great article…
One thing that will improve your signups as well, is to replace “Subscribe” with “Get Updates”.
Many people tend to associate “Subscribe” with some type of committment. This is typically carried over from the old days of Magazine subscriptions, where people had to commit for a year and pay a price.
Even with the name “free” on it, people are still hesitant.
I recommend trying “Get Updates by Email” or “Get Updates by RSS”.
Of course, it’s always good practice to do a/b testing to find the best results… but, it’s well worth the small effort to make the changes.
mari
October 19th, 2009 at 6:36 pmThank you! This is just what I needed, straightforward how-to and the ability to make it look a less cluttered. (My biggest problem with most widgets)
JAy Hoots
October 19th, 2009 at 7:58 pmJust put this into practice and saved a ton of work.! Thanks a ton
Jacob Cass
October 19th, 2009 at 8:22 pmWow, I think I wrote this article about 4 months ago, good to see it finally published!
FreelanceShack,
I haven’t come across a problem with the pop up box – even with most pop up blockers, it still pops up and if it doesn’t most users are savvy enough to realise that nothing happened.
Lexi,
I am not very familiar with Aweber as I have been using Feedburner this whole time. I think some use both though?
Troy,
Interesting point you make there, I am going to update my email box now. Thanks for that. Give and you shall receive heh?
Wellington Grey
October 19th, 2009 at 9:44 pmJust a quick question: is there a way in feedburner to see how many subscribers are doing so via the email box vs rss or does it just give you the aggregate numbers?
Kevin Donnigan
October 19th, 2009 at 10:25 pmJacob, nice post! I’m on my way to get a box now :-)
Troy: You make a fantastic point. I bet everyone who read this just made that change…
Kevin Donnigan
October 19th, 2009 at 11:24 pmJust added the good ‘ol subscription box. Thanks Jacob!
http://www.anythinggraphic.net/blog
:-)
Stephen Webb
October 20th, 2009 at 8:32 amFantastic tutorial! An email subscription box is useful for any freelancer of website where distributing information is key to its success. As good and useful as RSS is, not everyone (particularly older generations) know how to use it, or even what it is.
As such if you only have RSS on your site or blog then you are potentially missing out on numerous potential visitors. I think with the rapid development of RSS the traditional subscription box has been replaced without thought of these visitors.
Thanks for the excellent tutorial here, it is great for any site! Maybe in the future we can see a few more tutorials like this on useful applications for freelancers sites. With the ever expanding library of jQuery applications I’m sure there are more items that can be included!
Juliet
October 20th, 2009 at 9:00 amHi
Very good point! And very comprehensive guidelines. Thank you.
I just need to consider myself to let others know that an email options is a must!
Call me old-fashioned, but I never subscribe to RSS feeds – only email. (I have four websites / blogs of my own and use the internet for a large portion of the day, so it’s not because I’m a newbie.) There have been some websites that I simply haven’t subscribed to because there was no email option.
Perhaps one day I shall “upgrade” but, in the meantime, I like to see e-mail subscription options ;)
Juliet
Char (PSI Tutor:Mentor)
October 20th, 2009 at 5:31 pmThank you! Just what I needed to tidy up the subscription form.
Designium
October 21st, 2009 at 10:44 amVery simple and effective article… ty
Going to try it as well
Jeremy
October 22nd, 2009 at 2:02 amexcellent tutorial on the subscription box, I’ll be sharing this with my freelance clients for sure!
designium
October 22nd, 2009 at 5:14 pmpretty amazing! just tried and in first day got 5 subscribers :D
simple and effective… and you can enjoy your costumers/visitants with some value on form field like i did:
<input type="text" value="icanupdateyou@home" id="search-input"
Harrisburg personal injury attorney
October 23rd, 2009 at 10:58 amJust put one on my site. It’s a really great tool, one that I appreciate more than other subscription forms. Such as another link that will take you to a subscription page, or a pop up subscription. Thanks for the help.
Andrew
Designium
October 23rd, 2009 at 11:23 am@Harrisburg personal injury attorney – In this one you´ve a pop up window to confirm the data and with capta for anti spam !!! :D
Designium
October 23rd, 2009 at 11:24 amAndrew on this one you´ve pop up window also :D
dymphna
October 25th, 2009 at 10:28 pmthank you, thank you, thank you!!! I recently started a new blog and knew I had to add this feature but was not sure how to. You made it simple for me to do.
Rick Blatter
November 6th, 2009 at 9:47 amGreat idea, like the sound of it all
Trackbacks