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 wanting to add the Facebook Comments plugin to a webpage. When the user makes a comment, I know that it will show up on their Facebook wall, posting an active link back to the webpage.

Is is possible to make that link go back to any url I want? Or do I have to use the url of the current page where my Facebook Comments module is located?

share|improve this question

1 Answer

The comments plugin will always link users to the URL the comments were added to - what you do after that is up to you, you could redirect with your server or client-side code if you wanted to.

share|improve this answer

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.