Follow the steps,
- Go to Blogger
- Layout > Add a Gadget
- Select HTML/JavaScript Gadget and Paste below code.
<div id="recentcomments" class="dsq-widget"><script type="text/javascript" src="http://yourshortname.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=0&avatar_size=32&excerpt_length=200"></script></div>
Before Paste:- replace
yourshortname.disqus.com
with your site's disqus id. 5
indicate how much recent comments display in your widget, replace as you want with number.0
is for displaying avatars in widget for comment, to hide avatar replace 0 with 1.32
size of avatar, replace according to your widget size in blog.200
is for how much character from comment is showing in that widget for each comment.