views:

10

answers:

1

Hello everybody,

I try to implement a facebook comment box to my catalogue controller. Every catalogue entry should have his one facebook comments! The problem is that the fxml doesn't recognize different resources.

www.remme.com/catalogues
www.remme.com/catalogues/2
www.remme.com/catalogues/3

This seems to be the same page for facebook! How can I solve this?

Thanks, Maecki

+1  A: 

You can use the xid params of fb:comments and set it as your resource url. http://developers.facebook.com/docs/reference/fbml/comments

hellvinz
Problem is solved! Great, thank you very much!
Markus