I manage a static site for a customer who uses Blogger for news. I want to 
include the latest Blogger article title in the static site with a "read 
more" link. I believe the Feed API will let me do this.

I have looked at the documentation and it seems that an API key is not 
required, is that correct? The documentation says that I simply need to 
call the API like this:

<script type="text/javascript" src="https://www.google.com/jsapi";
></script>. 

I ask the question because part of my learning process took me to this 
page: 
http://jquery.malsup.com/gfeed/ 
which suggests the call looks like this: 
<script type="text/javascript" src="http://www.google.com/jsapi?key=[your 
API key]"></script>

Another puzzle for me is that I visited the code playground page and 
selected Blogger/Posts/Retrieve Post from the left menu and entered the URL 
of the blog I am working with. The result was perfect. However, when I used 
a cut-n-paste to create exactly the same HTML page locally, the result I 
get is:
entry 304 from 2013-02-13T17:20:50Z
entry 303 from 2013-02-13T17:19:46Z
entry 302 from 2013-02-13T17:18:41Z
entry 301 from 2013-02-13T17:17:30Z

I have made no changes to the code I lifted from the Code Playground...I 
guess I'm missing something really obvious.

Hope someone can shine some light on the situation for me.

Thanks

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
https://groups.google.com/d/msg/google-ajax-search-api/-/kN9PR8orKx4J
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to