Tagged Questions
The feedburner tag has no wiki summary.
12
votes
2answers
219 views
Where can I find a stylesheet for RSS feeds?
I want to style my RSS feeds, I want to use stylesheets like FeedBurner. However, I do not like FeedBurner's style. Where can I find more stylesheets to use? I googled "RSS stylesheet", "xsl rss ...
5
votes
3answers
400 views
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 ...
4
votes
1answer
368 views
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 ...
3
votes
0answers
24 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 ...
3
votes
2answers
201 views
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 ...
2
votes
1answer
37 views
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 ...
2
votes
1answer
2k views
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 ...
2
votes
1answer
113 views
Dynamically burn Feedburner feeds?
We have a Drupal website with a seperate RSS feed for every blogger on the site. There will be an indeterminate number of new users signing up and blogging in the future. Drupal automatically ...
1
vote
0answers
70 views
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 ...
1
vote
1answer
96 views
Rss/Feedburner technical explanation?
the web is littered with non-technical explanations/tutorials on rss and feedburner.. and i've searched fruitlessly for a very-technical explanation/tutorial on rss and feedburner and feedblitz and ...
1
vote
1answer
202 views
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 ...
1
vote
3answers
155 views
How to hide RSS page from everyone except FeedBurner
I want to hide my feed from everyone except FeedBurner.
When FeedBurner visits my rss page, I want them to be able to crawl.
When anybody else visits that page, it will be redirected to my ...
1
vote
1answer
384 views
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:
...
1
vote
1answer
198 views
How to extract titles, images and text from any kind of feed?
I want to extract the titles, images and text from any kind of Feed Rss ( feedburner, xml, etc ).
How can I do this with javascript ?
For example, I want to extract the stuff above from this feed:
...
1
vote
1answer
320 views
Show feeds in android
I want to show feeds from a blog in a listview. It would be really help if you guys can suggest some tutorials or how to do it?
thanks in adv.
1
vote
1answer
90 views
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 ...
1
vote
3answers
237 views
How Feedburner knows number of subscribers to a RSS Feed?
Feedburner(http://feedburner.google.com) provides statistics about RSS feed of subscribers and reaches. This is interesting.
It is easy to understand that Feedburner can count visits (reaches) to a ...
1
vote
3answers
250 views
Outgoing load balancer
I have a big threaded feed retrieval script in python.
My question is, how can I load balance outgoing requests so that I don't hit any one host too often?
This is a big problem for feedburner, ...
1
vote
2answers
629 views
Redirect Django feed to FeedBurner
I have an Atom feed set up according to http://docs.djangoproject.com/en/dev/ref/contrib/syndication/ which means I have something like
(r'^feeds/(?P<url>.*)/$', ...
0
votes
0answers
13 views
Accessing FeedBurner pages / starting indices
Not sure if this question was better suited for StackOverflow or SuperUser, but here it goes:
If you look at the XML feed for a FeedBurner feed such as http://feeds.feedburner.com/ElapsedTime, you'll ...
0
votes
0answers
46 views
How to get feedburner origLink from xml source
$data = file_get_contents('xml-file.xml');
$doc = new DOMDocument();
@$doc->loadHTML($data);
$elements = $doc->getElementsByTagName('item');
$url = ...
0
votes
0answers
29 views
Feedburner subscribers display 0?
I'm trying to display the amount of subscribers to my feedburner feed. It worked fine for some time but now I get subscribers "0". Its not like there should be a lot more because I have 9 subscribers ...
0
votes
0answers
56 views
How to read more than 10 feeds out of Feedburner
I'm trying to make a program in C# that reads feeds from sites that use Feedburner. But the xml file I get from the url only has the newest ten feeds.
The URL format I use is:
...
0
votes
0answers
78 views
Getting 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 are deprecated. Is there any ...
0
votes
1answer
63 views
Insert XML into a specific div with C#
I am getting XML data from feedburner and in my C# codebehind I am accessing the data like so:
XmlDocument xmlDoc = new XmlDocument();
...
0
votes
1answer
67 views
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.
...
0
votes
0answers
37 views
Getting feedburner subscriber count
Can someone tell me how can I get the feedburner subscribers count as text using php? I am trying the following, but it does not work as I think feedburner has changed the contents of the xml file.
...
0
votes
0answers
30 views
Formatting a URL with XPath
I'm making a flare for Feedburner and need to create a URL out of a Xpath expression adding a query string. When I use only a URL with additional path it works fine. But when it comes to GET ...
0
votes
0answers
27 views
Feedburner ID: Can't capture the Subscription Link Code [closed]
I can not capture the subscription link code in order to get my feedburner ID. It's strange. the window is cut off and there appears to be no way to copy the entire code. i've tried multiple browsers. ...
0
votes
0answers
106 views
What is feedburner providing in xml to flipboard that blogger isn't
I have a blogger blog. When subscribing to the blogs full rss feed made by blogger in flipboard ipad app, for each post, only the title is shown on the first page. To see any content I have to click ...
0
votes
0answers
21 views
My Feedburner got error
Can anybody help? My feed is at http://feeds.feedburner.com/CambodiaGateway
When accessing the feed, it got error when accessing pages? Does anybody know how to remove ?
...
0
votes
1answer
55 views
Adding comment count to FeedBurner
I'm trying to add the total number of comments made on an article on my site to an RSS feed using FeedBurner.
In the control panel of FeedBurner there is "FeedFlare" which will allow me to add an ...
0
votes
1answer
68 views
RSS Reader not returning feed
So I'm making a very simple RSS reader for the iPhone, but when I launch it none of the items appear with the feed that I'm using. It works with others, but not with feeds.feedburner/ParadiseBeats
...
0
votes
1answer
76 views
Does Google crawl embedded Feedburner feeds?
Does Google crawl Feedburner feeds that are embedded in HTML pages using BuzzBoost javascript?
Thanks so much for your help!
0
votes
1answer
139 views
Github pages blog + feedburner feed doesn't work
I forked TPW's blog from github and built my blog around it. It's a rough version which I'd like to customize. I changed the RSS feed details from his to mine but it can't get my feedburner feed to ...
0
votes
0answers
56 views
Everyday i loose subscriber count + Lot of feed medic Alerts + Mailchimp subscriber count [closed]
For almost an year i had a big problem with feedburner.. Everyday on a
certain time, i my feedburner counts start to show 0 subscribers.
After several hours, it updates to a completely different ...
0
votes
0answers
109 views
Move Feedburner To New Domain WIthout Losing Subscribers
I'm moving from blogger (example@blogspot.com) to a self hosted new site with same posts...How do I move my feedburner to new url without losing subscribers? Thanks
0
votes
1answer
94 views
FeedBurner 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 ...
0
votes
2answers
166 views
I'm creating an RSS reader and having trouble with feedburner feeds
I'm using the Google Feed API to get feeds and the results contain an link field which is great however a feedburner feed returns something to the effect of google.feedproxy.blahblahblah and I need ...
0
votes
1answer
157 views
Getting Feedburner Subscriber With CURL
I'm using FeedBurner Awareness API. XML data like this :
<rsp stat="ok">
−
<!--
This information is part of the FeedBurner Awareness API. If you want to hide this information, you may do so ...
0
votes
2answers
229 views
How 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
...
0
votes
1answer
71 views
Feed subscription statistics with Drupal?
I have a Drupal website, and I am currently using Feedburner, mainly to get statistics about the number of subscribers and methods of subscriptions.
However "burning" my feed is complicated, it's ...
0
votes
1answer
88 views
Wordpress and FeedBurner Error
I used to use FeedSmith FeedBurner Plugin for my wordpress. Today, suddenly, my feeds are giving following errors under each Post Title. I recently upgrade to WP 3.0.1 but has been a week.
Warning: ...
0
votes
1answer
82 views
iOS & Google Analytics: Does pointing to an rss feed register in web analytics?
If an iPhone application has a blog section which parses and displays individual pages from a feedburner feed, will those hits show up in the web Google Analytics?
If not, if I add Google Analytics ...
0
votes
1answer
80 views
How to create feedburner feed for sub-folder?
I have a website http://www.bccfalna.com/ where I will talk about computer technology. I have settled up this site with WordPress CMS. I have installed two other WP blogs on the same domain in ...
0
votes
1answer
138 views
Change the language on a SmartCast podcast using yahoo pipes?
The SmartCast function in FeedBurner is powerful and easy to use, I can do a quick podcast using any blog platform, instead of using other software.
But, it's so dumb to put in the generated XML, ...
0
votes
2answers
77 views
How can I have a form where the text in the input disappears when clicked? (for feedburner form)
I've got the following "subscribe by e-mail" form:
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" ...
0
votes
1answer
196 views
How to Setup an RSS Feed using Feedburner?
I've searched Google, but only found information on how to setup a feedburner for wordpress or other blogging services. I've also searched stackoverflow, but not found the right information.
I'm ...
0
votes
1answer
104 views
Getting the number of feedburner subscribers?
I'm currently using this code to get the number of subscribers to my blog:
$whaturl="http://api.feedburner.com/awareness/1.0/GetFeedData?uri=http://feeds.feedburner.com/DesignDeluge";
$ch = ...
0
votes
1answer
182 views
Is there a Feedburner replacement out there?
I like that Feedburner can do some basic analytics and tracking. But I have also had (in the past) problems with Feedburner. Is there a self-hosted solution out there that is roughly equivalent?