Is PubSubHubbub automatically supported for every Feedburner feed
I read here it's an option which must be turned on, but maybe it's changed since then.
View ArticleWhy isn't feedburner working on my WordPress Blog?
I seem to be having an issue setting up Feedburner on my blog. watch the video below, I believe I'm doing everything correctly.https://www.youtube.com/watch?v=IsyrwjdCNV0
View ArticleHow to redirect multiple URL's on subdomain (feedburner mybrand->Wordpress)
I use feedburner for my site but using my own URL/subdomain (using their mybrand service). So I have multiple feeds that look like:feeds.mysite.com/mainfeed feeds.mysite.com/podcastnameI want to stop...
View ArticleWordpress private posts and Feedburner - do they trigger an email?
This seems like a simple question but can't find an answer anywhere online.I have a Wordpress site that, whenever a post gets published, pushes an email out to feedburner subscribers. Very straight...
View ArticleHow to get all feed history from feed burner chanel?
I want to read all feeds from feedburner channel like THIS using java, now trying with ROME library but I'm only getting 50 entries. How to get all entries? I'm using the rome example code to read a...
View ArticleRSS feed does not validate on wordpress
I have an error message when I click on my site's rss feed url (both from feedburner and the original atom feed):"This page contains the following errors:error on line 2 at column 6: XML declaration...
View ArticleFeedburner RSS url variable for number of items in feed?
I'm parsing another blog's content by reading their Feedburner RSS feed...Example: http://feeds.feedburner.com/WebsiteNameHere?fmt=xml...but the feed only returns 10 items. Is there a URL variable to...
View ArticleHow to add some content on header and footer in Google Feedburner message body
Now before three days, I 'm searching the options for adding the some content in header and footer in our daily feedburner . So please help me and provide the solution how can I do it. Needed :In the...
View ArticleBrowsers can read my feed but Feedburner says it can't locate it?
I have a Wordpress-powered blog on my site and the default feed URL is http://www.peppyburro.com/blog/feed/. When I open this link in Firefox, it neatly displays the feed without a fuss. On Chrome, it...
View ArticleExtract Image from RSS Feed in XML
I am trying to display my Wordpress feed directly into my external magento site. I am using feedburner to achieve this result. So far i have been able to display the blog title & link. To improve...
View ArticleResize img tags in a Wordpress feed
I would like to update the_content_rss in WordPress so it would fit feedburner. It would need to find every img tag, see if it has a width and height set. If they are larger than 600 they should be...
View ArticleRSS feeds to Email, on the fly
I have a web app that generates RSS feeds. I would like to offer users the ability to subscribe to these RSS feeds by email. I know I can use Feedburner to manually burn my feeds and offer email...
View ArticleCustom ATOM Feed Duplicates my entries in Google Reader
I've got an issue with an ATOM feed that I am generating and the entries being duplicated in readers.I've developed a C# class for creating ATOM feed entries, and ultimately a full feed object from my...
View ArticleGoogle Adsense for rss feeds with parameters (user-created feeds)
I have a website where users can select some options and based on the selected values an atom feed will be generated.Now I would like to add ads to the feed using Google Adsense, which points me to...
View ArticleSplit a feed of Feedburner into multiple feeds by label
How can I separate my feed of FeedBurner into multiple feeds? My one is posted to FeedBurner from blogger.com and has category tag, which is label in Blogger. I tried to split items by label with Yahoo...
View ArticleHyperlinks in custom Atom feed don't work in feed readers
I'm trying to generate an Atom feed for my link blog and distribute it with FeedBurner. I've run into a strange problem where neither the original XML file on my server, or FeedBurner's feed, display...
View ArticleFeedBurner Subscriber Counter?
I am looking for a PHP script that will simply display xxx subscribers who has subscribed to my feedburner feed.I looked on Google but the ones I did find either did not work as they are old scripts or...
View Article$feedburner_id declared in newsletter.php is not available in n-feedburner.php
I have two php files namely:newsletter.php, andn-feedburner.phpLet me first tell you what is the code written in n-feedburner.php→The relevant code in the newsletter.php looks like this...
View ArticleHow to decode Feedburner result containing \x3c and so on
Feed burner changed their blog service return results that it returns blocks of javascript similar to:document.write("\x3cdiv class\x3d\x22feedburnerFeedBlock\x22...
View Articleget feedburner feed on httpS
We are grabbing our feed at feedburner by using the jquery jGFeed plugin.this works great until the moment our users are on a httpS:// page. When we try to load the feed on that page the user gets the...
View ArticleGetting raw XML data from a Feedburner RSS feed
For an Android app I am currently working on, I would like to be able to parse raw XML data from an RSS feed and display it. The RSS feed in question uses Feedburner for publishing, and my Google-fu...
View ArticleHow i do I remove JavaScript code from Google feed form
I have line of code for my email feed subscription But my we web page do not support JavaScript<form style="border:1px solid #ccc;padding:3px;text-align:center;"...
View Articleblogdown rss feed broken, links don't have domain name
I set up a blogdown site following instructions from https://bookdown.org/yihui/blogdown/ repository on Github, deployed via Netlify, using the XMin theme. After setting it up I updated the rss feed...
View ArticleHow do I show feed from Blogger into HTML5 website
I've been using feedwind in my HTML5 website to show the content of my blog in Blogger, but for some reason is not showing main images. So I'm looking for an alternative that works.To put the Blogger...
View Articlehow to ping feedburner in aws lambda(python)?
import requests UserAgentString = {'User-Agent':'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'}FeedPingUrl = 'stores already...
View ArticleXML declaration allowed only at the start of the document
My blog feed show error today:This page contains the following errors:error on line 2 at column 6: XML declaration allowed only at the start of the documentBelow is a rendering of the page up to the...
View ArticleError with the Feedburner for my wordpress website
This is my Wordpress website: https://noshdaily.com/The https://noshdaily.com/feed/ feed is already there, however, when I am trying to use https://feedburner.google.com I am getting the following...
View ArticleMoving Away From Feedburner Mybrand
With recent changes announced for Feedburner, I want to move my RSS feed from using Feedburner. As I have been using its MyBrand feature where you can brand the Feedburner with your own domain name, I...
View ArticleCalling Feedburner Ping URL In PHP
I"ve been wondering how I can ask feedburner to update my rss feed by pinging them through php. Is there a way to call the URL for pinging in php?example of ping...
View ArticleGetting XML from feedburner
I'm writing an RSS feed reader for iPhone and I would like to extract raw XML from FeedBurner (ex. http://feeds.feedburner.com/iphone). How can I do that?FeedBurner API is deprecated. Is there any...
View Article