Feedburner Subscription Problem
The feed does not have subscriptions by email enabled, then you’re in luck because I may have the solution to this problem.
1. You’ll have to make sure that your feedburner email subscription settings is enabled. Click on the Publicize tab. Then click on email subscriptions (it should have a tick beside it if it’s already enabled). Scroll to the bottom of the page and it should say whether it’s enabled or not.
2. Incorrect parameter values on your feedburner subscription form. You can simply your parameter like this especially for Premium Wordpress theme that I use. From Header.php set like this :
<div class=”subscribeform”>
<p>Subscribe via Email </p>
<form action=”http://www.feedburner.com/fb/a/mailverify” method=”post”>
<input type=”text” value=”" name=”email” class=”input” />
<input type=”submit” class=”sbutton” value=”Subscribe” />
<input type=”hidden” value=”http://feeds.feedburner.com/~e?id=dktt5lc37ncv6j0il521dfieps” name=”url”/>
<input type=”hidden” value=”ArticleTalks” name=”uri”/>
</form>
</div>
Ok That’s All, Good Luck…
Related posts:
- Free About 350 Search Engine Submission Do you have difficulties to do search engine submission ?...
Related posts brought to you by Yet Another Related Posts Plugin.
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Hari,
Is this the fix that we use for the Flexx Theme from Ithemes? They have a Feedburner widget but for some reason it is not picking up the email subscription.
Thanks…