The feedburner tag has no wiki summary.
0
votes
1answer
16 views
Displaying feedburner media enclosure to tableview
I am working with
https://github.com/tiboll/BlockRSSParser
to get RSS data and showing in a tableview , everything works fine but , this project does not display images correctly ! , so I ...
1
vote
2answers
98 views
Getting XML images from a Feedburner RSS Feed
I am currently working on RSS app (iOS), and i'm able to parse XML data to my TableView and display the images of the feeds to UIImageView.
Being more specific, i'm just able to get the thumbnail ...
1
vote
0answers
18 views
Possible to have 2 Feedburner RSS feeds for 1 blog (1 that provides full content, 1 for tease only)
I would like to syndicate a Wordpress blog on multiple sites. However, the way Feedburner is set up is to only provide the first bit of the blog so people will come to the blog for more and see ...
-1
votes
1answer
65 views
Troubleshooting HTML/PHP Form [closed]
I am using feedburner for my rss feeds and am currently trying to create a widget that displays the generic feedburner email subscribe form with a slight modification. I am trying to include a text ...
0
votes
0answers
23 views
How to make daily weekly newsletter checboxes
How to make checkboxes to handle weekly and daily subscription so user enters once email and press once Sign button and subscribes.
Daily should use feedburner and weekly should use mailman.
(Note> ...
1
vote
1answer
131 views
RSS feed readers show old news, don't update
I'm having a very strange problem. I created an RSS feed from an XML file and hosted it on my company's site. I added new feed items (nodes into the XML file) from a C# application and I see them ...
0
votes
0answers
47 views
Line Breaks in Feedburner RSS Feed
I have an issue where my RSS feed is working OK through Feedburner except I have had to strip all the tags and other characters so that the content is just text. This is OK, except there is no line ...
0
votes
0answers
20 views
How to get direct link from feedburner link?
I want to get direct link of a URL from feedburner link in my project?
is there possible?
0
votes
1answer
47 views
Hyperlinks in custom Atom feed don't work in feed readers
I'm tying 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 ...
0
votes
1answer
68 views
Feedburner - Limit items displayed?
I want to put a feed (which I do not own) through feedburner. Somewhere along the lines, I want to have it limited to, for example, 10 feed items. The feed usually contains 1,000 items which, is far ...
0
votes
0answers
28 views
Feedburner emails all the news posts not just the most recent
I have an issue where our subscribers keep getting all of the news stories sent to them on email from Feedburner instead of just the most recent.
The feed address is a PHP files that fetches all of ...
-4
votes
1answer
197 views
XML 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 document
Below is a rendering of the ...
0
votes
0answers
43 views
How do I force HTTP on my feed in Wordpress while keeping everything else SSL enabled?
I need to disable SSL only on the feed url so I can use Feedburner. In my settings I entered a url of https://site.com and as expected all pages are displayed using SSL. But of course that also ...
0
votes
0answers
42 views
Sharing individual podcasts on Facebook
I am developing a site that hosts podcasts. The site itself has a custom player and layout to play the files, but I also generate an XML feed (for use with feedburner, iTunes, etc.).
My problem is ...
1
vote
2answers
2k views
Can't get 9GAG feed
I am creating a 9GAG reader app for Windows 8 by using RSS Feeds and WinJS.
Code:
function downloadBlogFeed() {
WinJS.xhr({ url: "http://feeds.feedburner.com/9GAG" }).then(function (rss) {
...
1
vote
1answer
43 views
Extracting from feedburner feeds?
I want to extract title and image for each item mentioned in http://rss.cnn.com/rss/edition.rss feed using PHP ,could anyone please help me out ?
Thanx
1
vote
1answer
55 views
feedburner broken links within feed
We have setup a rss feed, http://www.beautysouthafrica.com/RSS/BeautySA-RSS-Feed.aspx
and have linked it up with our feedburner account, http://feeds.feedburner.com/beautySA.
However, if you click on ...
1
vote
0answers
76 views
Count subscribers of RSS feed
After Google decided to shut down the API of feedburner, I've unsuccessfully searched the web for another way of displaying the current subscribers of an RSS feed.
Is there any way of doing this in ...
-2
votes
1answer
189 views
Getting feedburner subscriber count with jQuery and JSON
I need to display the total number of the feedburner subscribers without PHP. The script should be work in a standard HTML / jQuery page.
Something like this:
$(document).ready(function(){
...
1
vote
1answer
625 views
How to fetch Feedburner RSS Feed subscribers count in PHP & WordPress
I have been using a WordPress based PHP function for quite a while now to retrieve the Feedburner subscriber count to be able to display the subscriber count as text.
Here is the function:
/**
* ...
0
votes
1answer
63 views
Cannot get count of feedburner subscribers
I'm trying to run this code:
public string FeedReadersCount(string id)
{
XDocument xdoc = XDocument.Load("http://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=" + id);
return (from ...
1
vote
2answers
1k views
Can't get feed in Windows 8 app
I am creating blog reader app for Windows 8 by using RSS feeds. Part of code:
function downloadBlogFeed() {
WinJS.xhr({ url: "http://feeds.feedburner.com/CssTricks" }).then(function (rss) {
...
0
votes
1answer
35 views
Wordpress RSS Feed returns regular website
I've been having problems with my WordPress Feed lately. For a while I suddenly saw only 0 subscribers when I checked on Feedburner. As other people were having the same issue I just waited for Google ...
-5
votes
1answer
94 views
Download a complete feedburner feed with Python [closed]
How can I download all posts from a feed such as http://feeds2.feedburner.com/meinscheissleben with Python?
0
votes
1answer
112 views
Prevent specific RSS feed from redirecting to feedburner but let main feed redirect
On a wordpress site:
I'm trying to prevent a specific "sub" feed from redirecting to feedburner, but I want to allow the main feed to continue to redirect.
the feed I want to prevent the redirect on ...
0
votes
0answers
163 views
Yahoo Pipes to Feedburner, but Reader directs to Pipe…?
I have combined a couple of blog feeds into one using Yahoo Pipes (http://pipes.yahoo.com/pipes/pipe.info?_id=fd010db14d0bc349c23f86df2bb83a14)
I use that pipe as the source feed for my Feedburner. ...
-2
votes
1answer
186 views
Feedburner basics [closed]
I am trying to create a RSS reader for a weblink ( its a feedburner feed ). I just started off in android and have worked with butons , images , launching new activites and thing of that nature. Is ...
0
votes
1answer
44 views
Custom FeedCount. Acording to which rule FeedBurner converts colors?
I am traying to prepare own dynamicly generated FeedCount for my own subscription service. I think this will be a good idea to support convention for setting colors via URL which is well known from ...
0
votes
1answer
62 views
How to redirect main all feed to feedburner except some feeds?
I want to redirect main feed of my blog to feedburner but I don't want to redirect other feeds like:
mywordpressblog.ir/feed/?post_type=post
or
mywordpressblog.ir/feed/?post_type=daily
I have ...
0
votes
2answers
72 views
Activate script on click event
If I want to activate a piece of code on click I would put the code in the head like this:
<script type="text/javascript">
function myFeed() {
...code...
}
</script>
...
1
vote
0answers
37 views
unable to create feed in feedburner
We are unable to burn feed for our website www.eccouncil.org. We are getting an error like "The URL does not appear to reference a valid XML file. We encountered the following problem: Error on line ...
0
votes
0answers
113 views
Solution to Feeds that doesnt validate and not updating in google reader
I get this error message form feedvalidator "This feed does not validate"
I already tried to resync my feed in feedburner, tried to ping again my feeds but nothing solved the problem. My google ...
0
votes
1answer
1k views
Sencha Touch 2: How do I display RSS feed as list?
I'd like to create a simple app that shows me a list of the latest stories from my favourite news sites using Sencha Touch 2 and the RSS feeds, of course.
How do I get data from an rss-feed and then ...
0
votes
1answer
112 views
wp7 how can i import data (rss) from a feedburner link?
I just want, when my application start, to display at the home page the results of a feedburner link (like http:// feeds. feedburner. com / thesitename). My application is for wp7 and it use panorama ...
1
vote
1answer
460 views
Url Redirect for a File in Asp.NET MVC3? (FeedBurner)
I have a podcast feed set up in an XML file, and my current subscribers subscribe to it using the direct file URL. (so http://website.com/feed.xml) I've been reading about how you can set up a COPY ...
1
vote
2answers
586 views
php: Getting the contents of a feedburner feed
I wrote this function to parse through html source code, but for some reason it does not work for feedburner feeds. Any ideas?
$dom = new DOMDocument();
...
0
votes
0answers
35 views
Allowing to access xml (rss feed) file for only feedburner service
I want to know, is there way to allow accessing xml file only for feedburner service?
Allowing by country ip, or something, maybe have some good code examples?
1
vote
0answers
58 views
How to fix “Error in Feedburner Error on line 10: The element type ”META“ with closing Tag”"
Feed keeps appearing and disappearing, when the feed disappears it shows this message : "The URL you entered does not appear to be a valid feed. We encountered the following problem: Error on line 10: ...
0
votes
1answer
226 views
Split 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 ...
3
votes
1answer
171 views
Feedburner subscriber count and my RSS reader app
I'm going to create a Feed reader app. When a user requests a feed, the feed is downloaded (or loaded from cache) on my server, then it downloaded from my server to user's PC/smartphone.
But I think ...
0
votes
1answer
112 views
How to migrate from Feedburner to MailChimp?
I want to migrate my email subscribers from Feedburner to MailChimp but couldn't find any relevant guide.
Is there any way to migrate existing subscribers to MailChimp without requiring them to ...
0
votes
0answers
98 views
Difficulty getting Feedburner to recognize original RSS feed
I am trying to create a Feedburner feed for a website. The original feed is specified like this:
<link href="/feed/" rel="alternate" title="Atom feed" type="application/atom+xml">
The RSS ...
0
votes
1answer
164 views
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.
0
votes
1answer
125 views
Android XML Parser Not Getting Tag
I have this code to parse an RSS feed but for some reason my catch for itemDownLink is never firing. Can someone explain why?
public Channel parse(InputStream is) {
RootElement root = new ...
1
vote
0answers
105 views
Google 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 ...
0
votes
2answers
645 views
RSS 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 ...
0
votes
1answer
70 views
feedburner url turns to question marks
Im using Apache's Url Rewrite engine to rewrite my blog post's urls in
hebrew.
Im using Feedburner as my rss provider.
everything works fine with my website, as well as with my rss.xml file.
the ...
4
votes
1answer
141 views
Custom 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 ...
1
vote
1answer
140 views
Loading a RSS on my ASP.NET website can be very long (abnormally)
I have a website, and the homepage loading time is unusually long sometimes, not everytime, it seems a bit random, and I can't determine the steps to reproduce this error. The website can be online ...
3
votes
1answer
266 views
Get next page with feedburner
Alright, so I'm trying to get the next feed page from a Feedburner RSS feed.
I know with a standard wordpress feed you can do something like:
www.mysite.com/?feed=llama&paged2
to get the second ...

