Do you want to add the Disqus comment system to your WordPress website?
Disqus is one of the most popular comment platforms on the market. It’s known for its user-friendly interface and comment hosting service, making it a go-to choice for popular sites like PBS and Bloomberg.
In this guide, we will talk about whether you should add Disqus to your website and how to enable it in WordPress.

Should You Use Disqus With WordPress?
While the default WordPress comment system is suitable for simple comments, it’s not the most powerful. That’s why many WordPress users look for alternatives like Disqus.
The Disqus comment system is quite popular among large-scale websites. Apart from its user-friendliness and customization options, it also offers a third-party hosting platform for storing and managing comments.
Since Disqus handles comments on a separate server from your WordPress hosting, using it can help your website’s overall performance.
That said, in our opinion, Disqus is not the best comment system we’ve tried. While it helped with our website performance, we were not a fan of its moderation capabilities, and it added affiliate links to our content without our permission.
After disabling Disqus, we saw our engagement rate increase significantly. You can read more about our experience in our Disqus review.
Of course, whether you choose to use Disqus or other platforms is up to you. But if you are looking for Disqus alternatives, then we have some recommendations.
What to Use Instead of Disqus
After trying out different comment plugins, we have found Thrive Comments to be the best Disqus alternative.
Thrive Comments is an all-in-one comment plugin with an easy-to-use interface that is perfect for blogging beginners and experts alike.

Besides comment management and moderation features, you can use Thrive Comments to boost user engagement with post-comment actions. After the user leaves a comment, you can redirect them to related posts or a custom thank you message with a free gift.
Furthermore, you can add likes and dislikes as well as upvotes and downvotes to encourage audience interaction in your comment section.
For more details, you can see our review of the Thrive Themes suite, which contains a section specifically about Thrive Comments.
If Thrive Comments doesn’t suit your needs, then you can also check out our full list of the best WordPress plugins to improve comments.
If you are still interested in using Disqus, don’t worry. We will walk you through how to add the Disqus comment system plugin. You can use the quick links to skip to different sections:
Setting Up Disqus Commenting System in WordPress
The first step to installing Disqus comments in WordPress is to create a Disqus account. To do this, you need to go to the Disqus website and sign up.
Once you’ve done that, you should see the page below. Just go ahead and click ‘I want to install Disqus on my site.’

On the next page, you will have to add the details for your new Disqus site, which is where you will manage all your Disqus comments. These include Site Owner, Website Name, and Category.
In the Website Name field, you can insert your desired Disqus site subdomain. After that, simply click ‘Create Site.’

You will now arrive at the Disqus site dashboard.
At this point, you will need to pick one of the Disqus plans to be able to set up the comment system in WordPress. If you are not sure which one to use yet, then you can get started with the free Basic plan.

You will now be asked to choose a platform.
Just select ‘WordPress’ to continue.

You will now see the WordPress installation page. Take note of the Installation Token field, which will be useful for the setup later.
You can leave this tab open while you continue with the next steps.

Now, open your WordPress dashboard to install the Disqus Comment System plugin. For step-by-step instructions, check out our guide on how to install a WordPress plugin.
After that, go to the Disqus menu from your WordPress dashboard. Under ‘Do you have a Disqus account?’ click ‘Yes.’

You will now see the question, ‘Do you have a site registered on Disqus you want to use?’
Select ‘Yes.’

At this point, you will see some WordPress installation instructions and a sync token to copy.
Go ahead and click the ‘Copy’ button here.

Let’s now return to the Disqus website. Paste the token you’ve just copied from the WordPress dashboard in the appropriate field.
Then, hit the ‘Install [Disqus site name] on your site’ button and click ‘Configure’ at the bottom.

And that’s it!
If you refresh the Disqus menu in your WordPress dashboard, you should now see an interface similar to this:

Now, let’s see if Disqus has been successfully enabled in your comment section.
Simply open a WordPress blog post on the front end and scroll down to the comments. Here’s what it should look like if the installation was done correctly:

Exporting Older WordPress Comments into Disqus
Once you’ve installed the Disqus commenting system, it will take over the native WordPress comments on your site. In other words, the existing comments stored on your WordPress website will not be visible to users.
To fix this, you will have to import any existing comments into the Disqus commenting system. In the WordPress admin area, go to the Disqus plugin’s settings page, scroll down, and navigate to the ‘Syncing’ tab.

Then, scroll down and select ‘Import Comments.’
You will see which of your comments have been successfully imported in the table at the bottom.

One thing to note is that if you have custom post types, then you may notice that your older comments are not appearing after switching to Disqus. To resolve this, you will need to deactivate Disqus on custom post types.
For hands-on guidance, check out our article on how to disable Disqus on custom post types.
Moderating and Configuring Disqus Comments
If you want to moderate comments using Disqus, you can click the ‘Moderate’ button on the Disqus plugin page.

This will bring you to the moderation page on the Disqus website.
If you’re familiar with the WordPress comments page, then navigating the Disqus one won’t be a problem. Here, you can approve, delete, or mark comments as spam.

