The disqus tag has no wiki summary.
0
votes
0answers
15 views
how I get number of disqus comments beside post title?
I want to display number of disqus comment beside the post title. With Disqus plugin the comment number is displayed down where is called comments plugin. Is there a possibility to get comment number ...
0
votes
0answers
36 views
Saving comments not with PostID but different unique identifier
so here is the deal: I want comments to be saved not with the post ID but with another unique identifier.
With disqus there is a way to do this with javascript:
/* * * CONFIGURATION VARIABLES: THIS ...
0
votes
1answer
43 views
Comment moderation with disqus comments
Comment moderation on custom post types this answer shows moderation on custom posts. Is this possible with disqus?
0
votes
1answer
41 views
Disqus plugin outputs script as literal text
After installing the Disqus plugin, their JavaScript code started popping up as plain text on my site in several places. My hypothesis is that it pops up at the end of any loop involving the_post(). ...
0
votes
2answers
195 views
Can features like Disqus or Intense Debate be done in a normal WordPress plugin without a 3rd party involved
I was searching for a real good feature rich comment system for Wordpress, I used Disqus a few times and may still not know the whole list on features and why it's so popular. Would features like this ...
0
votes
1answer
362 views
How to show Disqus comment count number only without text?
I'm using Disqus WordPress plugin. When the page is not fully loaded yet, there's only comment count but after that Disqus auto appends the string Comments to that which looks really ugly.
From the ...
6
votes
1answer
479 views
Importing old Disqus comments into WordPress
Anyone got a working way to import old Disqus comments into WordPress?
Presumably by converting the Disqus XML export format to the WordPress XML import format.
Note that this plugin is for some ...
0
votes
1answer
191 views
I need to disable Disqus comments pre-approval, but i can't find where
I've tried contacting Disqus support but they haven't answered.
I need to disable pre-approval for comments but i can't find where to set that option. Could anyone help me? Thanks.
2
votes
1answer
151 views
Custom disqus_identifier not properly changing default value
I have several pages that are all part of the same topic, and I would like them to use the same comment thread on Disqus. I am using the following code to pull the custom identifier from a custom ...
0
votes
0answers
57 views
Why is disqus is generating unwanted js codes in body? [closed]
// <![CDATA[ var disqus_shortname = 'shortname'; (function () { var nodes = document.getElementsByTagName('span'); for (var i = 0, url; i < nodes.length; i++) { if ...
2
votes
2answers
226 views
Using Disqus, how to stop storing comments in wp database?
I'm using disqus comments system, but it keeps storing the comments in the wordpress database as well. Is there way to disable option to store comments in wordpress database because I don't see any ...
1
vote
0answers
102 views
Disqus Comment System not working [closed]
I've recently got myself Disqus for my blog. Worked fine until today. I don't know what I did - I tried disabling all the plugins, switching between versions 2011 and 2012. Also cleared the cache and ...
0
votes
1answer
68 views
Migrate comments to Disqus
Is there a way to migrate all comments on my blog over to Disqus somehow? Thinking about using Disqus rather than the regular WordPress comments, but I don't want to lose the comments that are already ...
0
votes
1answer
384 views
How can I make Disqus comments not show up on pages?
I use Disqus to manage my comments. I'd like it to appear only on posts, and not on pages. How can I do that?
If there's a way to selectively show it on some pages that'd be great, but in general ...
1
vote
1answer
123 views
Char limit on custom blog-post form? [closed]
I want to setup a simple custom form for users to post, which will automatically:
Subscribe user to updates (i.e. moderation approved, comment posted)
Enable DISQUS xor IntenseDebate comments
...
6
votes
1answer
588 views
Migrating Wordpress users into Disqus
I'm thinking of migrating my comment system from Wordpress to Disqus. I'm pretty satisfied with options it offers, but I have one problem:
I have few hundred registrated users on my Wordpress ...
0
votes
1answer
117 views
disable defaault wordpress comments from a plugin
I am modifying the facebook comments plugin to my purposes. What I'd like to do is have it remove Wordpress native comments automatically if it is enabled- in fact what I'd really like it to do is use ...
-1
votes
1answer
716 views
Disqus: Get recent 5 comments
is it possible to get recent 5 comments of a specific disqus-account without using the (aweful) plugin? I want to put them into a content-slider and don't find any bit of API for that!
Thaanks!
0
votes
1answer
719 views
Disqus comments don't appear [closed]
I've installed disqus comments for wordpress and they just don't appear... help anyone?
The plugin is the oficial disqus plugin and it all works: admin, moderation, etc. The admin zone works fine, and ...
3
votes
2answers
666 views
How to auto-approve internal pingbacks?
Whenever I write a post on my blog and link to a previous post, that pingback shows up as a comment needing to be approved.
I am running Disqus, but this was happening even pre-use of that plugin.
...
0
votes
1answer
256 views
disqus: comments that've been liked the most rise to the top…like youtube?
With Disqus, can I allow the most 'liked' or 'favorited' comments to rise to the top, sort of like YouTube? If not, are there any other commenting systems that have this functionality built in?
3
votes
2answers
11k views
How to add Disqus comment count
I must be blind but I can't find for the life of me the full instructions for getting Disqus comment count to work.
All I want displayed is just the comment count number.
I've checked the "Output ...
0
votes
2answers
1k views
WordPress 3.1 and Disqus throws Warning: number_format() error in Posts List
After upgrading to WordPress 3.1, the comment count for each post in the Posts list now shows the PHP error
Warning: number_format() expects parameter 1 to be double, string given in ...
2
votes
2answers
717 views
Custom Post Type loops and Disqus
I've created a CPT for a site I'm working on at the moment called "campaigns". I've created a page which displays some content as well a custom loop which displays the most recent Campaign.
...
3
votes
1answer
316 views
Disqus over the default commenting engine, what are some pros and cons?
As subjective as this question might sound, pros and cons in the technical sense is what I'm looking for as answers.
I've been using Wordpress for about 2-3 weeks and 9/10 of the comments are spam, ...
1
vote
4answers
303 views
What is the best method for handling comments?
A quick Google search shows a number of different options for comment plugins:
Is there a "best" way to handle comments? I realize it will vary from site to site, but I'm looking for the best way to ...