Let's see how to add this to your Blog
...................................................................................................................................................................
Adding Disqus Resent Comment Widget To Blogger
- Go to Blogger >> Layout
- Click on Add a Gadget
- Select Add HTML/Java Script widget
- Copy and paste the below code in it and save.
<div id="RecentComments" class="dsq-widget"><script type="text/javascript" src="http://yourdomain.disqus.com/recent_comments_widget.js?num_items=5&hide_mods=0&hide_avatars=0&avatar_size=32&excerpt_length=50"></script></div>
remove yourdomain and add your own domain.
And then if you want you can customize the the widget.
num_items > Number of comments to show
hide_mods > Hide moderators comments 0 for shown 1 for hidden
hide_avatars > Hide or show the images 0 for shown and 1 for hidden
avatar_size > size of the images in pixels
excerpt_length > character excerpt length
So enjoy with your new look.