Home > disqus.js

disqus.js

Disqus.js is a project mainly written in JavaScript, based on the MIT license.

A client-side JavaScript library for the Disqus API

disqus.js: A pure client-side JavaScript library for the Disqus API

This is a client-side JavaScript implementation of the Disqus API (version 1.1) that allows you to use the API from a static HTML directly inside your browser.

It uses JSONP for GET API calls and form posts for POST API calls. As a consequence, the result of POST API calls cannot be known. But this only affects a couple of API methods only. The library is functional and usable for everything else.

More usage examples will be added to the samples directory soon.

License and Copyright

Copyright (c) 2010 Ates Goral Licensed under the MIT license.