Howto redirect multiple feeds to FeedBurner with plugin?

Creating and modifying plugins.
Post Reply
derlinzer
Regular
Posts: 24
Joined: Mon Sep 03, 2007 3:12 pm
Location: Linz, Austria
Contact:

Howto redirect multiple feeds to FeedBurner with plugin?

Post by derlinzer »

I finally figured out how to select which feed should be redirected to a single feed to a FeedBurner feed (by leaving that one feed checked).

But how can i redirect the entries feed a FeedBurner feed for entries and the comment feed to a FeedBurner feed for comments? Is that even possible with the feed plugin?
Giving S9y a try...
Image
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Howto redirect multiple feeds to FeedBurner with plugin?

Post by garvinhicking »

Hi!

No, sadly that's not possible. Only the entry feed gets redirected to FeedBurner currently.

You can setup a feedburner feed with your comments, but s9y will not automatically redirect subscribers of your comment feed to that one then.

Best regards,
Garin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Post by stm999999999 »

I have this in my .htaccess:

Code: Select all

RewriteEngine On
RewriteBase /

RewriteRule ^feeds/comments_and_trackbacks\.rss2 http://feeds.feedburner.com/StephansNetzgeflyster-Kommentare-Trackbacks [R=302,L]
Ciao, Stephan
Post Reply