Title: [Plugin: Nebula Facebook Comments] Install issues
Last modified: August 20, 2016

---

# [Plugin: Nebula Facebook Comments] Install issues

 *  Resolved [roppolo](https://wordpress.org/support/users/roppolo/)
 * (@roppolo)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-nebula-facebook-comments-install-issues/)
 * Installed this plugin and activated it. Is there anything else left to do? The
   only options I am seeing are width and number of comments. Is there someplace
   else I need to go in order to have the comment box show up under posts? If so
   I am not seeing it and nothing shows up under my articles.
 * Thanks in advance.
 * [http://wordpress.org/extend/plugins/nebula-facebook-comments/](http://wordpress.org/extend/plugins/nebula-facebook-comments/)

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

 *  Plugin Author [Florian Mueller](https://wordpress.org/support/users/andromeda_media/)
 * (@andromeda_media)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-nebula-facebook-comments-install-issues/#post-3007106)
 * Hi, do you use the standard template tags? Normaly it hooks into the `comments_template()`
   template tag provided with WordPress. Maybe you do it another way?
 *  [Lordwes](https://wordpress.org/support/users/lordwes/)
 * (@lordwes)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-nebula-facebook-comments-install-issues/#post-3007136)
 * Same issue here. Nothing is showing up, not sure what i’m going wrong or if it’s
   being affected by the Sociable plug in. Someone help us 🙁
 *  Plugin Author [Florian Mueller](https://wordpress.org/support/users/andromeda_media/)
 * (@andromeda_media)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-nebula-facebook-comments-install-issues/#post-3007254)
 * Hi, just to understand your problem [@roppolo](https://wordpress.org/support/users/roppolo/),
   [@lordwes](https://wordpress.org/support/users/lordwes/) … is realy “nothing”
   showing up, or is the standard comments still available?
 * Which WP Version do you use? I only tested this in 3.4.1.
 * If there is “nothing” showing up, then there is maybe a problem with the facebook
   social plugin. Which language is WP installed in? Take a look at the wp-config.
   php and tell me, what the constant WPLANG is defined as.
 * Are you sure, your theme templates use the function `comments_template()` with
   nothing else attached to it? No passed value? nothing?
 *  [Lordwes](https://wordpress.org/support/users/lordwes/)
 * (@lordwes)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-nebula-facebook-comments-install-issues/#post-3007321)
 * Hey,
    Thank you so much for your reply andromeda_media. I do have version 3.4.1
   installed. I am using the isoft free template.
 * Nothing shows at all, not even the comment box that was there before.
 * THIS WHAT what i found on language
 *     ```
       * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
        * language support.
        */
       define('WPLANG', '');
       ```
   
 * This is what’s inside of the comments.php
 *     ```
       <?php if ( post_password_required() ) { ?>
               <p><?php _e( 'This post is password protected. Enter the password to view any comments.', 'themater' ); ?></p>
           <?php return; } ?>
   
           <?php if ( have_comments() ) { ?>
               <div id="comments">
   
                   <h3 id="comments-title"><?php
               	printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'themater' ),
               	number_format_i18n( get_comments_number() ), '<em>' . get_the_title() . '</em>' );
               	?></h3>
   
                   <ol class="commentlist">
           		  <?php wp_list_comments(); ?>
                   </ol>
   
                   <?php if ( get_comment_pages_count() > 1 ) { ?>
           			<div class="navigation clearfix">
           				<div class="alignleft"><?php previous_comments_link( __( '<span class="meta-nav">&larr;</span> Older Comments', 'themater' ) ); ?></div>
           				<div class="alignright"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">&rarr;</span>', 'themater' ) ); ?></div>
           			</div><!-- .navigation .clearfix -->
                   <?php } ?>
   
               </div><!-- #comments -->
           <?php } ?>
   
           <?php comment_form(); ?>
       ```
   
 * Hopes this helps. I’m guessing the problem in the language thing…. cause it’s
   German? IDK how to fix this…
 *  Plugin Author [Florian Mueller](https://wordpress.org/support/users/andromeda_media/)
 * (@andromeda_media)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-nebula-facebook-comments-install-issues/#post-3007343)
 * Ah ok, so the reason is, that there is no language defined in your installation.
 * Change the
 * `define('WPLANG', '');`
 * to something like this:
 * `define('WPLANG','de_DE');`
 * or
 * `define('WPLANG','en_US');`
 * Then the Plugin will show up.
 *  Plugin Author [Florian Mueller](https://wordpress.org/support/users/andromeda_media/)
 * (@andromeda_media)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-nebula-facebook-comments-install-issues/#post-3007380)
 * I fixed this issue with a new version of the plugin. Now it switches to U.S. 
   english if there is no language defined in `wp-config.php` and your problem should
   disappear. Tell me if not …
 *  [Lordwes](https://wordpress.org/support/users/lordwes/)
 * (@lordwes)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-nebula-facebook-comments-install-issues/#post-3007422)
 * update fixed the problem. thank u so much for the quick reply and for fixing 
   the problem so soon :)……I hope roppolo got through fine as well, doesn’t seem
   like he’s following the post.

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

The topic ‘[Plugin: Nebula Facebook Comments] Install issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nebula-facebook-comments_b4afb8.svg)
 * [Nebula Facebook Comments](https://wordpress.org/plugins/nebula-facebook-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nebula-facebook-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nebula-facebook-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/nebula-facebook-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nebula-facebook-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nebula-facebook-comments/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Lordwes](https://wordpress.org/support/users/lordwes/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-nebula-facebook-comments-install-issues/#post-3007422)
 * Status: resolved