RSS with feedburner in Recent Content

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/12/2013 2:27:19 AM
Nik
Gravatar
Total Posts 36
mojoportal.net.ua - Russian community of mojoportal

RSS with feedburner in Recent Content

Good day. 

When I enter rss feedburner in settings Recent Content, it doesn't work.

Link "RSS Resent Content" redirects to ordinary RSS (not http://feeds.feedburner.com/...)

3/12/2013 10:31:11 AM
Gravatar
Total Posts 18439

Re: RSS with feedburner in Recent Content

Hi,

It is working correctly. The link has a guid in the query string that changes periodically whenever the app pool recycles (which happens at least once per day in most installations). If the guid in the url matches the current version of the guid then it does not redirect to feedburner. This is because we want people to subscribe to the real feed url not the feedburner url that way if we ever decide not to use feedburner we don't lose any subscribers. Once the guid no longer matches the current guid generated at application start event it will redirect to feedburner so the user will get the feedburner feed after that. It also does not redirect when feedburner bot user agent is reading the feed.

It works exactly the same with the blog when using feedburner. 

Hope that helps,

Joe

3/12/2013 12:22:14 PM
Nik
Gravatar
Total Posts 36
mojoportal.net.ua - Russian community of mojoportal

Re: RSS with feedburner in Recent Content

Thanks for Your answer, Joe.
That helped for me.

Best regards,
Nik

You must sign in to post in the forums. This thread is closed to new posts.