Title: Comments count dont work anymore?
Last modified: August 21, 2016

---

# Comments count dont work anymore?

 *  Resolved [Michlar](https://wordpress.org/support/users/michlar/)
 * (@michlar)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/comments-count-dont-work-anymore/)
 * Comments count dont work anymore in Facebook Feed Grabber……….any solution to 
   this problem?
    Regards Michael Larsen, Denmark
 * [http://wordpress.org/plugins/facebook-feed-grabber/](http://wordpress.org/plugins/facebook-feed-grabber/)

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

 *  Plugin Author [bonnerl](https://wordpress.org/support/users/bonnerl/)
 * (@bonnerl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/comments-count-dont-work-anymore/#post-4286254)
 * I have a fix for that. I was hoping to release it with the next big update but
   I haven’t had time to finish. I’ll go ahead and push that fix out today in a 
   minor update.
 *  Thread Starter [Michlar](https://wordpress.org/support/users/michlar/)
 * (@michlar)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/comments-count-dont-work-anymore/#post-4286259)
 * Thanks a lot ☺
 *  Thread Starter [Michlar](https://wordpress.org/support/users/michlar/)
 * (@michlar)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/comments-count-dont-work-anymore/#post-4286260)
 * Is the minor update going to be called 0.83 ?
    Regards Michael
 *  Plugin Author [bonnerl](https://wordpress.org/support/users/bonnerl/)
 * (@bonnerl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/comments-count-dont-work-anymore/#post-4286261)
 * Add a period so that it’s 0.8.3 and you’ve got it! 🙂
 *  Thread Starter [Michlar](https://wordpress.org/support/users/michlar/)
 * (@michlar)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/comments-count-dont-work-anymore/#post-4286266)
 * I really look forward to that update 🙂 Is it ready for tomorrow?
    Regards
 * Michael
 *  Plugin Author [bonnerl](https://wordpress.org/support/users/bonnerl/)
 * (@bonnerl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/comments-count-dont-work-anymore/#post-4286269)
 * I just released it. It should be up in the next few minutes. Please let me know
   if there are any issues.
 *  Thread Starter [Michlar](https://wordpress.org/support/users/michlar/)
 * (@michlar)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/comments-count-dont-work-anymore/#post-4286271)
 * Thanks a lot!! It Works perfectly 🙂
    But are there any ways on how to change
   the month today and time format, for example. Danish (eg. istedt 24 hours for
   the am and pm?) Regards Michael Larsen
 *  Plugin Author [bonnerl](https://wordpress.org/support/users/bonnerl/)
 * (@bonnerl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/comments-count-dont-work-anymore/#post-4286316)
 * You can edit the plugins primary facebook.php file. If for some reason I have
   to release another bug fix before I can release 0.9.0 you will lose the changes.
 * Starting in 0.9.0 I plan to start using WordPress’s built in [humain_time_diff()](http://codex.wordpress.org/Function_Reference/human_time_diff)
   function to create that date/time string. I would expect that when I make that
   change it will handle the localization for us.
 * If you locate the following in facebook-feed-grabber/facebook.php starting on
   line 77. Edit the values of today, this_year and other_year using the formatting
   option provided by PHP’s [date()](http://www.php.net/manual/en/function.date.php)
   function.
 *     ```
       // Date formats for event times.
       public $date_formats = array(
       	// Event date formats
       	'event' => array(
       		'today' => '\T\o\d\a\y \a\t g:ia',
       		'this_year' => 'l, F jS \a\t g:ia',
       		'other_year' => 'l, F jS, Y \a\t g:ia',
       	),
       	// Date formats for when something was posted
       	'feed' => array(
       		'today' => '\T\o\d\a\y \a\t g:ia',
       		'this_year' => 'M jS g:ia',
       		'other_year' => 'M jS, Y g:ia',
       	),
       );
       ```
   

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

The topic ‘Comments count dont work anymore?’ is closed to new replies.

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

## Tags

 * [comments count](https://wordpress.org/support/topic-tag/comments-count/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * 8 replies
 * 2 participants
 * Last reply from: [bonnerl](https://wordpress.org/support/users/bonnerl/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/comments-count-dont-work-anymore/#post-4286316)
 * Status: resolved