Single Function to Handle Custom Menus with Apps Script

Create Any Nested Custom Menu Structure in Google Sheets, Docs, Slides, Forms Introduction Custom menu is a very handy tool to manage the custom scripts and functionalities for the end users. However, it’s a little bit of crowded and tedious when more and more scripts are added to the menu. To organize the scripts and … Read more

Add View Count with Microsoft Power Automate

Intro In this post, I shared a solution to add view count to blogger posts with Google Apps Script. However, we need to add some custom code to every single post manually. This is a solution to add the code automatically to the post with Power Automate. Instructions 1. Build an automated cloud flow. 2. … Read more

Add View Count to Your Blogger Posts

An Alternative Solution with Google Apps Script GAS106 Intro “Post View” or “View Count” feature is not supported in the post of Google Blogger for some reason. And it’s even not in the blogger API service. To show the post views on every single post of yours for the viewers. Here is my simple and … Read more