Recent Comments Widget with Hide Author Comments function For Blogger
A few days ago Mrpolie asked if there was a way to hide the author's comments in the Recent Comments widget so we can only see the comments of the readers and hide our replies. So, in this post, I will introduce you the latest comment widget that comes with this feature. If you only want to show comments to blog readers and not your own, you just need to edit the "Blogger User" text that you post below.
Key features of this breaking comments widget:
- You can hide your comments
- Resize avatars
- Set the number of comments to display
- Set comment length to display widget
Step 1. Go to Layouts in your Blogger dashboard and click on the gadgets link
Step 2. Select the HTML/JavaScript widget in the pop-up window
Step 3. Copy and paste the following code:
Latest comment round avatar widget:
Click here to see the code
Recent Comment Widget with post title (no avatar):
Click here to see the code
Make some changes before saving.
- To set the number of comments to display, change the orange line to the value " 5 ".
- For the number of characters, the value of the green line changes to " 67 " (for the 2nd widget it is 95 )
- To hide your comment, change it Blogger users write TWICE with your username
- To change avatar size, change " 50 " from blue line.
- If you don't want a circular avatar, remove this line:
Key features of this breaking comments widget:
- You can hide your comments
- Resize avatars
- Set the number of comments to display
- Set comment length to display widget
Recent Comment Widget with Hide Author feature
Step 1. Go to Layouts in your Blogger dashboard and click on the gadgets link
Step 2. Select the HTML/JavaScript widget in the pop-up window
Step 3. Copy and paste the following code:
Latest comment round avatar widget:
Click here to see the code
Recent Comment Widget with post title (no avatar):
Click here to see the code
Make some changes before saving.
- To set the number of comments to display, change the orange line to the value " 5 ".
- For the number of characters, the value of the green line changes to " 67 " (for the 2nd widget it is 95 )
- To hide your comment, change it Blogger users write TWICE with your username
- To change avatar size, change " 50 " from blue line.
- If you don't want a circular avatar, remove this line:
Step 4. Save your widget and you're done!-webkit-border-radius: 100px; -moz-border-radius: 100px;border-radius: 100px;
Post a Comment for "Recent Comments Widget with Hide Author Comments function For Blogger"