
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.
<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>
To change the background colour, add:
just after,
So the Code would be:
(For RGB Color Codes Chart, click here)
To add a background image, add:
just after,
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)
To change the width of the Textbox, you need to alter the code:
(You can just increase or reduce the size according to your requirements)
For example:
<input type="text" style="width:250px" name="email"/>
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!
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…
@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.
nice tips
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/
More Useful post,Thanks lot
i’ve looking for this tips…good work i like it…. now i can edit my feedburner on my blog http://blogfetra.blogspot.com
great tips! I have just started blogging and i will apply this technique soon
great post. may I ask how I get my feed ID and insert in the feedburner email subscribe box?thanks
@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
Its work!. http://wisencare.blogspot.com
Thanx it is working in my Bloghttp://esydownloads.blogspot.com
Its really cool, I came to know this really worth visiting, just bookmarked your site.
http://gisnap.com/
The place where fun never ends
Thanks a bunch! I have finally been able to tweak my email subscription box.
Federico
maitravelsite.com
Thanks i just like it but jow can i add it below every post?
@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.
i like it
Inspiring questions! I would like to see more.
You have no idea how long i had to search for something like this! Many thanks! Have used the tips on my blog
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?
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!
@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.
very nice tip!
Thanks
nice trips, i need this, thanks
Thanks that was a nice info. Now I will try to modify my widget
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
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!
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!
This was very helpful. Thanks a lot
@FH
Try this:
<input type="text" style="width:240px" name="email" value="Enter your email address" onclick="value=''" />
It worked! Thank you so much, Shafar!