Ever since Google shut down their free feed API service late December 2016, Blogger users have contacted us in finding out on any alternati...
Ever since Google shut down their free feed API service late December 2016, Blogger users have contacted us in finding out on any alternatives which is more stable, reliable & most important clean API's to retrieve blog feed data publicly - most important FREE!
Reasons were:
Here's Yahoo! Query Language (YQL), from Yahoo! developer website...
Since that YQL provides JSON data format as data output, makes it easier for Blogger template developers/designers to retrieve datas - just like how they normally would retrieving JSONp datas using Blogger's blog internal data feed API.
Below is an example how to use YQL using plain/pure javascript, process data & output Blogger feed data to HTML. This script can be hosted on a different domain with HTTP or HTTPS (works best for compatibility) protocols for any Blogger blogs (with or without HTTPS enabled).
Continue
YQL Display Blogger Blog Feed/Posts Anywhere
Reasons were:
- Many of their Blogger plugins was hosted on domain outside of their blog which when using javascript (to send/retrieve data cross domain) as-is would not be possible.
- Issues with Blogger blogs with HTTP & HTTPS protocols due to browser security & restrictions.
- Returns/receive datas which can be easily manipulated/process.
- Developing an AMP iframe to deploy/display blog feed which requires HTTPS connection & compatible with HTTP protocol.
Here's Yahoo! Query Language (YQL), from Yahoo! developer website...
The YQL (Yahoo! Query Language) platform enables you to query, filter, and combine data across the web through a single interface. It exposes a SQL-like syntax that is both familiar to developers and expressive enough for getting the right data.
Using Yahoo Query Language YQL Display Blogger
Since that YQL provides JSON data format as data output, makes it easier for Blogger template developers/designers to retrieve datas - just like how they normally would retrieving JSONp datas using Blogger's blog internal data feed API.
Below is an example how to use YQL using plain/pure javascript, process data & output Blogger feed data to HTML. This script can be hosted on a different domain with HTTP or HTTPS (works best for compatibility) protocols for any Blogger blogs (with or without HTTPS enabled).
Continue

COMMENTS