Title: Disqus shortcode
Last modified: August 20, 2016

---

# Disqus shortcode

 *  [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/disqus-shortcode/)
 * Hello
 * I want to add Disqus comment via shortcode on specific page, is that possible?
 * [http://wordpress.org/extend/plugins/disqus-comment-system/](http://wordpress.org/extend/plugins/disqus-comment-system/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [davidtrounce](https://wordpress.org/support/users/davidtrounce/)
 * (@davidtrounce)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238466)
 * I have the same question.
 *  [freeace00](https://wordpress.org/support/users/freeace00/)
 * (@freeace00)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238474)
 * me too i have same question.
    what’s shorcode?
 *  [Fixit](https://wordpress.org/support/users/fixit/)
 * (@fixit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238484)
 * I have the same concern…
 *  [belgianwolfie](https://wordpress.org/support/users/belgianwolfie/)
 * (@belgianwolfie)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238486)
 * put this in your functions.php:
 *     ```
       function disqus_embed($disqus_shortname) {
           global $post;
           wp_enqueue_script('disqus_embed','http://'.$disqus_shortname.'.disqus.com/embed.js');
           echo '<div id="disqus_thread"></div>
           <script type="text/javascript">
               var disqus_shortname = "'.$disqus_shortname.'";
               var disqus_title = "'.$post->post_title.'";
               var disqus_url = "'.get_permalink($post->ID).'";
               var disqus_identifier = "'.$disqus_shortname.'-'.$post->ID.'";
           </script>';
       }
       ```
   
 * and then this on the spot where you want to have disqus:
 * `<?php disqus_embed('THE SHORTNAME OF YOUR DISQUS'); ?>`
 * (credits go to this guy : [http://ayudawordpress.com/disqus-en-wordpress-sin-necesidad-de-plugin/](http://ayudawordpress.com/disqus-en-wordpress-sin-necesidad-de-plugin/)
   I don’t speak Spanish :))
 *  [jeffqc](https://wordpress.org/support/users/jeffqc/)
 * (@jeffqc)
 * [13 years ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238487)
 * thank, it work 🙂
 *  [KcrK](https://wordpress.org/support/users/kcrk/)
 * (@kcrk)
 * [13 years ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238488)
 * Hi,
    i’ve added this code to functions.php file in theme folder. I need to put
   a Disqus comments only on one page (ex. Comments), which use a fullwidth page
   template, so i must change other pages template to pages with sidebar. And i 
   have an error:
 * `Warning: Cannot modify header information - headers already sent by (output 
   started at /wp-content/themes/volt/functions.php:476) in /wp-includes/pluggable.
   php on line 876`
 * Line 876 of pluggable.php:
 *     ```
       header("Location: $location", true, $status);
       }
       endif;
       ```
   
 * Any ideas what’s wrong?
 *  [Marin Marusic](https://wordpress.org/support/users/mormz/)
 * (@mormz)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238489)
 * well it’s probably sth on the line 476 of yours theme functions.php file 😛
 *  [wtwp](https://wordpress.org/support/users/wtwp/)
 * (@wtwp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238492)
 * Hi,
 * I found disqus didn’t come up in my latest [post](http://www.whattowearpost.com/kate-middleton-glows-in-jenny-packam-dress/#.Ujmk2X__wvw).
   
   any idea how I can add comment on any post not showing it?
 * Would it be a conflict with other plugins that’s causing the comment box not 
   to show?
 * Thanks in advance
 *  [wtwp](https://wordpress.org/support/users/wtwp/)
 * (@wtwp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238493)
 * I have managed to resolve this by playing around all the settings even though
   I never touched any of them before or during the post.
 * In case anyone is having a similar problem, I clicked on discussion on the post
   edit screen and clicked on comment before saving or updating the post.
 * It is now working thank God.
 *  [Volatileangel](https://wordpress.org/support/users/volatileangel/)
 * (@volatileangel)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238495)
 * Oh my gosh, thank you so much for this discussion, after days of trying to add
   a comment section to the WP-Creativix Portfolio pages I have finally done it!
 * Thanks again.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Disqus shortcode’ is closed to new replies.

 * ![](https://ps.w.org/disqus-comment-system/assets/icon.svg?rev=1636350)
 * [Disqus Comment System](https://wordpress.org/plugins/disqus-comment-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/disqus-comment-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/disqus-comment-system/)
 * [Active Topics](https://wordpress.org/support/plugin/disqus-comment-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/disqus-comment-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/disqus-comment-system/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 10 replies
 * 10 participants
 * Last reply from: [Volatileangel](https://wordpress.org/support/users/volatileangel/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238495)
 * Status: not resolved