How to Customize your Feedburner Email Subscription Form (Part-1)



All of us like to have a good template with matching design and widgets. Feedburner provides a default Email Subscription Widget which may not suit to your templates. This post contains simple techniques to Customize your Feedburner Email Subscription Box.

  1. Your Original Code would be like 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. Change Background Colour:

    To change the background colour, add:

    background: #00BB11

    just after,

    text-align:center;

    So the Code would be:

    <form style=”border:1px solid #ccc;padding:3px;text-align:center;background: #00BB11;

    (For RGB Color Codes Chart, click here)


  3. Add a Background Image:

    To add a background image, add:

    background: url(your image url here);

    just after,

    text-align:center;

    So the Code would be:

    <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);"

    (Change the image URL to add your own)


  4. Change the Width of the Textbox:

    To change the width of the Textbox, you need to alter the code:

    width:140px

    (You can just increase or reduce the size according to your requirements)

    For example:

    <input type="text" style="width:250px" name="email"/>


  5. Add Default Text in the Textbox:

    You can add a default text in the textbox to make it more attractive to the visitors. Just use this simple technique:

    Remove the code:

    <p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p>

    and replace it with

    <input type="text" style="width:240px" name="email" value="Enter your email address" onfocus="if(this.value==this.defaultValue)this.value=";" onblur="if(this.value==")this.value=this.defaultValue;"/>

Need some more customization? Read Part-2 here!



You May Also Like:

Article by Shafar.
About the Author: Tech Freak, Android Lover, Wordpress Addict, Social Media Junkie and the Founder of TipsBlogger.
To submit guest posts to TipsBlogger, please read the Guidelines.

30 Responsesto “How to Customize your Feedburner Email Subscription Form (Part-1)”

  1. Hi Shafar, You always give us an informative post. I had no idea that one could customize our feedburner. I’m having or did have problems just getting into my feedburner awhile back that right now I have no desire to customize anything to do with my feedburner right now. But I am glad to know that we have that choice to pimp our feedburner if we want. Thanks for the info. Your friend…

  2. Shafar says:

    @jj-momscashblog
    Hi JJ, this post contains just simple and minimal tips to customize feedburner email box. Still more tricks are there to make its design more colourful and attractive.I’ll come with more posts on this topic.Thanks for your comments.Keep in touch.

  3. Vincent says:

    I have tweaked the original code a bit to get gray text prefilled within the form field, and when you click on it the text disappears. It lets the form be a lot smaller. Check it out in action at http://offmanhattan.comThe code for this can be found here:http://vcrossley.com/2008/12/customize-the-feedburner-email-subscription-form/

  4. More Useful post,Thanks lot

  5. Fetra says:

    i’ve looking for this tips…good work i like it…. now i can edit my feedburner on my blog http://blogfetra.blogspot.com

  6. great tips! I have just started blogging and i will apply this technique soon

  7. test says:

    great post. may I ask how I get my feed ID and insert in the feedburner email subscribe box?thanks

  8. Shafar says:

    @test
    You can find your FEED ID from your email widget code provided by Feedburner. Refer this post to get the email widget code:How to Add Feedburner Email Subscription Widget to your BlogRegards

  9. Anonymous says:

    Thanx it is working in my Bloghttp://esydownloads.blogspot.com

  10. gisnap says:

    Its really cool, I came to know this really worth visiting, just bookmarked your site.

    http://gisnap.com/
    The place where fun never ends

  11. federico says:

    Thanks a bunch! I have finally been able to tweak my email subscription box.

    Federico
    maitravelsite.com

  12. Alamin says:

    Thanks i just like it but jow can i add it below every post?

  13. @Alamin
    Refer the post given below and replace the social bookmark links code with your feedburner email widget code.
    http://www.tipsblogger.com/2008/12/add-social-bookmark-widgetlinks-to-blogger/

    Sorry to solve this way. I don’t have a post about it yet. :)

  14. bang zul says:

    i like it

  15. Gamedope says:

    Inspiring questions! I would like to see more.

  16. Glenny says:

    You have no idea how long i had to search for something like this! Many thanks! Have used the tips on my blog

  17. I changed the bg color of my form to a light gray. But now, the text boxe and submit button are also gray. Is there some way to make JUST the text box and submit button have a white background?

  18. Also wondering if there is a way to get the “Enter your email address” text to disappear once somebody clicks in the box so they don’t have to erase it themselves.

    thanks!

  19. Shafar says:

    @Tiffany-The Gracious Pantry
    Refer the 2nd part of this post given below to deal with background colors:
    http://www.tipsblogger.com/2008/09/how-to-customize-your-feedburner-email-subscription-form-part-2/

    Regarding “Enter your email address”, the code given in the 5th step is in such a way that when the user clicks on the text box, the default text disappears! Try again now. :)

  20. tech says:

    very nice tip!

    Thanks

  21. nice trips, i need this, thanks

  22. Ayush Gupta says:

    Thanks that was a nice info. Now I will try to modify my widget

  23. Shan Ali says:

    Thanks Shafat for the tutorial. i guess it would be better understood if you post a demo link to the subscription box… anyways nice post.. do visit my blog.. it would be my pleasure to hear from you

  24. dollar mill says:

    thanks, I will try adding a custom text to the subscribe field (e-mail address input field) to make it more attractive. Nice and concise stuff!

  25. FH says:

    The code you’ve given in the 5th section doesn’t allow the text to disappear when someone clicks on it. For some reason, it isn’t working on my blog…

    Can you help me out, please? If you want, I can email you the code.

    Thanks!

  26. Mydul says:

    This was very helpful. Thanks a lot :)

  27. Shafar says:

    @FH
    Try this:

    <input type="text" style="width:240px" name="email" value="Enter your email address" onclick="value=''" />

  28. FH says:

    It worked! Thank you so much, Shafar!

Leave a Reply