I'm writing a blog in php, and when I was going to add comments, I figured nobody would want to have to register on my blog to post comments, so I decided to try facebook comments.
I found the comments box, but as far as I read, I'll have one box for all my posts. I want to know how do I make different comments for each post I make?
posts url layout is like http://xxxxxxx.com/post.php?postid=1 , postid=2 and so on.
thanks in advance