For tips and tricks on WordPress comment moderation, you can check out the following articles:
- Beginner’s Guide on How to Moderate Comments in WordPress
- How to Allow Blog Users to Moderate Comments in WordPress
- How to Allow Users to Edit Their Comments in WordPress
Troubleshooting Disqus Comment Display Issue
On some WordPress themes, the Disqus comment area may appear wider than the rest of the post area. To fix this, you will need to add some custom CSS to your theme or child theme’s stylesheet.
While you can add custom CSS through the theme file editor, we don’t recommend it. Tracking changes becomes tricky, making it unclear which code is from the theme and which is custom.
Instead, we suggest using WPCode, which is the easiest code snippets plugin. It lets you safely add and manage custom code on your WordPress site. If the code doesn’t work, then you can easily remove the snippet within the plugin.
The code you will need to add is below:
#disqus_thread {
margin: 0 auto;
max-width: 650px;
}
This CSS sets the max width of the comment area to 650px and centers it on the screen. Your theme may have a different width, so you will have to adjust it to meet your needs.
For a step-by-step tutorial, you can read our guide on how to easily add custom CSS to your WordPress site.
Here’s what it should look like on WPCode:

And that’s all for adding Disqus to WordPress!
We hope this article has helped you learn how to add the Disqus comment system in WordPress. You may also want to check out our guide on how to feature or bury comments in WordPress and our expert picks for the best WordPress plugins to grow your website.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
WPBeginner Support says
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
Admin
Nazmul Koushik says
Hi, Thank you So much for this tutorial .
WPBeginner Support says
Glad our guide was helpful
Admin
Danielle says
How would I go about making sure that my Disqus comments from my old Blogger site appear on my new WordPress site? I just used your setup service to transfer my content from Blogger to WordPress last month.
WPBeginner Support says
If your Disqus coments are not available then you would go into Disqus and export the old comments to import them to the new site.
Admin
Deepak jerry says
Thank You So Much For This Tutorial !
WPBeginner Support says
You’re welcome
Admin
Deepa says
Thanks for ur information
WPBeginner Support says
You’re welcome
Admin
David says
This information has helped me integrate disqus comment system to my personal website. Thank you so much.
WPBeginner Support says
Glad our article could help
Admin
Nihal Singh says
Thanks for the useful article to add the comments in WordPress. It is very useful.
WPBeginner Support says
Glad you found our content helpful
Admin
Irene Hynes says
Hi There,
Hip Hip Hooray! I was always told that slightly slow in the head, a slow learner. Not anymore! It’s like you have my back. I can’t tell you how much I’ve learnt here and how easily! Thank you for blessing me with this effortlessly ingestible digestible content.
I was wondering if it was possible assign to a variable type of Array of Strings a value from the REFramework Config file.
Thank you very much and will look for more postings from you.
Kind Regards,
Irene Hynes
John says
Is there any way to use both Disqus comment and WordPress comment together or separately?
Mike says
Hey Guys!
I am going to have my site
I intend to optimized my site and incresed the speed of loading page. which plugin do you suggest?
Thanks in advance
Mike
Hitesh Sharma says
I was looking for so long for this type of informative post on Discus. Thanks alot
Jagadish Prasad B says
Hello, I am Jagadish. I added Disqus comment system on my website, but it’s not working. What happen is by mistake I deleted the site from Disqus, before that it’s worked properly. After deletion, I re-added it into Disqus but it’s not working, I tried so many times. Please help me.
Agus Tamanuri says
Thanks
Because this article is help me .. and one more
I will make this blog name into the shirt. Is it allowed?
daniel says
Thanks!
Ahmad says
Thanks for ur information
Rachael Portier says
Every time I log into Disqus through WordPress it keeps telling me “Unable to connect to the Disqus API servers”. I’m sure my email and password are correct though. Please help!
ide says
i have same problem,
chukwudi ojukwu says
thanks for the info. i just install disqus on my site with your guide.
Scott Johnson says
Good article, but I am wondering why this current post is not setup with the Disqus plugin? Change of heart?
Dwayne says
Thanks for this post. Just implemented it though i’m yet get the confirmation email from them after creating the account more than 12 hrs ago. Oddly i got an email after setting it up on my wordpress site but yet to get the confirmation email.
Biju says
I’m really glad to meet your blog. Finally I’ve found my solution for WP site… Thanks again.
Antony says
Hey,
Thanks for the Post – Just now Set Up Disqus on my Website! D
GroomingMail says
Hey, quick question. I have just installed Disqus and previously had a spam filter (WP-SpamShield) can i now remove the filter as Disqus has its own spam filter or should i keep the WP-SpamShield plugin?
Thanks,
WPBeginner Support says
Yes you can.
Admin
Theo Ramlall says
As always, another well written article from wpbeginner.com
I started of seeking help with my problem, which was the size of the over lapping comment bar but grateful your CS hack above did fix it. However I would be overjoyed in having a comment system exactly like this….if you could provide some know-how..?
Best Regards
Theo
Aishwarya says
Hey,
By default, Disqus appears on your posts, not pages. In case you are looking to add Disqus to a particular page on your wordpress website, you can try this simple hack I used.
Just plugin the universal code at the end of your page in WordPress’s text editor. It works well for me,
mukekaton says
Disqus not appear on wordpress page. Only in post appear. How do I make disqus appear on page?
Arbin says
Which is that universal code? bc to me doesn’t show also in posts.