I have been receiving requests from many readers to tell them how to customize the FeedBurner Email Subscription Form and today I came across a Blog Catalog discussion by a friend who wanted to know the same. So I decided to compile a How-To about the same.

So here’s it. Let us look at the HTML code of the Feedburner Email Subscription Form


{form style="border: 1px solid #cccccc; 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=1514663', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">Subscribe to Inspirit Blog's RSS Feed via Email:{input style="width: 160px" name="email" value="http://feeds.feedburner.com/~e?ffid=1514663" type="text" /}{/form}

Replace all curly brackets { and } to pointed brackets < and > please; Do a find and replace.

Explanation of the code:

form style="border: 1px solid #cccccc; padding: 3px; text-align: center

Change the border by changing the value against border; px implies width in pixel. In above line of code, the border is 1 pixel-wide.

Change the color of form by varying #HTML color. The color is specified as #RRGGBB where R is red, G is green, B is blue. The combinations can be set by using the hexadecimal values for each R G B i.e 0 to 9 and A to F.

Change the padding of the form, again measured in pixel width, by varying the value against padding in the above line of code.

Change the text alignment by varying the value against text-align in the above piece of code. You can chose : left, right or center.

action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/
emailverifySubmit?feedId=1514663', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">

Keep this part exactly the same, just replace the feedId shown in red color with your own feedId that is same as the number in the end of the link to your dashboard at Feedburner. This part of code opens a separate Pop-up window measuring 550×520 px.

{input style="width: 160px" name="email" value="http://feeds.feedburner.com/~e?ffid=1514663" type="text" /}{/form}

This part tells you the width of the input form as displayed on your blog. Change the parameter against width in the above piece of code to vary the width of input form.

*****

Go Ahead! Play with the HTML code and customize it appropriately for use on your blog. Don’t forget to change the feedId; and replace { with < & } with >.

If you liked my post then :::

Subscribe to Inspirit Blog’s RSS Feed via Email:

44 thoughts on “How to Customize the FeedBurner Email Subscription Form for your Blog

  1. Pingback: 4 tips to increase your Feed Readers (written by DailyBlogTips Writing Projects Participants) | JackBook.Com
  2. Hey Abhinav! REALLY HELPFUL post here! Well done, keep it up! =)

    Btw, I need to ask you if we can insert a custom field for name so that we can send out E-mails to subscribers like an autoresponder..

    That would really help me reduce the cost of running my blog!

    Thanks! =)

    1. There’s no way you can do that because even if you insert a custom field for name (that’s easy HTML!), FeedBurner won’t use that while sending your RSS via email.

      This is a nice idea though! I can try writing to Feedburner suggesting the inclusion of this feature in a future update.

      Thanks for commenting πŸ™‚

  3. Very useful tutorial indeed i was thinking of putting an email subscription form at the end of my post since ages but never figured out how to do it.

    But thanks to your tutorial now all my post have a footer signature asking for email subscription.

    Predeeps last blog post..The Extinction of Dinosaur Marketers Part 1 [Digg]

  4. Pingback: Syndication & RSS | Really hot mail
  5. 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).

  6. Good advice is something a man gives when he is too old to set a bad example.–Louis La Rochefoucauld (1777–1815)

  7. That’s a really useful tutorial. I never really liked the feedburner email box so I will have to try that. Thanks for the tips πŸ™‚

    One of the other things I’d like to learn how to do is write your own contact form – I’ll have to see what other tutorials you have on here πŸ™‚

  8. P.S.- You might want to check your plug-ins, especially if you’ve recently upgraded to wordpress 2.6 & make sure they’re all up to date – I got a long list of database errors after posting my last comment instead of going back to the page, but the comment did post.

    1. I was playing around with the Permalinks here, and those were the errors showing up there for some time. I believe all my plugins are working fine, but I’ll see if any other commentator faces this issue. If there will be any problem, I’ll work to fix that asap!

  9. Not bad,im gonna customize mine right now

    Jigsawmans latest published blog-post ………. DropJack:Will this be the next Digg

  10. Abhinav – thanks for a very helpful post! I’m using WordPress as well and would like to know how you get the email subscription box to come up under each of your posts.. that’s brilliant! (Sorry am a bit new at this so don’t know where to put the code.. please help!)

    Thanks!

    Pratishs latest published blog-post ………. September 5, Teachers Day in India

  11. Very useful post for non-techies like myself. Thanks.

    Troy Penticos latest published blog-post ………. Always Use Juicy Snippet Text

  12. Nice post. The fact you took the time to show the code for feedburner email subscription and how to change it for each thing makes this easy for anyone who wants to try it.

    I liked your post on targeting certain people for sites with adsense also.

  13. “Don’t forget to change the feedId”

    You could have left this out & maybe other blogs would be signing people up as subscribers for you πŸ™‚

    Also, you can wrap your html in tags, so that you don't have to use { } braces in your code demos. But this is just nit-picking, thanks for the tips.

    1. The feed publisher decides whether he wishes to send images through the feed or just the content so that the subscriber has to visit the blog to come see those!

      If the emails that you receive from Feedburner have no images, that’s none of your faults – its only because the publisher has not chosen to send them via their email RSS feed.

      Abhinav Soods latest published blog-post ………. CSSJockey in Alexa Top Million!!

  14. when people subscribe, they get an activation email from “FeedBurner Email Subscriptions”. can i change that so it comes from “MySite Email Subscriptions”

    thanks

  15. Wonderful. I had been looking for this for such a long time. Thanks to Google, finally I found it here. You have got a nice tech blog here. Cheers!
    .-= TechChunks@Tech Chunks – Chunks of Tech Tips, Tricks and Tweaks´s last blog ..World’s First Motion Sensitive Headphones from Sony Ericsson – MH907 =-.

  16. This sounds to be a pretty easy codes to follow,thanks and I hope to learn more here.Kudos to you!

  17. Low Interest Student Loan

    Whether you’re looking for your first student loan, or your trying to figure out how to pay off the ones you have this article will have all the information you need to make the process easier

  18. Pingback: The Internet Marketer of Today Needs to Incorporate Blogging Into Their Business In Order To Stay Competitive
  19. Does anyone know how to change the appearance of the Email Subscription Request page (the ones which prompts users to enter captcha)? I need to add my logo instead of feedburner logo and change the color of the pop-up to be matching with my web site colors.

    Any suggestions?

    Darshani

  20. Thanks for taking the time to walk us through customizing the Feedburner Form.

    I have the same question as Darshani. I can edit the HTML of the email subscription form, but how can I make the pop up window follow my CSS?

Leave a Reply to Robert Mann Cancel reply

Your email address will not be published. Required fields are marked *