Title: FB Comments Sync tick box
Last modified: August 31, 2016

---

# FB Comments Sync tick box

 *  Resolved [fouldsy99](https://wordpress.org/support/users/fouldsy99/)
 * (@fouldsy99)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/fb-comments-sync-tick-box/)
 * How can I remove FB Comments Sync tick box on post-new.php?
 * Regards
 * [https://wordpress.org/plugins/facebook-comments-sync/](https://wordpress.org/plugins/facebook-comments-sync/)

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

 *  Plugin Author [btdogan](https://wordpress.org/support/users/btdogan/)
 * (@btdogan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/fb-comments-sync-tick-box/#post-6956765)
 * It is a mandatory option for the users who doesn’t want to put comments box for
   specific posts/pages.
 * If you want to remove that tick box manually please edit this file: fbcs-admin.
   php
 * Go to line 708 and delete the below function
 *     ```
       function fbcs_metabox()
       {
           wp_nonce_field(plugin_basename(__FILE__), 'fbcs_noncename');
           $_disable_fbcs = get_post_meta(get_the_ID(), $key = '_disable_fbcs', $single = true);
           ?>
           <input id="_disable_fbcs" name="_disable_fbcs" type="checkbox" value="on" <?php checked('on', $_disable_fbcs); ?> />
           <label for="_disable_fbcs">Don't use Facebook Comments</label>
           <?php
   
       }
       ```
   
 * –!!– Important –!!–
 * You have to do the same operation every time plugin is updated
 * –!!– Important –!!–
 *  Thread Starter [fouldsy99](https://wordpress.org/support/users/fouldsy99/)
 * (@fouldsy99)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/fb-comments-sync-tick-box/#post-6956766)
 * where can I find that file fbcs-admin.php?

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

The topic ‘FB Comments Sync tick box’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-comments-sync_4c6971.svg)
 * [Facebook Comments Sync](https://wordpress.org/plugins/facebook-comments-sync/)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-comments-sync/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-comments-sync/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-comments-sync/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-comments-sync/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [fouldsy99](https://wordpress.org/support/users/fouldsy99/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/fb-comments-sync-tick-box/#post-6956766)
 * Status: resolved