The sites we build at my company often have blogs, and we sometimes like to show excerpts from the blog feeds on the homepages. In the past I have used jQuery and the Google Feed API with great success to access the blog RSS and display the excerpts. But recently we changed our dev/QA URL schema, and now I can't get the RSS feeds to load on our test sites.
Our dev/QA urls look like this now: sitename.dev.aztekhq.com or sitename.qa.aztekhq.com. The blog feed is always /blog/syndication.axd (we use BlogEngine.NET).
I am using https://github.com/sdepold/jquery-rss for the jQuery plugin to the Google API.
What I have determined through testing so far:
Is it because of the way our dev/qa URLs are structured? I'm kind of at a loss here. I hope this is clear. If not, I can provide more information