The last comments widget can be added to different places on your site :
- In a menu : go to Settings > Menu > add a widget (if you have more than one menu structures, be sure to select the menus concerned, for example the menu of the blog or add the widget on every site menu)
- on a page : click on
add a line
Next, select the category Gadgets
then Free zone(HTML)
and integrate the following code :
<div id="RecentComments" class="dsq-widget">
<script type="text/javascript" src="http://user-disqus.disqus.com/recent_comments_widget.js?num_items=5&hide_mods=0&hide_avatars=0&avatar_size=32&excerpt_length=50"></script>
</div>
Before saving, change user-disqus in the above text by your name on disqus. The recent comments will display on your site.