1. To make it simple , the badge icon make it exactly like Facebook verification checkmark, the only thing that will make it different is the colour mine will be black and white. 2. The verification icon make it appear on post automatically except comments. I found out that it’ll be more effective targeting profile url example: const verifiedAuthors = [ "https://www.blogger.com/profile/09876543210987654321", // Author or admin "https://www.blogger.com/profile/11223344556677889900" // author or admin ]; The code will be implemented on layout to make the editing simple in case I want to add new author to have verification on comment sections. This will stop other users from having the verification badge, this will give me the option to edit the layout to add the profile url I want to show badge on comment. 3. It’s not necessary for the reply that copy user name automatically to clipboard. Remove it and make it simple reply without copying names.