Title: [Plugin: Facebook Comments for WordPress] Comment Count
Last modified: August 20, 2016

---

# [Plugin: Facebook Comments for WordPress] Comment Count

 *  [tasty.donuts](https://wordpress.org/support/users/tastydonuts/)
 * (@tastydonuts)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-for-wordpress-comment-count/)
 * Am trying to retrieve my comment count using FQL but am finding that there is
   none there despite v2 Only being selected and “Enable native facebook comment
   count (does nothing unless “v2 only” is selected).” also being selected.
 * My comment count FQL just keeps returning Array () and when I use the fql.query
   tester on the Facebook Developer site I just return empty brackets (“[]”)…please
   advise!
 *     ```
       <?php session_start();
   
       require "./facebook.php";
   
       $facebook = new Facebook(array(
       'appId'  => "MY APP ID",
       'secret' => "MY SECRET",
       ));
   
       $commentCountquery = "SELECT count FROM comments_info WHERE app_id = 'MY APP ID' AND xid = 'DEFAULTXIDSTRING_post<mytestpostID>'";
   
       $param  =   array(
           'method'    => 'fql.query',
           'query'     => $commentCountquery,
           'callback'  => ''
       );
   
       $commentCountresult   =   $facebook->api($param);
       print_r( $commentCountresult );
   
       ?>
       ```
   
 * [http://wordpress.org/extend/plugins/facebook-comments-for-wordpress/](http://wordpress.org/extend/plugins/facebook-comments-for-wordpress/)

The topic ‘[Plugin: Facebook Comments for WordPress] Comment Count’ is closed to
new replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [tasty.donuts](https://wordpress.org/support/users/tastydonuts/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-for-wordpress-comment-count/)
 * Status: not resolved