Langsung ke konten utama

Fetch blogger Post with google API V3

Hi Blogger, here are lists of blogger api that can be used to customized and get data from blogger as your template need. Here are output example : Output:
How to do that? before begin, you could see this googleapis collection.
https://www.googleapis.com/blogger/v3/users/userId
https://www.googleapis.com/blogger/v3/users/self
https://www.googleapis.com/blogger/v3/users/userId/blogs
https://www.googleapis.com/blogger/v3/users/self/blogs
https://www.googleapis.com/blogger/v3/blogs/blogId
https://www.googleapis.com/blogger/v3/blogs/byurl
https://www.googleapis.com/blogger/v3/blogs/blogId/posts
https://www.googleapis.com/blogger/v3/blogs/blogId/posts/bypath
https://www.googleapis.com/blogger/v3/blogs/blogId/posts/search
https://www.googleapis.com/blogger/v3/blogs/blogId/posts/postId
https://www.googleapis.com/blogger/v3/blogs/blogId/posts/postId/comments
https://www.googleapis.com/blogger/v3/blogs/blogId/posts/postId/comments/commentId
https://www.googleapis.com/blogger/v3/blogs/blogId/pages
https://www.googleapis.com/blogger/v3/blogs/blogId/pages/pageId
fisrt, we will create a part of html that will display the output or response
and then we collect the data by googleapis code as below


reference: https://developers.google.com/blogger/docs/3.0/using https://www.w3schools.com/graphics/google_maps_intro.asp http://blogtimenow.com/blogging/find-blogger-blog-id-post-id-unique-id-number/

Komentar

Postingan populer dari blog ini

How to insert google map on the web

Hi, i will show you how to add google map in your blog page. STEP-1 Simply add style for googlemap container to your template in head section or html post STEP-2 add html code to your template or post STEP-3 add this javascript code to your theme or post, beware of breakline on post, it will prevent code to work. We can use minify javascript tool to remove breakline over the code.