Questions tagged [disqus]

Disqus is a global comment system that improves discussion on websites and connects conversations across the web.

Disqus is a service and tool for web comments and discussions. The Disqus comment system can be plugged into any website, blog, or application. Disqus makes commenting easier and more interactive, while connecting websites and commenters across a thriving discussion community.

Links:

732 questions
68
votes
6 answers

How do I use disqus comments in github pages blog (Markdown)?

Is it possible to integrate disqus html comments in a blog using github-pages? I like the idea of using github, jekyll and markdown to manage my site and blog for simplicity. However, I'd like to include disqus commenting capability. However,…
Jon
  • 939
  • 2
  • 10
  • 16
45
votes
7 answers

Redirect all trailing slashes globally in express

I am using Node.js and Express and I have the following routing : app.get('/', function(req,res){ locals.date = new Date().toLocaleDateString(); res.render('home.ejs', locals); }); function lessonsRouter (req, res, next) { var lesson =…
Michael
  • 19,964
  • 33
  • 119
  • 171
37
votes
1 answer

Not enough data error : while doing Disqus SSO

I am trying to integrate Disqus SSO in my site. var DISQUS_SECRET = "xyz"; var DISQUS_PUBLIC = "abc"; var disqus_developer = 1; function disqusSignon() { var disqusData = { id: "{{ user.id }}", username: "{{ user.username }}", …
ankit
  • 1,290
  • 2
  • 22
  • 41
33
votes
8 answers

Several disqus-threads on one page

we have a website where we have list a lot of events, and would like to add discussions to each of the events. So we wanted to use disqus, and checked it out. Turns out they use global variables to configure the instance. like; var disqus_shortname…
Espen Schulstad
  • 2,095
  • 3
  • 19
  • 30
29
votes
7 answers

Disqus comments fails to load on localhost?

I would like to use the universal code and have ran into difficulties getting the most basic functionality done. I would like to create a shortname for test and one for my deployment, which I did from the Disqus admin panel. Here is the disqus code…
rhodee
  • 1,227
  • 1
  • 14
  • 27
22
votes
5 answers

Creating a website forum/discussion group with Disqus?

Disqus seems increasingly popular for comments on website blogs. It is impressive what a good job it does integrating with Facebook, Twitter, et al. For those that are familiar with Disqus and its API, would it possible to create a forum/dsicussion…
James Newton-King
  • 44,416
  • 22
  • 106
  • 128
18
votes
4 answers

Best way to add Disqus comments to a Rails application?

Is there anything better than the Disqus Ruby Gem? Perhaps something geared specifically towards Rails? (The Disqus gem might be the best option, I just haven't been able to find much color one way or the other).
Tom Lehman
  • 75,197
  • 69
  • 188
  • 262
14
votes
1 answer

Does Disqus store your Comments?

I just stumbled upon Disqus today and am wondering why I would ever need to create my own Comment/Post model again :). Does Disqus store comments in their own database or do you have to store them too? How does this impact performance? Is Disqus…
Lance Pollard
  • 66,757
  • 77
  • 237
  • 416
14
votes
1 answer

inline javascript within handlebars template

Is there no way to have an inline script within a Handlebars template? When the above template renders, the inline…
Rajat
  • 29,134
  • 17
  • 60
  • 84
13
votes
5 answers

How to Remove Disqus footer from webpage

I want to remove the footer of Disqus plugin. Disqus works fine, but the footer looking a little iterating. I want to remove the footer so that I can only see the relevant comments. You can see the footer at the end of the image.
A.J.
  • 6,664
  • 10
  • 55
  • 74
13
votes
3 answers

What is the best approach to use Disqus in a single page application?

What is the best approach to use Disqus in a single page application? I see that the angular js docs has implemented it successfully. Currently our approach looks like is this in our AngularJS app, but it seems unstable, is hard to test, and loads…
13
votes
5 answers

How to remove Disqus reaction from the counter?

Two questions for Stackoverflow ninjas: I have a blog using Disqus. However, the theme I'm using do not have space to have the 'Reactions' (# of Twitters), just have the space for the numbers of the Comments.OK, Basically I do not have space enough…
Daniel Neves
  • 149
  • 1
  • 4
12
votes
7 answers

Pros and cons of commenting systems and APIs (Disqus vs Facebook Comments vs Intense Debate vs Echo)?

With the release of the new Facebook commenting module, could people please share their experiences with the various commenting systems -- specifically, Disqus, Echo, Intense Debate, and Facebook Comments? What are the pros and cons of each…
Crashalot
  • 31,452
  • 56
  • 235
  • 393
12
votes
2 answers

Is it possible to use the Disqus API to get comments from a specific url?

I would also like to do this using javascript client-side scripting only if possible.
Xavier
  • 7,987
  • 13
  • 61
  • 93
1
2 3
48 49