-
Website
http://andybeard.eu/ -
Original page
http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
Gregg Gordon
6 comments · 1 points
-
Jonathan Dingman
4 comments · 1 points
-
AndyBeard
2656 comments · 4 points
-
ojbyrne
4 comments · 1 points
-
Vlad Zablotskyy
6 comments · 2 points
-
-
Popular Threads
The CTO from feedburner stopped by and said the trick won't provide accurate results.
I'm a bit confused on their reasoning, but the point is there is more debate to be had on this in the original thread, and the fact that the the CTO commented makes me think we are on to something
Thanks again.
The CTO from feedburner stopped by and said the trick won't provide accurate results.
I'm a bit confused on their reasoning, but the point is there is more debate to be had on this in the original thread, and the fact that the the CTO commented makes me think we are on to something
Thanks again.
I don't fully understand the technical issues on the reporting, but then there might be a work around.
As an example I am not sure how the various desktop readers resolve the current feedburner redirect plugin.
Maybe there is a way to handle different requests in different ways, so you pass the destop clients through to the feedburner site. They are currently a small fraction of subscribers.
The other alternative is to in some way count the requests yourself, cache them for desktop readers, and report to feedburner yourself in the same way as the readers would.
I don't fully understand the technical issues on the reporting, but then there might be a work around.
As an example I am not sure how the various desktop readers resolve the current feedburner redirect plugin.
Maybe there is a way to handle different requests in different ways, so you pass the destop clients through to the feedburner site. They are currently a small fraction of subscribers.
The other alternative is to in some way count the requests yourself, cache them for desktop readers, and report to feedburner yourself in the same way as the readers would.
I added a creative commons license to the code so feel free to modify it or come up with your own creations. Or a completely new take on it too.
The idea is there, just needs some refinement now.
I added a creative commons license to the code so feel free to modify it or come up with your own creations. Or a completely new take on it too.
The idea is there, just needs some refinement now.
Using Marks code he is using curl to create a snapshot of the feed on Feedburner each time it is requested, and then that whole page is served from your server.
I don't know how much additional load that would make on a server, plus currently there is the problem of the desktop readers, which might increase.
I think the biggest potential for this method would be if Wordpress.com users wanted something like this to be included as an option on their feeds, because currently they have no way to redirect the autodiscovery feed.
Using Marks code he is using curl to create a snapshot of the feed on Feedburner each time it is requested, and then that whole page is served from your server.
I don't know how much additional load that would make on a server, plus currently there is the problem of the desktop readers, which might increase.
I think the biggest potential for this method would be if Wordpress.com users wanted something like this to be included as an option on their feeds, because currently they have no way to redirect the autodiscovery feed.