Blogger Posts Lister Web App: Dynamically Generates List Of All Posts On Blogger Blogs Using Blogger API v3.0
Last updated on 2 Jul 2025 Quick Info Deployed site on GitHub Pages GitHub public repo This Blogger Posts Lister app lists all post titles from any public Blogger blog using its URL or ID, and a user specified Google API Key. **Important:** The user specified API Key may be optionally remembered by storing it in user's browser local storage for convenience. The user is responsible for the key's security and usage quotas. The key needs access only to Blogger API and the key's 'Application restrictions' settings should permit access to blogs (websites) whose posts user wants to list. The details section covers why user has to specify API key. To list all posts of a public Blogger blog, do the following: Specify the Blogger blog by its URL or ID Specify a valid Google API key for accessing that blog Click on 'Initialize API Client' button and wait for it to give a message that Google API client is ready. Now click on 'Get All Posts' button and wait for...