Hallo,
in der weiten, weiten Blogwelt habe ich etwa neues zu Feedburner-Feeds gefunden:
http://www.perun.net/2006/03/28/feedbur ... mmt-alles/
Kurz gesagt, geht es darum, daß einerseits Feedburner mit seinen Vorteilen genutzt wird, andererseits aber eine Feed-URL vom eigenen Blog benutzt wird und man damit keine Feedburner-Adresse angeben muß und damit unabhängig bleibt und auch keiner was umstellen muß, wenn man was ändert.
Erreicht wird das wohl irgendwie mittels htaccess etc.
http://www.einfach-persoenlich.de/2006- ... tiken.html
Für Wordpress gibt es bereits ein Plugin, das das automatisiert:
http://orderedlist.com/articles/wordpre ... er-plugin/
Vielleicht wäre sowas für s9y auch möglich?
Unabhängige Feedburner-Statistiken!?
-
stm999999999
- Regular
- Posts: 1531
- Joined: Tue Mar 07, 2006 11:25 pm
- Location: Berlin, Germany
- Contact:
Unabhängige Feedburner-Statistiken!?
Ciao, Stephan
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Unabhängige Feedburner-Statistiken!?
Hi!
Das ginge eigentlich recht einfach, indem man das sogar nicht per .htaccess macht, sondern in unserer zentralen rss.php annahmestelle.
Folgenden patch habe ich in 1.0 und 1.1 committed: http://nopaste.php-q.net/206731
Da ich selber kein feedburner nutze, würde ich mich über feedback freuen. In der plugin config muss man feedburner auf "erzwingen" stellen.
Das ginge eigentlich recht einfach, indem man das sogar nicht per .htaccess macht, sondern in unserer zentralen rss.php annahmestelle.
Folgenden patch habe ich in 1.0 und 1.1 committed: http://nopaste.php-q.net/206731
Da ich selber kein feedburner nutze, würde ich mich über feedback freuen. In der plugin config muss man feedburner auf "erzwingen" stellen.
# 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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Unabhängige Feedburner-Statistiken!?
There was a bug in the patch! Instead of "Mozilla" it needs to read "FeedBurn" instead!
Regards,
Garvin
Regards,
Garvin
# 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/
# 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:
Now I have the time to use feedburner, I have two things:
1) RSS-feeds with type content but no category or tags-feeds are redirected to feedburn. It should excluse author-feeds, too. Such like http://blog.stephan.manske-net.de/feeds ... Manske.rss
2) If used "force" the normal feedburner-link should not be displayed in the sidebar, because the whole thing is about to show to the visitors the normal, own feeds, but use feedburner invisible to them. So the feedburner-link schould be hidden in this case.
And, if I think for a while about it, it should be good to hide every of the specific feeds, like RSS 0.91/1.0... or AtOMxxx and display only a generic "Content feed" or so.
Of course, the comments-feed must shown anyway - these feed is not affected by feedburner
[EDIT]
I think, if you use fb-force, it should be like I do now with a html-nugget on the left side: http://blog.stephan.manske-net.de
[Icon] articles
[Icon] comments (and trackbacks)
and both redirected to feedburn.
1) RSS-feeds with type content but no category or tags-feeds are redirected to feedburn. It should excluse author-feeds, too. Such like http://blog.stephan.manske-net.de/feeds ... Manske.rss
2) If used "force" the normal feedburner-link should not be displayed in the sidebar, because the whole thing is about to show to the visitors the normal, own feeds, but use feedburner invisible to them. So the feedburner-link schould be hidden in this case.
And, if I think for a while about it, it should be good to hide every of the specific feeds, like RSS 0.91/1.0... or AtOMxxx and display only a generic "Content feed" or so.
Of course, the comments-feed must shown anyway - these feed is not affected by feedburner
[EDIT]
I think, if you use fb-force, it should be like I do now with a html-nugget on the left side: http://blog.stephan.manske-net.de
[Icon] articles
[Icon] comments (and trackbacks)
and both redirected to feedburn.
Ciao, Stephan