/Disqusin.js

jQuery plugin disqus feed and stream

Primary LanguageJavaScriptMIT LicenseMIT

Disqusin.js

jQuery plugin disqus feed & stream.

Sample

$(document).ready(function(){
    $(".anu").disqusin(
        disqus_shortname = "bachors", // feed your disqus by disqus_shortname
        username = "icanbachors", // https://disqus.com/by/icanbachors
        limit = 5, // default & max 25
        load_more = true, // true or false
        api_key = "Your API Key" // https://disqus.com/api/applications/
    );
});