Questions tagged [feedburner]

FeedBurner is a web feed management provider launched in 2004

FeedBurner is a web feed management provider launched in 2004. FeedBurner provides custom feeds and management tools to bloggers, podcasters, and other web-based content publishers.

113 questions
45
votes
10 answers

Getting 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 has so far given me nothing on how to get the raw…
SeanPONeil
  • 3,901
  • 4
  • 29
  • 42
7
votes
3 answers

get 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 message that there is mixed conteent,…
Jorre
  • 17,273
  • 32
  • 100
  • 145
6
votes
6 answers

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 page up to the first error My blog feed:…
samir panchal
  • 140
  • 1
  • 1
  • 3
5
votes
1 answer

iTunes not recognizing RSS Feed enclosures as valid podcast episodes?

iTunes is not recognizing the enclosures in our RSS feed as podcast episodes. We're using Feedburner to add iTunes-specific tags to the feed, but iTunes has the problem with the original feed as well. Here's our original RSS…
David Eyk
  • 12,171
  • 11
  • 63
  • 103
5
votes
1 answer

load feedburner RSS feed over HTTPS

we are trying to read an RSS feed into our web application using a jquery plugin. That works fine as long as we are on a HTTP connection. The problem is that our application works in HTTPS and the feedburner URL doesn't support httpS. Feedburner…
Jorre
  • 17,273
  • 32
  • 100
  • 145
4
votes
1 answer

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 my data elements. It conforms to the RFC 4287 for…
Alex S.
  • 585
  • 3
  • 10
3
votes
1 answer

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 page, but how does one do this with a feedburner…
Johnny Westlake
  • 1,461
  • 10
  • 13
3
votes
2 answers

Is there any API for reading all subscriber emails from feedburner

Is there any API for reading all emails from feedburner subscribers. I want to check remotely using an API without downloading CSV file. ( or if any other way ) Thank You. Update: I am reading email from CSV file and i am sending emails to all…
KillerFish
  • 5,042
  • 16
  • 55
  • 64
3
votes
0 answers

Why 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
3
votes
1 answer

RSS 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 subscriptions. The problem is I offer hundreds of RSS…
Ace
  • 566
  • 6
  • 19
3
votes
1 answer

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 Google Feedburner won't know that, and won't show…
Mahdi Ghiasi
  • 14,873
  • 19
  • 71
  • 119
2
votes
1 answer

Can I force a UL to be OL?

I'm trying to style my feedburner buzzboost html version of my rss feed. Consequently I cannot change the classes used to style the appearance so I wondered if it is possible to force the UL to be a numbered list (OL).
demonboy
  • 47
  • 1
  • 7
2
votes
1 answer

Feedburner awareness API 0 circulation

The feedburner awareness API seemed to be working fine till last night but its not working right now. Its not even down but returning 0 for every site. I wonder if there is something I am missing or have the removed this functionality or…
Usman Zaheer
  • 629
  • 8
  • 24
2
votes
1 answer

LABjs Problem With Loading Script

I'm using labjs to load my scripts. I've got a script from feedburner which shows the lastest posts from my blog in HTML from my rss feed. The code from feedburner is and works just fine, showing all the posts in html:
Hirvesh
  • 7,636
  • 15
  • 59
  • 72
2
votes
2 answers

Calling 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 url: http://feedburner.google.com/fb/a/pingSubmit?bloglink=http%3A%2F%2Fgoogle.com
Hirvesh
  • 7,636
  • 15
  • 59
  • 72
1
2 3 4 5 6 7 8