How To Customize Feedburner Email Subscription Form

by Zaldy Dalisay on January 22, 2009

Feedburner provides a free email subscription service for blogs, that’s what I use for this blog. Here’s my quick tutorial on how you can customize their subscription form to suit your taste or blend your blog’s template:

1. The feedburner’s original code will be this:

<form style=”border:1px solid #ccc;padding:3px;text-align:center;” action=”http://www.feedburner.com/fb/a/emailverify” method=”post” target=”popupwindow” onsubmit=”window.open(‘http://www.feedburner.com/fb/a/emailverifySubmit?feedId=Your feed ID here‘, ‘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=”http://feeds.feedburner.com/~e?ffid=Your feed ID here” name=”url”/><input type=”hidden” value=”your blog name” name=”title”/><input type=”hidden” name=”loc” value=”en_US”/><input type=”submit” value=”Subscribe” /><p>Delivered by <a href=”http://www.feedburner.com” target=”_blank”>FeedBurner</a></p></form>

2.Changing The Background Color:

If you want to change the background color of the form, find this line:

text-align:center;

After it, add this:

background: #00BB11

Just change the color codes with anything that you like. You can use this color chart as a reference.

3. Adding Background Image

To make the form more unique, others add a background image in their feedburner subscription form. To do it, find this line:

text-align:center;

After it, add this code:

background: url(url of your image here);

The code should look something like this:

<form action=”http://www.feedburner.com/fb/a/emailverify” style=”border:1px solid #ccc;padding:3px;text-align:center;background: url(your image url here);”

3. Changing The Width Of The Textbox

If you’re looking to place that form in your sidebar, you’d probably want to change the width of the textbox so it won’t break any formatting you have there, here’s the solution on how to do it. Find this code:

width:140px

change the numbers with whatever size you’d like.

Now, you’ll surely have a much attractive feedburner subscription form if you have followed the tutorials above.

About Zaldy Dalisay
Zaldy Dalisay is a search engine optimization practitioner that provides in-depth consultations to small and large scale businesses in both local and international markets.

Visit my website →

{ 22 comments… read them below or add one }

Radith February 8, 2009 at 5:35 am

FeedBurner

The feed does not have subscriptions by email enabled

i got that message, why was that?

and one more thing, for those who are usinng blog*spot engine shouldn’t copy-paste the code given above, since there are several character that didn’t match between wordpress engine and blog*spot ( i hope my comments usefull )

Radith ^^

Reply

spot@best skype phones February 21, 2009 at 5:03 am

Do you know how to customize the look of the submit button by chance? I know how to change what the button says but not the physical look of it (color, size, etc.). Thanks!

Reply

admin February 21, 2009 at 1:22 pm

you can add this in your template

.button {
background-color: #000000;
font-size: 80%;
font-family:Tahoma;
font-weight: bold;
color:#ffffff; }

then add class=”button” after input type=”submit” value=”Subscribe”

Just change the variables with what you think suits your site.

Reply

ken@Uk web hosting May 2, 2009 at 12:13 pm

Nice tip. like the fact you made codes for everyone and just let them change thier feedburner id.

Reply

French Roulette Online May 6, 2009 at 10:03 am

The e-mail entered in your Feedburner email form does not carry over into the pop-up window. User must re-enter e-mail, so the form is actually worse than a link. I’ve yet to see the feedburner e-mail form function on a hosted Wordpress.org site (there are 1,000 posts on how the form won’t function on Wordpress.com sites, but zero explanation for hosted site, other than it should work). Even the Feedburner email form on ProBlogger.net doesn’t function correctly! We need a hero! (Sorry if I’m a littly crabby, I actually really appreciate your blog.

Reply

Joey May 16, 2009 at 4:39 pm

Wow! great coding. Keep up the good work.

Reply

name July 29, 2009 at 4:08 pm

I want to say thanks!,

Reply

Girlie Lanaque August 18, 2009 at 2:49 am

Im asking how to get the form the feed burner for working abroad

Reply

Pinoy Tambayan November 5, 2009 at 1:51 am

thanks for the info, but where can I find FEED ID?

thanks.

Reply

Courtney Lloyd May 26, 2010 at 9:30 am

Feedburner is really very useful for syndicating feeds from other websites.-*;

Reply

Matilda Mitchell July 19, 2010 at 9:16 am

i always use feedburner to syndicate my blog posts to other subscribers.”`;

Reply

natasha August 3, 2010 at 12:42 am

thank you so much for breaking down the codes. I was able to achieve the desired settings. Have a great day.

Reply

WP Content Plugins August 7, 2010 at 6:36 pm

I am looking for a ready made personalize feedburner subscription form. Is there any one who can make a professional subscription form for me.
Ready outstanding and unique form.

Reply

palla ramarao September 15, 2010 at 9:15 pm

I want a default pop-up of feedburner subscriber form, when a visitor visits my site. i.e the first thing should be a pop-up. just like “mail chimp”. How can I do that?

Reply

dakhis October 21, 2010 at 5:57 pm

I kept on asking this same question until I was divinely led to the link below. I guess it would provide the answer you seek.
Please give me feedback.
God Bless!

http://wordpress.org/extend/plugins/wp-emailfeedburnerpop/

Reply

palla ramarao October 23, 2010 at 4:54 am

@dakhis. Thanks for the reply. But I forgot to mention that I want the same for Blogger platform, not Wordpress!

Reply

Track Lighting Kits December 13, 2010 at 9:10 am

i always syndicate feeds on my subcribers and of course feedburner is definitely a great help ::-

Reply

azmee @ Buka-Rahasia March 4, 2011 at 12:50 pm

thanks, this is the best and easy tutorial I found to customize feedburner subscription form.

Reply

Sarah July 29, 2011 at 3:47 am

This is just what i have been looking for! I am so glad people like you who can figure this stuff out are in this world to help people like me! :) Thanks so much!

Reply

Eva July 30, 2011 at 10:20 pm

AWESOME! Thanks for breaking it down… that is just what I needed.

Reply

Brian August 12, 2011 at 12:13 am

Wow this is just what I needed, I was looking for a way to edit my opt in form like this.

Thanks so much for making it so simple. I tried to contact aweber support but they didn’t know what to tell me! :)

Reply

scholarship resources February 1, 2012 at 10:55 am

The original cod is very interesting, but difficult to understand. I enjoyed the post. The background image addition was very interesting.

Reply

Leave a Comment

Previous post:

Next post: