Google Feed API, which powers several RSS Related Scripts on Dynamic Drive, is officially slated for shutdown in just three days (Dec 15th, 2016). In light of this, we’ve updated the affected scripts to use Yahoo’s YQL instead.
The updated scripts are:
We’ve made the migration process as simple as possible. Simply download the updated gfeedfetcher.js file on the script page, and replace the JavaScript reference to Google Feed API at the top of the original code:
<script type="text/javascript" src="https://www.google.com/jsapi?key=YOURKEY"></script>
with a YQL reference instead:
<script src="http://yui.yahooapis.com/3.18.1/build/yui/yui-min.js"></script>
And that’s it! All the original functionality of the RSS scripts and API to invoke them remain the same. To learn more about using YQL to fetch and parse RSS feeds yourself, see Displaying RSS feeds using YQL, a Google Feed API alternative.