🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Disqusin.js is an easy to use jQuery plugin that uses Disqus Web API to fetch and display Disqus comments/feeds/conversations from a specific website.

Disqus

Documentation

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/     ); });

You May Also Like