HI,
I wanted to know how many subscribers do i have for our word press site. For that i wanted to login to the feed burner plugin. i don’t remember my user id and password, how can i reset or find this info.
Hi:
I’ve activated DEBUG mode in WP 4.4.2 and I’m getting these messages:
Notice: Undefined index: category_name
wp-content/plugins/feedburner-plugin/fdfeedburner.php 194
Notice: Undefined index: cat
wp-content/plugins/feedburner-plugin/fdfeedburner.php 197
Notice: Undefined index: tag
wp-content/plugins/feedburner-plugin/fdfeedburner.php 211
Notice: Undefined index: s
wp-content/plugins/feedburner-plugin/fdfeedburner.php 220
Notice: Undefined index: author_name
wp-content/plugins/feedburner-plugin/fdfeedburner.php 226
Does this give you any clue about what’s happening?
Thanks.
]]>hy i have translated this plugin in arabic how i cant sed you de files ?
]]>Hello!
We are getting this error:
PHP Notice: Undefined index: cat in [...]/wp-content/plugins/feedburner-plugin/fdfeedburner.php on line 197
Seems like a pretty quick fix, just check for isset() first.
Any plans to fix this?
]]>My feed has been interupted several times over the last couple of weeks.
Here is my FeedBurner link https://feeds.feedburner.com/AlbrightIT
Here is my Blog that should be feed to FeedBurner https://albrightit.com/blog/
The setup of FD FeedBurner is super simple and it worked like a champ for several months. I have not changed anything that I am aware of. I have inactivated and eractivated the plugin in hopes of rejuvenating the feed.
Any help would be GREATLY appreciated.
Thanks!
]]>Hello John Watson,
I have successfully installed your FD Feedburner plugin (thank you!), but I am receiving a 404 crawl error from Google for my xml Gallery rss feeds. Below are examples of links to my site from Google Webmaster Tool:
https://filmcutting.com/gallery/jurassic-world/jurassic-world-trailer-screenshots/the-kid-finds-a-blood-stained-hard-hat-ripped-apart/feed/
https://filmcutting.com/gallery/jurassic-world/jurassic-world-image-3/feed/
https://filmcutting.com/gallery/star-wars-the-force-awakens/feed/
https://filmcutting.com/gallery/star-wars-the-force-awakens/star_wars_screengrab2/feed/
https://filmcutting.com/gallery/jurassic-world/jurassic-world-trailer-screenshots/owen-and-clair-jump-from-top-of-a-waterfall/feed/
I am using BestWebSoft’s Gallery plugin. They claim their plugin does not create RSS feeds and that these feeds are created using Feedburner plugin. That is why I am contacting you for your support service.
Regards,
Nick M.
Hi,
In the Plugin settings I mistakenly had a space between https://feeds.feedburner.com/ and my site name. So it looked like this:https://feeds.feedburner.com/ domain
I removed the space and saved.
I uninstalled the plugin and reinstalled it.
Didn’t help.
When clicking on the feed, it is redirected to:https://feeds.feedburner.com/%20domain
Which of course results in an error.
Any suggestion how to fix?
Thanks
]]>Hello,
I successfully installed on 3 different sites but with the last one I only get the first line of the post, both at the feed page and the emails.
Any clues?
]]>Just wondering what are the translation files for? Just for the admin section or else?
]]>I’m runing a WP MU and my Apache logs are literally stuffed with lots of messages like the following, making the logs grow quickly and eat up the disk space:
[Fri Mar 21 07:56:38 2014] [error] [client x.x.x.x] PHP Notice: Undefined index: author_name in /var/www/wp-content/plugins/feedburner-plugin/fdfeedburner.php on line 226
The issue is an easy one to solve. Just check if ‘author_name’ key actually exists on $wp->query_vars before trying to access its contents. I’ve made this patch you might want to apply to the sources of the plugin to solve this behavior.
--- fdfeedburner.orig.php 2014-03-24 10:24:29.521565122 -0700
+++ fdfeedburner.php 2014-03-24 10:35:38.153557900 -0700
@@ -223,7 +223,7 @@
// Get author name
$author_name = null;
- if ($wp->query_vars['author_name'] != null) {
+ if (array_key_exists('author_name', $wp->query_vars) && $wp->query_vars['author_name'] != null) {
$author_name = $wp->query_vars['author_name'];
}
Thanks,
]]>I have made a change in the seettings and as a result when I try to login using wp-admin the system redirects to ?feed=rss2 and I get the message ERROR: This is not a valid feed template and I can’t log into my site. Please help.
]]>I’ve just downloaded fd feedburner 1.46.
There is no Feedburner Plugin sub-menu to configure. I’m using Twenty Twelve theme.
Any assistance much appreciated.
https://www.lifewithbamboo.com
Am I right that I need to manually add all my category feeds in Feedburner?
]]>Hi !
I encounter a problem with your plugin, and I can’t solve it.
I need to exclude some taxonomy feeds from redirect but I can’t.
Can you add a hook or a section in the admin area to exclude taxonomy terms feeds ?
Thanks
??
]]>How do I redirect ‘mydomain.com/activity/feed’ to feedburner with your plugin? I’m using BuddyPress as you may have figured
]]>Hi, Since updating to the newest release of the plugin, it seems that the button on the widget is broken. No text is displayed. Take a look at my sidebar: https://www.theenglishfarm.com/lessons/to-be-honest/ Thanks.
]]>I set it up to redirect the main feed, not the comment feed, and I don’t have any of the Advanced Options checked. It’s not redirecting.
]]>Just so you know, with WP_DEBUG enabled, this plugin spits out a load of notices/warnings. Although I recognize that they’re harmless, it is the only of my >20 plugins to do so and would be nice to get them cleaned up ??
i.e.
[17-Dec-2012 23:18:37] PHP Notice: Undefined index: category_name in /<path>/wordpress/wp-content/plugins/feedburner-plugin/fdfeedburner.php on line 194
[17-Dec-2012 23:18:37] PHP Notice: Undefined index: cat in /<path>/wordpress/wp-content/plugins/feedburner-plugin/fdfeedburner.php on line 197
[17-Dec-2012 23:18:37] PHP Notice: Undefined index: tag in /<path>/wordpress/wp-content/plugins/feedburner-plugin/fdfeedburner.php on line 211
[17-Dec-2012 23:18:37] PHP Notice: Undefined index: s in /<path>/wordpress/wp-content/plugins/feedburner-plugin/fdfeedburner.php on line 220
[17-Dec-2012 23:18:37] PHP Notice: Undefined index: author_name in /<path>/wordpress/wp-content/plugins/feedburner-plugin/fdfeedburner.php on line 226
No Rss feeds are generated with the lastest version of WordPress
]]>Oddly, the configuration options for this plugin are visible to non-admin users. I’ve confirmed by logging in as a “contributor” and you can see and edit the options.
]]>Hi, since the feedburner plugin redirects, is there a way that I can still look at what my “raw” rss feed looks like? I realize I could temporarily disable the plugin to do this, but would rather not do it that way…
]]>Okay, so I know that feedburner plugin redirects all my feeds to one feed on feedburner. That’s great.
But what if I want to make some customizations to my wordpress RSS template? Which one do i customize? There are quite a few different feed types in my wp-includes directory … which one is actually used by feedburner?
Specifically – I have a “featured” image that I want to include in my feed. It’s a custom field…
]]>I just tried subscribing to my page using the Google Reader subscribe button and it grabbed the original URL, not Feedburner. This is after having published several posts since activating the plugin.
I have the Feedburner URL entered into the “Redirect my feeds here” field; the comments field is blank.
Deactivating for now and trying a different plugin.
]]>I would love to have the option of automatically redirecting my category feeds to feedburner, but not my tag feeds. I have lots of tags and I’m not going to create a new feedburner feed for each one, however I do want to have feedburner tracking my category feeds so I have the “Append category/tag to URL for category/tag feeds (https://url_category)” option selected.
However this means that if someone tries to subscribe to a tag feed they’ll get an error.
Any chance the categories/tags auto redirect option could be split so you can choose one or the other?
]]>January 5, 2012 is the last day any feeds worked for me. All had been working fine since May 2011.
Feedburner says the feed is working fine, but no new posts are pulled since January 5th. I cannot even pull them manually.
Please advise.
Website is https://www.hypheninteriors.com
]]>I’ve verified that my Feedburner main feed and comment feed are functioning properly. This plugin redirects the main feed successfully but fails to redirect the comment feed to Feedburner.
I confirmed this by putting my Feedburner comment URL into the Main feed text box. In this case then clicking the main feed link successfully directed to the Feedburner Comment Feed. I then tried placing my Feedburner main feed URL into the comment feed text box and in this instance clicking the comment link did not redirect to the Feedburner URL. In summary I confirmed that the issue is not with Feedburner.
This behavior occurs with both the original WordPress default RSS widget and also the Jetpack RSS widget.
]]>I’m using the fd feedburner plugin and wondered if there’s a way to specify which urls are used in the rss as there’s some ‘blog’ posts on my website that aren’t blogs but used elsewhere but show up in the rss feeds. i can’t see where to do this so wondering if it’s possible and if so, where abouts do i specify it?
]]>#1 in setting up your feed. the link to https://www.feedburner.com/fb/a/addfeed?sourceUrl=https://Epictouch4g.net just goes to google.com. How do I make the feed if this link is dead?
]]>Hmm any chance to get this working for the buddypress activity feed as well?
]]>For a multilingual blog, we need feeds for each language.
It would be great if this plugin could support qTranslate by offering different feed options for different languages.
]]>