I have configured my web application to display facebook comments and comment count in post detail template... It is displaying perfectly when there is a comment. But one thing annoys me that, i would like to hide "x Comments" part when there is no comment posted.
< fb:comments-count href="[ARTICLELINK]"/>< /fb:comments-count> Comments
This is my template to display comment count...
In my apps own comments feature, i could use [hascomments][commentcount]Comments[/hascomments] template...
However, couldn't find which token to use for FB Comments.