Advertisement
Techman

Disqus combination widget setup instructions

Sep 17th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <script type="text/javascript" src="http://(shortname).disqus.com/combination_widget.js?num_items=5&amp;hide_mods=0&amp;color=white&amp;default_tab=recent&amp;excerpt_length=100"></script>
  2.  
  3. 1) Replace (shortname) with your Disqus forum shortname
  4. 2) excerpt_length = character excerpt limit from comments
  5. 3) hide_mods = hide moderators. 1 to enable, 0 to disable.
  6. 4) num_items = number of items per list
  7. 5) color = color of widget. You can choose from white, red, green, etc. You can use CSS to style this Disqus widget if you want.
  8.  
  9. Note: This widget is the combination widget. I don't know the direct script for just the recent comments widget.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement