I have many facebook comment boxes on my website. All pages have separate comment box
i want to display comment count on each page (Only that page comment count)
For that purpose
I have used many possible ways to get facebook comment count according to each page comment box but never succeeded
I used following ways
Method 1
<div class="fb-comments-count" data-href="http://myWebsite.com/" xid="<?=$page_id?>">0</div>
Method 2
<a class="fb-comments-count" xid="<?=$page_id?>">0</a>
Method 3
<div class="fb-comments-count" id="comnt-count" data-href="http://myWebsit.com/<?=$page_id?>">0</div>
Method 4
<div class="fb-comments-count" id="comnt-count" data-href="http://myWebsit.com/?xid=<?=$page_id?>">0</div>
Method 5
<fb:comments-count xid="<?$page_id?>" href=http://example.com/></fb:comments-count>
and
<fb:comments-count href=http://example.com/?xid=<?$page_id?>></fb:comments-count>
i use this simple code
you can see at my page http://www.ayamtube.com