disqus is a popular site commenting system
0
votes
1answer
10 views
How can I view discus comment text in google analytics?
I used rails to develop my website, and I've installed disqus and google analytics.
I would like to be able to view the content of comments made via disqus in my google analytics dashboard. Is this ...
0
votes
0answers
16 views
How can I use the DISQUS count link in my asp.net mvc 4 razor link?
I have a razor link that looks like this:
@Html.ActionLink("Comment", "Comment", new { id = item.NewsId })
In the Disqus install info it says:
Place the following code before your site's closing ...
0
votes
1answer
25 views
How do I add my project to 'sys.path' on windows? (trying to use disqus_export.py)
I'm trying to use the command disqus_export.py from 'django-disqus' to export my comments from django.contrib.comments to disqus.
When I use disqus_export.py in my outer project folder(where ...
-1
votes
0answers
11 views
Wordpress 3.5.1 use Disqus on localhost with test API
I found a WP plugin Disqus Comment System after installation it require API & I first want to test it on localhost as my site is not live. And there is no test API on Disqus site.
Please guide me ...
0
votes
1answer
14 views
Disqus Container (disqus_thread) element is missing.
I tried to integrate Disqus in my site, but it never displays, and on the console it says this:
DISQUS: Container (disqus_thread) element is missing.
I dug around for a while to understand what it ...
0
votes
1answer
11 views
Is it possible to use Disqus without using links?
So I need a comment system for my site but when I was reading the tutorial on how to install it, it seems that the comments are linked to a url. My site do not have that, I have instead a bunch of ...
0
votes
0answers
12 views
Creating an anonymous post with disqus API fails
I am trying to use the Disqus API to post an anonymous commment, without success. I am using Fiddler Composer with the following settings:
POST http://disqus.com/api/3.0/posts/create.json
Host: ...
0
votes
1answer
51 views
Disqus comment count in jQuery UI Tab title
I'm trying to get the Disqus comment count to show up in the tab title of a jQuery UI tab.
Disqus says:
Append #disqus_thread to the href attribute in your links. This will tell Disqus which ...
0
votes
1answer
45 views
DISQUS comments in asp.net webforms
Hi i want to use DISQUS comments system. But i couldnt find any resource for C# asp.net webforms, examples , source code or implement. I have found a project in codeplex and CodeProject
but it seems ...
0
votes
1answer
24 views
Can Disqus be programatically made read-only / read-write?
For a new site we’d like users to have to log in to be able to leave comments but would like all users to read them. Is there a way to programmatically set Disqus into a read-only mode on a per-call ...
0
votes
1answer
47 views
Retrieving all comments from Disqus with PHP script
I have a PHP script I found and I am trying to use to get comments from a blog thread, it seems to all be there, but I can't work out why it's not working correctly. I keep getting this error
...
0
votes
1answer
41 views
Disqus wordpress plugin doesn't connect to API
I'm working with Wordpress 3.5.1, and trying to use the Disqus Plugin. It works just fine on my localhost, but not on the server.
The login screen pops up, but as soon as I enter my login ...
0
votes
0answers
23 views
number of comments,disqus comments plugin
I am using "disqus comments" plugin to every post in website. I have to get number of comments and depends on count number i have to show featured posts.
how can I get number of comments from this ...
0
votes
1answer
61 views
Showing Disqus comment count in a DIV or SPAN - not <a href>
We currently have our Disqus comment counts showing on each post on our homepage inside an tag, and we see this is updated by some javascript which detects whether #disqus_thread is present on the ...
-1
votes
1answer
32 views
Disqus api: count the number of comments on each page of my blog
I would like to create a list with the number of comments on each page of my blog.
Is possible with the Disqus API?
There is a call that counts comments starting from the URL of the page?
Thanks.
0
votes
2answers
32 views
Implement different disqus shortnames in Opencart
I'm using opencart 1.5.5.1.
On the products pages I've already successfully changed the "Review" tab with a discussion tool by Disqus! and it works great.
But my website is dual language ...
1
vote
0answers
52 views
How to reset Disqus width on mobile orientation change
I have an html page, I am using twitter bootstrap for a responsive layout, and I am also using Disqus for comments. When I initially load the page, from my mobile phone (iPhone 5) everything loads ...
1
vote
0answers
51 views
Disqus comments shown in all Blog posts in Django 1.5
Before someone telling me that this question is duplicate, I have read the solutions for all django-disqus related questions similar to my problem.
I have a Django based blog application.
Downloaded ...
0
votes
1answer
44 views
PHP website: Get Disqus comments and comment counts per image id
I'm trying to get the DISQUS comments and comment counts associated with a particular image ID for my PHP site.
1) Get comment count:
To get comment count, I've followed DISQUS' guide, but it just ...
0
votes
1answer
40 views
Disqus commenting system - comments are getting saved but not getting displayed after page refresh?
I just signed up for a disqus account to set it up on my website.
I registered my website URL as http://www.mydomain.com
The place that I'm implementing the commenting system is in
...
0
votes
0answers
61 views
Questions about DISQUS - get comments and comment count
I'm trying to achieve a few things with DISQUS as demonstrated in the picture below (boxed in red) for my comics website...
Get comment count of a particular comic
Get specific comments, like most ...
1
vote
2answers
158 views
Getting DISQUS comment count
I'm trying to get the comment count from a comic on my comics website... for example comic id 66 has 2 comments. I'd like to get that count and display it on another page. So far when I follow the ...
1
vote
1answer
11 views
Disqus API listPosts doesn't include links back to the original page
I am using this API http://disqus.com/api/docs/forums/listPosts/ to get the list of recent comments, but the result from the API doesn't include the links for the content page on my site. I have tried ...
1
vote
0answers
56 views
Disqus plugin not showing on all the posts
I have been trying for a few days to figure this out but to no avail. Actually in my Wordpress blog, I am using the disqus plugin for comments but it's only showing 1 or 2 posts of around 15 posts. I ...
0
votes
1answer
30 views
Javascript configuration for django-disqus not working
I'm new to Stack Overflow, so I'm sorry if my question is too naive. I'm building a Django based website on Heroku, and I've added the Disqus comment system using django-disqus. Users can also login ...
0
votes
1answer
19 views
disqus where to grab access_token
Based on this link
"Authenticating as the Account Owner
Many applications simply want to perform actions on behalf of the account owner. You can do this using the standard OAuth flow, except that you ...
0
votes
0answers
24 views
Multiple DISQUS threads: display all for noscript?
There is a helpful script to display multiple DISQUS threads:
https://github.com/disqus/DISQUS-API-Recipes/blob/master/html/disqus_reset.html
The problem is that you reset them so actually only one ...
2
votes
2answers
69 views
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, ...
0
votes
0answers
26 views
Disqus comment box overlap with my footer
I have a issue about my footer. I begin to use disqus comment box and test it with 5 comments,but after writing 5 comment, my comments start to overlap with my footer. My footer does not move with a ...
0
votes
1answer
32 views
Merging/aggregating disqus
Odd question - Would it be possible to merge two disqus widgets so they aggregate comments from between two sources?
So say if you have two identical articles, A and B, on two separate websites that ...
0
votes
1answer
54 views
Subscribe User via JSON - DISQUS API
I want to create a button that subscribes a user to a disqus thread.
I need some help with the DISQUS API
I already played alot with it, also tried it via the DISQUS Console ...
0
votes
2answers
303 views
Where can I customize the appearance of Disqus in my Octopress blog?
I am using Octopress for my blog. I set up Disqus and it shows up on every article. However, I really need to customize the look because right now there is literally no space between the whole disqus ...
0
votes
0answers
75 views
Disqus widget tab gone
Can't find information on it anywhere. Lots of tutorials show a simple widget setup on disqus account, but my account seems to be missing Widgets tab from Tools section. Any ideas? Was there an update ...
0
votes
1answer
47 views
Disqus comment count in TYPO3 tt_news
Is there a possibility to create in TYPO3 tt_news list/latest view link to article with #disqus_thread at the end of link i.e.:
<a ...
0
votes
0answers
30 views
Disqus API to parse thread message
I am trying to parse a thread message through the Disqus API with no success. This is my call in a php script:
$endpoint = ...
1
vote
1answer
149 views
Disqus API: create comment as guest
I'm trying to use the Disqus API to add a post to an existing discussion/forum.
In the documentation I can read that I can send a comment without authentication, as a guest.
The documentation says ...
0
votes
0answers
33 views
Assigning disqus_identifier to a specific wordpress post?
I want to assign a specific disqus_identifier to a specific post on my Wordpress blog while retaining the default string that automates the process for the rest of the blog, however I don't know much ...
0
votes
1answer
18 views
Disqus notificaiton settings
If I check "Which sites do you want notifications for? Check to enable." in http://disqus.com/account/notifications/. Will all moderators receive email notification or just admin ?
0
votes
1answer
133 views
Disqus Integration with ASP.NET MVC
We just want to integrate Disqus commenting system with our asp.net mvc application that is being tried with Disqus SSO features. The steps are followed as described in below urls:
...
2
votes
1answer
92 views
Disqus Comment Using Login of my website
I am planning to use DISQUS comments in my portal.
It provides comments through FB,TWEETER, WOrdpress and DISQUS login I want my users to post comments also if they are logged in my website and not ...
0
votes
2answers
177 views
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 ...
0
votes
1answer
157 views
Get all comments from disqus rss feed
How do I paginate through this rss feed to view all comments?
http://npr2way.disqus.com/dead_mice_are_going_to_be_dropped_on_guam_from_helicopters_really/latest.rss
2
votes
2answers
173 views
How to load disqus when scroll to the bottom of the page?
I see some jekyll powered blogs use disqus for comments and where the comments section won't load untill you scroll to the bottom of the page.
How can I approach this?
I've tried something like ...
0
votes
1answer
48 views
disqus api: get edited posts
I'm using the disqus api to get all the posts and using the cursor to do the pagination, i store them in my data base.
The problem is if someone writes a post and my application gets it and stores ...
0
votes
2answers
122 views
Making Disqus 2012 RTL
AS you know Disqus 2012 loads in an iframe and no longer we are able to customize it! it is not a very big deal for LTR languages such as English but for Persian and Arabic it is very big deal. is it ...
0
votes
1answer
22 views
Remove extra characters from URL after Disqus is installed
After installing Disqus, some URLs are being modified to include extra characters with #
Example: /#.URsPE-hf3PX
How can I disable that?
0
votes
0answers
31 views
Disqus dynamic subdomain
When signing up for a disqus account you are provided with a link for the embed code:
'http://' + disqus_shortname + '.disqus.com/embed.js';
The embed.js you receive wil be your own custom version. ...
0
votes
1answer
40 views
disqus comment to refer to a section of a page
I have a long long HTML page...
separeted in sections (h2)
And I have added disqus at the bottom.
I would like people to write a comment on disqus.
People write a comment and that comment really ...
0
votes
1answer
45 views
Disqus: is it possible to post from foreign identity
I develop ios-application and my target is to deploy Disqus comments to app.
Is it possible to post comments from foreign identity? (Facebook, Twitter, etc)?
I found this post to Disqus developers ...
-1
votes
1answer
112 views
Disqus 2012 comments [closed]
Is there a way to remove the commens and reactions in disqus?
I just want the comment count as a number, I don't need the full sentence.
I've seen solutions for this but I think they aren't working ...

