Topic: Documentation

  • CSS Documentation

    This document briefly describes the most important elements styled in the IntenseDebate CSS files. Important: In order to style the […]

  • Documentation Overview

    This collection of articles are aimed towards those that want to know about IntenseDebate’s inner workings, and possibly change it […]

  • Plugin Resources

    Here is a full list of links you might find useful: Plugin Directory Managing Plugins Plugins Overview Writing a Plugin […]

  • Moving Comment Box to the Top

    How do I move the comment box to the top of the comment section? You can use some experimental CSS […]

  • Add/Remove ID on WordPress Pages

    IntenseDebate hooks into the comments_template() function within WordPress. While some themes include comments on all Posts and Pages, most WordPress […]

  • Managing Plugins

    Plugin Directory You can manage your currently active plugins in the Plugin Directory. The plugin directory can be found by […]

  • Plugin API

    Introduction This page provides documentation of the API (Application Programming Interface) hooks available to IntenseDebate plugin developers, and how to […]

  • Plugin API Reference

    Actions comment_vote – Runs when a comment is voted on. Action function arguments include: comment_id, vote, comment_rating comment_post – Runs […]

  • Plugin Examples

    Looking for a few examples to get you started? Look no further! Quick Links: YouTube AddToAny Share Button for Posts […]

  • Plugin Overview

    Introduction Plugins are tools to extend the functionality of IntenseDebate. This article contains a brief introduction to plugins and links […]

  • Submitting a Plugin

    Adding a plugin to the directory Once you’ve completed your plugin and thoroughly tested it you can submit your plugin […]

  • Writing a Plugin

    Introduction IntenseDebate Plugins allow easy modification, customization, and enhancement to the IntenseDebate comment system. You might not be able to […]