I've been using Feedburner for years. Their email subscription feature allowed me to let my subscribers receive an email letting then know when a new post was published. That feature was shut off on July 1st, 2021,and I'm trying to find a substitute for that. My VPS can send emails, but all of them are detected as spam. I've tried to fix that by adding SPF, DKIM (setting up OpenDkim) and DMARC on my domain, but I've probably made some …
I own several podcasts and faced the problem of changing rss feed on different podcast directories several times when I changed hosting. I have been looking for a solution to this problem for a long time and at the moment the best option is to create a new RSS address via FeedBurner. And when the RSS feed of the podcast changes, I just need to change the incoming feed in the feedbuner. No need to change rss feed on podcast …
I want to use Google Adsense code snippets in my blog posts, so in my single.php. However, when I do so, then my RSS feed becomes invalid because of the javascript code in the content and the feed won't be updated anymore. Is there ANY way to fix this? I still have the Google Adsense code in the sidebar where it's not causing any issues. I've seen lots of blogs that have Google ads in their blog posts and a …
I searched the whole internet, including this website, but there is no written way on how to remove the enclosure url from the WordPress feed. I want to remove it because FeedBurner is adding the image url directly in the email that it is sending to subscribers. The reason doesn't really matter I guess, so simply how to remove enclosure url from the feed? <enclosure url="https://example.com/wp-content/uploads/2017/04/whatever-image.jpg" length="5873907" type="image/jpeg"/> the feed also has this line, which I also want to remove: …
I would like to create a shortcode like [feedcount] in my wordpress blog to display Feedburner subscription count as plain text on some of my posts/pages. Moreover, I'd prefer in the case that the Feedburner API is not unavailable, the shortcode shows "many other" instead of the count. How can I do that?
Our site has a persistent login form on every page of the site, so of course we need to keep every page served over SSL. However, we've since discovered that Feedburner doesn't like secure feeds. Is there a way to deliver the entire site via https, except for "http://nplusonemag.com/feed"? .htaccess? Action hook? Edit: I should have shared my .htaccess rules. These are obviously not working. RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !/(feed|robots\.txt|favicon.ico) [NC] RewriteRule ^(.*)$ https://nplusonemag.com/$1 [R=301,L] # Force non-SSL for …
I am using feedburner (give it the url of my RSS feed). Each of my feed item have an image, is there a way to lower the actual image size so that people dont have to download the real size? EDIT FROM COMMENTS The url of the image is one of the item description. I resized it : <img width="200" height="200" border="2" {{data['child']['']['image'][0]['child']['']['description'][0]['data']}} /> so that it has a smaller size. But then I realized that for mobile user we …
This is the error I get from feedburner. "The URL does not appear to reference a valid XML file. We encountered the following problem: Error on line 573: The element type "link" must be terminated by the matching end-tag ""." http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.cmchatlive.com%2F There is an opening <head>, tag but for some reason it is begin bypassed. Please advise.
Would anyone happen to know why I keep getting the error: "The URL does not appear to reference a valid XML file. We encountered the following problem: Error on line 163: The entity "raquo" was referenced, but not declared." When I put CmChatLive.com into feedburner? http://feedburner.google.com/fb/a/addfeed I am unable to edit the output of that title entity.
Is it possible to reduce the image size of WordPress rss feeds parse to feedburner? Meaning to say I still want to retain the large image size on the original post page but only display the thumbnail or medium sized image when subscribers are reading it via feedburner.
Is there a way to publish certain posts, silently without updating the feeds and those posts also should not appear in the home page. Appreciate your help.
I have setup the FD Feedburner plugin. I want to get feeds for each of my categories. Do I need to manually create feeds for categories in Feedburner? or Does the plugin automatically create feeds for categories. Here is another older link to the plugin
Does Feedburner send out notices about PAGES that are created or updated in WordPress, or just POSTS? My client doesn't want emails going out about his PAGE content, but I can't find anything at Feedburner that states that it deals with POSTS only, not pages. Thank you!
I was using FD Feedburner Plugin for feeds redirection to feedburner, but now after updating to WP 3.5 it stops working. Is there any feedburner plugin which forks for WP 3.5 ?
I really have no idea how to figure out what exactly is wrong and so I'm seeking help here. When I try to validate my feed I get the following error message: XML parsing error: <unknown>:8:17928: mismatched tag ... d/show_ads.js">/*<![CDATA[*/<p>/*]]>*/</script></div><p>The next day I h ... The source is the original feed URL, not Feedburner itself, of course. The .js is from Google Adsense that I have implemented in my blog posts recently. I also get this: In addition, interoperability with …
So many of you know that Feedburner is a great (free) tool for sending out newsletters. The problem is that if you add content everyday, everyday emails will be sent out. I'd like to control on functions.php how I could "update" the feed only 2-3 times a week, so emails from Feedburner would be sent only on these days. I thought about using something with: $d=date("D"); if($d=="Fri")... But I don't how this could be done with actions. Could someone help? …
I've searched around and can't find anything on this, so thought I'd see if y'all could help. I am successfully scheduling posts and having them publish - no "missed schedule" problems - but when a scheduled post is published, WordPress does not ping Feedburner, and my feed is not updated. I can manually go into Feedburner and update the feed, but that's a pain (well, it's easy, but I forget to do it! that's the whole point of scheduling posts! …
I just made my wordpress website live finally and now trying to set up the RSS. I came across a couple tutorials saying that you have to go to www.yoursite.com/feed copy the link and place it into the URL area in your feedburner account. However what happens if nothing shows up when you go to www.yoursite.com/feed ? It says the URL does not exist, however I have a blog on the site. Is it because my permalinks aren't set to …
There are many tutorials out there, but all of them give you the same code snippet. I put it into my htaccess file, but the feeds are not being redirected. I don't want to use a plugin. I'm sure the code works. I need to figure out why it doesn't work for me. Here's part of my code: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php …
just done on my feed burner, I noticed however, that author is not being labeled in the RSS feed: http://feeds.feedburner.com/BiotechStart . How should I able to do that? any idea please.