Add Disqus Recent Comments Widget to Blogger
Adding Disqus Recent Comments Widget to Blogger.
You can add this widget code inside any text/html block inside your blog.- Go to Blogger >> Layout
- Click on Add a Gadget
- Choose the HTML/JavaScript widget
- Now add it anywhere you like on your blog
<div id="RecentComments" class="dsq-widget">
<script type="text/javascript" src="http://mybloggerworld.disqus.com/recent_comments_widget.js?num_items=5&hide_mods=0&hide_avatars=0&avatar_size=32&excerpt_length=50"></script>
</div>
Configuration.
After the ? in the URL, you can see a bunch of parameters. These are used to customize the functionality of the widget. Here is a brief description for each of them.num_items - Number of comments to show in the widget
hide_mods - Hide moderators' comments (1 for hidden, 0 for disabled)
hide_avatars - Hide display images (1 for hidden, 0 for shown)
avatar_size - Avatar size in pixels (32 by default)
excerpt_length - Character-length of the excerpt (1000 by default)
0 comments:
Post a Comment