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
2
votes
1 answer

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.
mudit
  • 25,306
  • 32
  • 90
  • 132
2
votes
1 answer

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 generates an RSS feed for each new blog. Is there a…
Chris L
  • 41
  • 1
  • 4
2
votes
1 answer

RewriteRule Preventing Google from Indexing Site

I have a site built on ExpressionEngine (EE). By default, EE requires index.php to be present in the first segment of the URL. To pretty up my URLs, I use a .htaccess RewriteRule: # Remove index.php from ExpressionEngine URLs RewriteCond $1…
kmgdev
  • 2,607
  • 28
  • 41
2
votes
2 answers

Feedburner 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 override the number of items returned in the…
openupandsay
  • 21
  • 1
  • 3
2
votes
1 answer

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 images on the CNN Money article for example, but i…
Edward
  • 61
  • 1
  • 10
2
votes
2 answers

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.
mahemoff
  • 44,526
  • 36
  • 160
  • 222
1
vote
1 answer

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 with no problems for 2 weeks, and be very laggy the…
Romain Durand
  • 783
  • 1
  • 6
  • 22
1
vote
2 answers

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.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds}) in my urls.py and…
Maciej Konieczny
  • 285
  • 3
  • 11
1
vote
0 answers

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 alternative solution? Thanks a lot
Claus
  • 5,662
  • 10
  • 77
  • 118
1
vote
1 answer

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 how to build an aggregator etc.. so i was wondering…
Pacerier
  • 86,231
  • 106
  • 366
  • 634
1
vote
3 answers

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 FeedBurner page. How would you do it? My blog is written in…
webnat0
  • 2,646
  • 5
  • 29
  • 43
1
vote
1 answer

$feedburner_id declared in newsletter.php is not available in n-feedburner.php

I have two php files namely: newsletter.php, and n-feedburner.php Let me first tell you what is the code written in n-feedburner.php→ The relevant code in the newsletter.php looks like this → if($newsletter_provider == 'feedburner') …
WordCent
  • 725
  • 3
  • 18
1
vote
1 answer

Resize 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 reduced to 600. If they are not set, then width…
Tal Galili
  • 24,605
  • 44
  • 129
  • 187
1
vote
1 answer

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: http://feeds.mashable.com/Mashable and from this…
xRobot
  • 25,579
  • 69
  • 184
  • 304
1
vote
1 answer

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, without asking,…
Magnetic_dud
  • 1,506
  • 2
  • 22
  • 36