Greetings, I'm a new Habari user (for about 12 hours and I'm already hooked), and shortly I'll be a Habari plugin developer. In the mean time, I just wanted to report that there is a scenario with the Feedburner Plugin grabbing the information from the Awareness API that fails. If you set a CNAME redirected URL as your Feedburner URL the dashboard widget fails to connect.
My feeds are set up like so: feeds CNAME feeds.feedburner.com. http://feeds.nathanhammond.com/nathanhammond/entries On this line: $awareness_api = 'http://api.feedburner.com/awareness/1.0/GetFeedData? uri=' . $feed_url; $feed_url is: http://feeds.nathanhammond.com/nathanhammond/entries When it needs to be: http://feeds.feedburner.com/nathanhammond/entries My quick fix was to just do an str_replace() on nathanhammond.com right there. A real solution would actually let the user inform Feedburner that they're using CNAME redirection and build the $feed_url variable that way. I'm looking forward to a long healthy relationship with Habari. Nathan Hammond --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
