Top Menu

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tuesday 21 March 2017

How to Customize FeedBurner Email Subscription Form

The original FeedBurner's email form works well for every blog platform and the design is very simple. If you want to customize FeedBurner Email subscription form, follow the steps mentioned below:

  1. You must login to feedburner.com
  2. After you have login, you will find the blogs feed then click on your blog feed url that you want to optimize.
  3. Find Publicize tab above, then on the left side bar expand Email subscription -> Subscription Management.
  4. Your FeedBurner's Email subscription original code looks like this:

<form style="border:1px solid #ccc;padding:3px;text-align:center;” action=”http://feedburner.google.com/fb/a/mailverify” method=”post” target=”popupwindow” onsubmit=”window.open(‘http://feedburner.google.com/fb/a/mailverify?uri=Avoiderrors’, ‘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=”Avoiderrors” name=”uri”/><input type=”hidden” name=”loc” value=”en_US”/><input type=”submit” value=”Subscribe” /><p>Delivered by <a href=”http://feedburner.google.com” target=”_blank”>FeedBurner</a></p></form>

Hope this helps you. All the best!!

No comments:

Post a Comment