Tagged Questions
disqus is a popular site commenting system
8
votes
3answers
2k views
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 ...
7
votes
5answers
2k views
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 ...
6
votes
1answer
325 views
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 ) ...
6
votes
1answer
583 views
Does Disqus store your Comments? [closed]
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 ...
5
votes
4answers
941 views
How do I implement Disqus in ASP.NET MVC?
I'm in the middle of specifying the build/buy trade-offs for a public website and have hit a rather interesting avenue.
Background
Part of the design of the website is to incorporate comments ...
5
votes
1answer
441 views
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!
4
votes
5answers
7k views
How to display Facebook Like button and Twitter Tweet button next to each other?
For the love of Christ I cannot get the damn FB Like button and the Tweet button to display next to each other!!
HTML:
<div class="grid_3 social">
...
4
votes
1answer
918 views
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.
4
votes
3answers
951 views
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 ...
3
votes
2answers
20 views
Disqus Loading the same comments for dynamic pages
I have a dynamic page that loads different ideas. I am using disqus for the comments, but disqus keeps loading the same comments for each idea.
Here is the website. ...
3
votes
3answers
155 views
Disqus Data Synchronization with PHP API
http://docs.disqus.com/help/58/
Can someone show be howto get that working? I'm not sure I understand how to use the code shown in a real life context.
I've created a database and have downloaded ...
3
votes
1answer
298 views
disqus api for dynamic page
I developing a web application where each user can create the his own pages using the widgets provided and disqus api is one of the widgets. I trying to use the disqus api ...
3
votes
1answer
769 views
Rails 3: adding DISQUS gem for comments
Hi I'm trying to get DISCUS comments working in a Rails 3 app.There doesn't seem to be a good guide for setting this up.
The comment system won't show up and all I get in the view is this :
...
3
votes
3answers
159 views
In Python is it considered bad practice to import something solely to expose it in a more convenient manner?
This probably won't make sense without an example. I'm using python-disqus in my Django app, and I'm wrapping it to better decouple it from the rest of my application.
I have a file, disqus.py, which ...
3
votes
3answers
393 views
Integrate Disqus in iPhone APP
Is there a Disqus API to use with iOS? We're aiming to develop an app for a website which uses disqus as comment service, and we're trying to use it with the mobile app.
I've seen Rade | Eccles way ...
3
votes
1answer
580 views
Import Facebook comments into Disqus
I'm migrating my website comment system from Facebook to Disqus. The problem is that it seems I will lost all the comments I already had...
Disqus uses the Facebook API for a few things, but can it ...
3
votes
1answer
460 views
Open-source comment engines
I'm looking for a solid open-source commenting engine written in PHP. It needs to have workflow/moderation capabilities as well.
I've checked into Disqus, and while I like the concept, the site ...
2
votes
1answer
71 views
Workaround to prevent Facebook “Like” cross-domain error?
I've been working on this particular error for a week now, debugging different social buttons and narrowing it down to Facebook in general: every "Like" button I've implemented (HTML5, xfbml, etc.) ...
2
votes
1answer
113 views
Best way to handle comments on your website
We're developing a website that will try to have a lot of interesting quality content and hopefully will attract a big, vibrant community. So, we expect that our future users will comment a lot.
Time ...
2
votes
2answers
389 views
Disqus Comments Pagination
I have disqus comments in my webpage. I am using the below script which is given by disqus, for displaying the recent comments.
<script type="text/javascript" ...
2
votes
1answer
320 views
jquery script to monitor disqus comment addition?
I would like to write a small script to monitor the disqus comments added on a page and fire some notification callbacks whenever new comments are added.
The simplest way for me to do it would be to ...
2
votes
4answers
635 views
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 ...
2
votes
1answer
570 views
How to use Disqus gem in Rails?
I'd like to use Disqus gem in a Rails app. I read through the documentation but I cannot figure out how to configure it. It appears to say we need to set a bunch of values initially. How should I ...
2
votes
1answer
145 views
2
votes
1answer
242 views
Import logged in user disqus comments
I have set up an openid logging in system for mysite and the famous disqus commenting system.
How can I integrate these both, i.e. retrieve the logged in user information in the disqus commenting ...
2
votes
3answers
371 views
All of the disqus comments are showing up on all the blog pages
I've built a blog type app. in django. And I'm trying to integrate DISQUS for comments using montylounge's django-disqus. But comments from all the blog posts are showing up on every blog page. What ...
2
votes
2answers
4k views
Add Comment and Reaction Count in Wordpress with Disqus plugin
Okay I'm trying to add comments and reactions count just like what you would normally see on some wordpress blogs like http://johntwang.com/blog/ where on the left top of each post there is ** comment ...
1
vote
0answers
49 views
Customizing Disqus comment template and CSS
I am working on a blog for a yoga studio
I'm having a hard time customizing the Disqus comment section. I've gotten as far as adding my styled box around the comment section and modifying text size ...
1
vote
1answer
66 views
Disqus Comment System - margin left offset
I need to increase the margin-left on comments that are parents (comments that are replies).
The margin left is now 46px, 58px etc.
Is there some way to set the margin-left disqus should offset ...
1
vote
0answers
28 views
Disqus API - Post -> What does highlight do?
I'm currently comparing commenting systems and try to find out which comment system allows anything close to "editors picks" - that is admins can flag a post/comment as valuable and once a discussion ...
1
vote
2answers
81 views
How to open comments from disqus in my iOS app
I have RSS reader, and it's using disqus.com to comment stories, but I can't open only comments from my webpage.
I've tried to remove text from HTML, but it is removing comments too.
I've tried to ...
1
vote
1answer
50 views
Display just the number of comments
I'm currently setting up DISQUS and would like to display the number of comments for a specific post.
DISQUS provide a piece of code(http://docs.disqus.com/developers/universal/) to do this but it ...
1
vote
0answers
126 views
Why doesn't “Share on Twitter/Facebook” box appear upon click of Disqus “Like” button when using IE7?
Beneath any article with Disqus embedded, there is a Disqus "Like" button which should produce a box asking "Glad you liked it. Would you like to share?"
See, for example, ...
1
vote
2answers
114 views
Disqus API in iPhone App
Is it possible to hook-up natively (in Objective-C/CocoaTouch) to the Disqus API (e.g., not using the WebView)?
Thanks!
1
vote
1answer
150 views
Disqus API for getting the list of posts from the forum
I am using the Disqus API for getting the list of posts for a particular forum.
The url that i am using to get the posts is -
'http://disqus.com/api/3.0/forums/listPosts.json'
In the disqus api docs ...
1
vote
1answer
39 views
Is there a way to find all webpages with specific CSS classes or id's? A search engine for markup?
I'm trying to find websites with the Disqus commenting platform implemented (see a post on avc.com for reference). All Disqus comments are contained within a div with the id "disqus_thread". I've ...
1
vote
0answers
146 views
Is it possible to force Disqus or IntenseDebate use only my user repository?
I'd like to incorporate 3rd party comment service like Disqus or IntenseDebate to my site. I want to allow comments only to users that are logged in using their account on my site. I don't want them ...
1
vote
1answer
288 views
Getting Equal Height Columns jQuery Plugin and Disqus to Play Nice
I decided that a JS solution (The EqualHeights Plugin) to equal height columns would probably be best in this case, but I'm having trouble with Disqus. As you probably already know, Disqus loads ...
1
vote
1answer
202 views
Disqus comments system
everyone. I'm currently hosting my blog on my friend's server, he gave me FTP access. Each blog post has it's own HTML page, and each HTML page calls the footer JavaScript file, which document.writes ...
1
vote
1answer
230 views
Disqus popup div vs. Silverlight control Z-Order
Playing with Disqus for commenting, but the problem is that we have a Silverlight control for playing video right above the Disqus comments.
Example page: http://play.nimbushd.com/view/lfm7
When an ...
1
vote
2answers
408 views
Import Comments from Disqus to Wordpress
I love Disqus but it doesn't work with the current theme I'm using (Thesis 1.8) and therefore need to part ways. Does anyone know how to export my comments out of Disqus and into Wordpress? I have ...
1
vote
1answer
349 views
How to remove the “comments” label from Disqus' comments count script
I hope its ok to post this here. I am trying to remove the "comments" label from comment count generated by Disqus eg. "2 Comments". I want it to be just "2"
the js generating the count is ...
1
vote
2answers
192 views
How to compress HTML output except on a certain div?
I'd like to use this function:
ob_start('no_returns');
function no_returns($a) {
return str_replace(
array("\r\n","\r","\n","\t",'','',''),
'', $a);
}
But when I do, it completely ...
1
vote
1answer
646 views
Multiple DISQUS on the same page?
I need to insert the DISQUS system on a webpage of my website. Thats easy.
The problem here is that I need to insert multiple DISQUS boxes on the same page.
I need something like this. Every article ...
1
vote
1answer
167 views
Disqus like library (UI)?
Could you recommend me some HTML/HTML5/JavaScript library that can be helpful for creating UI like Disqus?
Thank you for any advice!!!
1
vote
1answer
526 views
Getting Disqus html code to show in source for SEO purposes
Hey guys..... recently started using Disqus on a site & was wondering if there was any way possible to have it so the actual html code will show up in the source page?
I noticed this site is ...
1
vote
1answer
200 views
Disqus and retrieving logged in user
I creating a system, which could be considered a wiki, and I am going to use either Disqus or Intense debate to display comments on the articles on the site.
Is it possible using Disqus or Intense ...
1
vote
2answers
422 views
How to change the color of the disqus textarea
I simply want to change the color of the textarea in disqus where one can write his comment in disqus.
I spent the last 3 hours in failing to do.
With firebug I was able to change it, and I know ...
1
vote
0answers
269 views
How to integrate Disqus plugin for WordPress with JQuery Ajaxed content?
I have implemented JQuery Ajax for dynamic content retrieval for my WordPress blog. But now I have a problem with DISQUS plugin, it just do not load anymore, because page is not reloading. For other ...
1
vote
2answers
500 views
Disqus: change captions after success with jQuery
Disqus automatically places defined captions upon request. For example: Add new Comment
I've tried to change its value with jquery on ready():
$('#dsq-new-post h3').text('Paticipa con tu cuenta ...