I'm trying to add disqus comments per-marker on a google map. To make it per-marker, I've added an iframe to the infowindow, with a different URL for each marker. It works, and I can post comments, but the infowindow isn't updated after a successful post; the spinner remains. Firebug says:
Access to 'file:///foo/gmap/comments.html?dsq=1...
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).
...
I succesfully use Facebook auth for my Tornado-based site using FacebookMixin. I also have Facebook Connect auth enabled for my Disqus, which placed in page using javascript widget. When user already logged in using FB to my site, they still have to log to FB again when they want to comment using Disqus.
How Discus FB Connect suppose to...
I have a blog, and I'm using Disqus for comments. I want to give users the ability to tag comments, but I can't figure out where in the code this would go. Any help would be appreciated.
...
Anyone having problems with discus in IE? Works fine in FF but reports problem with thread.js in IE. (runtime error)
Disqus works fine on other sites in IE, but non on mine. Maybe ASP.NET conflict.
I have jQuery and addthis on the page but if I comment these the problem remains.
See the problem live:
http://offerta.se/artiklar/10-tip...
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 and * reactions*
My problem is I can't find the disqus's documentation, where hopefully there is some method I can call to return me t...
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 worth it?
...
Has anyone tackled importing default ExpressionEngine comments to Disqus? I found this on github but I'm not sure how to use it, or if it will work. http://gist.github.com/202802
...
In Wordpress, the Disqus plugin allows you to choose to subscribe to a post via RSS or via email. Is there a pluign similar to the Wordpress plugin for Rails. Norman's Disqus plugin just uses the Disqus site to make it work. I was hoping to have things more stored locally. For an example of what I mean, take a look at this blog entry...
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 owner's may develop their own login system at a later point, which would have to integrate with the comment system. Also, I'm not sure that th...
I have an existing site running BlogEngine.NET 1.5 and will be upgrading it to the new 1.6 release. I have been asked to integrate Disqus for comments. I have not found any other questions on Disqus and BlogEngine.NET.
I have found some specific instructions here:
http://www.hamishgraham.net/post/Enabling-Disqus-Comments-in-BlogEngineN...
I'm trying to add disqus to my blog and I tried following this guide to do so:
http://disqus.com/docs/patch-blogger/
However their instructions are completely off with what I have on my custom template.
Here is the template:
<b:skin><![CDATA[/*-----------------------------------------------
Blogger Template St...
Hi, 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 favorita');
No success :( ... how can i know when disqus script is finished parsing the data so i can change the caption value of h3?
BT...
Hi guys,
I've been searching for a while now for a solution to install IntenseDebate on my local machine. From what I've seen, there doesn't seem to be anything around that would help me do that.
Anyone has had any success installing IntenseDebate on their localhost?
Thanks folks,
LP
...
Hi there, I'm using disqus for my MODx blog commenting system, but couldn't find anywhere a way to sort my articles based on the most commented one, or the most recent comments.
I see that there are already many questions similar to this so any help will be much appreciated us.
...
Hello is it possible to change "0 Comments and 0 Reactions" into "0 Comments" or just "0".
...
Hi,
I created a custom page template to display a filterable portfolio in Wordpress.
However, on that custom page I am getting an error code -
// <![CDATA[ (function() { document.write('<script charset="utf-8" type="text/javascript" src="http://thinquetanque.disqus.com/get_num_replies_from_wpid.js?v=2.2&amp;t=span&amp;wpid0=14&...
Hi i would like to mod the disqus comment system to email notifications on other or dynamic email once a comment has been posted.
(function() { var dsq =
document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true; dsq.src =
'http://xxx.disqus.com/embed.js';
(document.getElementsByTagName('head')[...
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 could be the problem ?
...
Hello,
I'm using Disqus external comment system with Wordpress (as a WP plugin) and I'm trying to customize it with my custom CSS.
Everything works great, but I have problems with replacing the default text color in the form textarea.
I tried it with:
#dsq-content .dsq-textarea .dsq-textarea-wrapper, #dsq-content .dsq-input-wrapper {...