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:

738 questions
7
votes
3 answers

How to get all the comments from Disqus?

I want to fetch all the comments on CNN whose comment system is Disqus. As an example, http://edition.cnn.com/2013/02/25/tech/innovation/google-glass-privacy-andrew-keen/index.html?hpt=hp_c1 The commenting system requires us to click on "load more"…
Kenneth Yang
  • 73
  • 1
  • 1
  • 7
7
votes
4 answers

Does Disqus have public events to attach to?

I need to perform some re-calculations after disqus form gets an update. A new comment, error message just to name a few. In essence any event that causes the Disqus iframe to expand vertically. Checked the API, but didn't find any public events.…
spliter
  • 12,321
  • 4
  • 33
  • 36
7
votes
2 answers

Why are Chrome exceptions for third-party cookies not working (results in inability to use Disqus)?

So Disqus has not been working for me for some time, and they finally, handily, added a little notification that it's due to third party cookies being blocked. Great, I said, let's take care of that. So I added an exception for disqus.com to…
bhuga
  • 1,292
  • 1
  • 14
  • 24
7
votes
1 answer

Allow users to add disqus/facebook comments plugin

Imagine a tool that helps people to build their portfolios. As a part of it, the tool allows its users to add disqus/facebook comments widget on their portfolios so that people visiting their portfolios can comment on the portfolio. From the tool…
Rajat
  • 32,970
  • 17
  • 67
  • 87
6
votes
1 answer

JQuery live + Disqus / Google Analytics

I'm using the following function to overload my website url links with Ajax: $(document).ready(function() { $('.insite').live("click", function(ev) { if ( history.pushState ) history.pushState( {}, document.title, $(this).attr('href')); …
Roch
  • 21,741
  • 29
  • 77
  • 120
6
votes
4 answers

"We were unable to load Disqus." with jekyll's default minima theme

When setting up my personal blog with jekyll, I found that I cannot get the comments section shown. It kept telling me: We were unable to load Disqus. If you are a moderator please see our troubleshooting guide. Relevant code: (For the complete…
nalzok
  • 14,965
  • 21
  • 72
  • 139
6
votes
3 answers

Disqus Integration with my authentication system

Is it possible to integrate Disqus with my existing authentication solution? I am developing a app using RoR and authologic!
Thiago Diniz
  • 3,041
  • 5
  • 30
  • 35
6
votes
1 answer

JavaScript - How does Disqus handle its "disqus_config" function which contains undefined property?

Here is a part of the Disqus's "universal code": var disqus_config = function () { this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with…
gokan
  • 1,028
  • 1
  • 14
  • 30
6
votes
2 answers

Javascript file embedded by Disqus ("alfie.f51946af45e0b561c60f768335c9eb79.js") and redirect in its code

I just noticed this JavaScript file is embedded in many pages of my site where Disqus comments is enabled. http://a.disquscdn.com/next/embed/alfie.f51946af45e0b561c60f768335c9eb79.js Any idea what is its purpose? I found out that it automatically…
user5151986
  • 111
  • 4
6
votes
1 answer

Disqus in Ionic APP

I am trying to implement disqus commments in my ionic app. I know I have to host it on the domain its setup for which I believe I have configured correctly. Any assistance will be welcomed Here is the code in my app.js for the ionic…
BCLtd
  • 1,459
  • 2
  • 18
  • 45
6
votes
2 answers

POST https://localhost:26143/skypectoc/v1/pnr/parse net::ERR_CONNECTION_REFUSED

I use DISQUS in my polymer site, i got this error about three hundreds,and i checked polymer-project.org ,it had the same problem. POST https://localhost:26143/skypectoc/v1/pnr/parse net::ERR_CONNECTION_REFUSED polymer-project.org site: my…
Jim
  • 767
  • 1
  • 10
  • 24
6
votes
2 answers

Disqus SSO - Not working

I am using Python and Django to log into Disqus. The admins have confirmed that the account has SSO enabled and their debug tools confirm that my login token is correct.. However my config seems to be ignore.. Login buttons are not getting replaced…
Lee
  • 5,816
  • 6
  • 45
  • 61
6
votes
1 answer

Open links in Disqus threads in a new tab

Currently I'm using Disqus on my site. It's great, but the only downfall is that when users posts links in their comments and it's clicked on then it sends traffic away from my site. I want the links to open in a new window/tab. I've emailed Disqus…
Geblord
  • 63
  • 4
6
votes
4 answers

integrating disqus with emberjs only works on first page load

I am running ember-1.0.0-rc.5 and created a view for disqus comments which i'm passing the article ID. My Problem is that disqus does not know when i switch from one page to another. This is the view code: App.DisqusView = Ember.View.extend({ …
Blair Anderson
  • 19,463
  • 8
  • 77
  • 114
6
votes
5 answers

How to run javascript after Disqus loaded

I am trying to work with Disqus api and I need to run some javascript code that modify Disqus comments thread. How to run the javascript code after Disqus thread has loaded?
qwerty
  • 227
  • 1
  • 2
  • 10
1 2
3
49 50