Feedburner URL redirection

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/25/2011 2:41:35 PM
Gravatar
Total Posts 73

Re: Feedburner URL redirection

Sounds like a winner to me.

1/25/2011 2:55:49 PM
Gravatar
Total Posts 18439

Re: Feedburner URL redirection

One other little goodie I forgot to mention. I still had a reason to want to disable the blog from automatically adding the feed discovery link, my reason is because I want that link on all the pages in my site not just the blog, from anywhere in the site I want users to easily be able to subscribe to the blog. So I wanted a way to be able to add the link myself in layout.master to accomplish this. I did add a new setting in the blog to turn off the automatic adding of the discovery link, then I created a new control that I could add to layout.master and it would handle adding that guid to the link for me. So in the new release you will be able to use this as well if you like, you can it to the head section in layout.master like this:

<portal:FeedDiscoveryLink id="fd1" runat="server" FeedUrl="http://www.mojoportal.com/blog19rss.aspx" FeedTitle="mojoPortal Change Blog" />

I just hard code my blog feedurl there and the control will append the query string with the guid when it renders. There is also a property on the control if one did not want to append the query string with the guid one could add this property on the control:

<portal:FeedDiscoveryLink id="fd1" runat="server" UseRedirectBypassToken="false" FeedUrl="http://www.mojoportal.com/blog19rss.aspx" FeedTitle="mojoPortal Change Blog" />

Best,

Joe

 

 

1/25/2011 8:22:41 PM
Gravatar
Total Posts 73

Re: Feedburner URL redirection

Thanks a latte, Joe!

1/26/2011 7:44:58 AM
Gravatar
Total Posts 18439

Re: Feedburner URL redirection

:-D Thank you for the coffee Ted! Much appreciated.

1/10/2012 6:59:10 AM
Gravatar
Total Posts 1

Re: Feedburner URL redirection

I am seeing some inconsistent behaviour in 2.3.6.6 when Feedburner redirection is active.

1. The Feed Discovery header does not publish the Feedburner URL, but publishes the original URL instead.

2. The link hover does not display the Feedburner URL, but displays the original URL instead.

As a workaround, I have disabled Feed Discovery header to ensure all subscribers are forced to use Feedburner, rather than end up with some random number subscribed directly.

 

1/10/2012 7:15:23 AM
Gravatar
Total Posts 18439

Re: Feedburner URL redirection

Hi,

If you read and understand this complete thread you will understand that it is working correctly. Even when using Feedburner we want people to subscribe to your original feed url not the feedburner url, so we render the original url. The original feed url will redirect to feedburner for web browser requests, but we detect the requests coming form feedburner's crawler and don't redirect them so it can consume the feed.

See also Using Feedburner with Your Blog there are settings to use to make sure that even if people are redirected to feedburner and they subscribe from there, they will subscribe to the origianl url. The whole idea is that you don't want to lose subscribers if you ever stop using feedburner so you want them to subscribe to the orginal feed url not the feedburner url.

Hope that helps,

Joe

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