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>.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds})
in my urls.py and something like
class MyFeed(Feed):
...
in my feeds.py.
I'd like to redirect traffic f...
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, since a large percentage of sites proxy their RSS through feedburner and to further complicate matters many sites will alias a subdomain on the...
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 RSS feed. But, how does Feedburner get to know subscribers to a RSS feed.
In my understanding, each requests to RSS Feed URI is independe...
I have lots of feeds (FeedBurned) from a Wordpress instalation (categories and such) and I would like to have a form in the site with a checkbox for each feed, then use yahoo pipes to combine the selection.
My problem is, can Feedburner still track the individual feeds when a user subscribes to the outputted Pipe? If not, are there any ...
I want to display the same Subscribe box which is displayed on feedburner feeds: http://feeds.feedburner.com/michaelmartine/ymYs in my wordpress blog.
Is there any plugin of wordpress which will do this for me. I googled but didn't found such plugin, please help!
Thanks
...
The default javascript generated by BuzzBoost just contains a bunch of document.write statements, which are not legal for an XHTML page.
Is it possible to get BuzzBoost to emit XHTML-friendly script?
If not, what would you use instead for embedding excerpts from a FeedBurner feed (or any generic Atom feed) into an XHTML page?
...
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 feeds and don’t want to manually burn a feed just for this one feature.
Does anyone kno...
Hi, there.
I have a strange problem with the feedproxy link that feedburner builds using my feed.
In my feed I have the following link:
http://www.SOMEHOST.com/news/?key=680B3D50093A6A002E42140A321A2A5C0B683E0A7607517665567D
And the link that feedburner builds is:
http://feedproxy.google.com/~r/alertSNIRSS/~3/t8NvmYL6DVY/268286
After...
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?
...
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 = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $whaturl);
$data = curl_exec($ch);
curl_close($ch);
$xml = ...
I'm doing a RSS reader for a University Project. The feed urls have to be added by hand tipically with the copy/paste method, and I don't like this option because is poor for the users. My question is: can I do like in webpage http://feeds2.feedburner.com/microsiervos a list of web applications (Google Reader, Netvibes, etc.) making apea...
The images and links added to the description of my RSS feeds are not showing up in the feeds I'm publishing through Feedburner, but if I subscribe to the raw feed(example.com/feeds.xml) the image and links are published appropriately in the feeds. I don't see any problem in the format of my feeds. Does feedburner need a special format?
...
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 creating a website, for which I want to have an RSS. Feedburner seems to be a good, free option - so I'd like to use that.
When I go to feedbu...
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 generates an RSS feed for each new blog. Is there a way to automatically burn each feed as well? We'd like to avoid manually adding a new feed t...
Hi all,
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" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=food101coil', 'popupwindow', 'scrollbars=yes,width...
Hi..
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.
...
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, without asking, this:
</item>
<language>en-us</language>
So, iTunes and others podcast indexers thinks that my podcast is in english languag...
Hi,
I've got a question and I whish this community can help me.
I have more than 500 subscribers that agree to receive the news of my association by newsletter. This newsletter doesnt exists yet because I don't know which way is the best to create it.
I've got also a blog and a FeedBurner account which has 100 subscribers. It would be ...
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:
http://feeds.mashable.com/Mashable
and from this feed:
http://casadipacheco.blogspot.com/feeds/posts/default
...
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 sub-folders.
The first sub-folder is related to Question-Answer theme at www.bccfalna.com/question-answer/ where any user can place a Question a...