How to Customize the FeedBurner Email Subscription Form for your Blog

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: Continue reading “How to Customize the FeedBurner Email Subscription Form for your Blog”