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.

i am using facebook connect apps for facebook comment box on my website i have follow tutorial on https://developers.facebook.com/blog/post/2009/02/19/commenting-with-facebook-connect/

and put the things step by step on my website and its works fine but when i put same thing in my other website its show me this error

The comments plugin requires an href parameter.

what am i doing worng?

share|improve this question

1 Answer

up vote 0 down vote accepted

Just create the comment plugin with the official generator and you are fine:

https://developers.facebook.com/docs/reference/plugins/comments/

of course you need a link for the comment plugin, just take your actual page. it´s kind of a unique id for the comment plugin, so you should never change it when you got comments already.

Btw, the tutorial link you posted is from 2009. If you want to implement something, try to find a newer source next time ;)

share|improve this answer
why the downvote? my answer is correct. – luschn Nov 20 '12 at 10:25

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.