Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Im implementing the facebook comment count display feature on my site. And im using the facebook comment plugin iframe for this purpose. It works fine for the normal url of a page in my site.

My requirement is that i would like the 'comment count link' to direct the user to the comments section of the target page. So i tried appending a "#comments" (actually %23comments) anchor tag to my link but then facebook treats it as completely different url and it does not show the correct comment count for the page. Is there any way around this issue?

e.g http://www.kettik.com/go/Asia/China/Beijing/photos/361 (shows 1 comment)

but http://www.kettik.com/go/Asia/China/Beijing/photos/361#comment (shows 0 comment)

share|improve this question
is there a reason that iframe must be used? This would be easy if it is done using HTML5 inline. – lulalala Jan 8 at 4:16

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.