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 just copied the like button link into my website. However the link given when the button is clicked is not the current page, but a more general one in my website.

I placed the like button in all my sermon pages, which is:

jubilee.org.sg/sermons/?sermon_id=303

But the link given on the facebook page is only this:

jubilee.org.sg/sermons 

How can I make it point to the right page?

share|improve this question
Let me clarify: I placed the like button in all my sermon pages. e.g. jubilee.org.sg/sermons/?sermon_id=303. But the link given on the facebook page is only this: jubilee.org.sg/sermons – Siow Hwee Sep 13 '11 at 7:28
@Siow: when you need to clarify your question, edit it. Comments aren't meant to last. – Mat Sep 13 '11 at 10:25

closed as not a real question by Brian Roach, BK., ifaour, VMAtm, Graviton Sep 13 '11 at 11:34

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 1 down vote accepted

Facebook ignores the query string parameter of your URL. You need to setup a new URL structure like /sermons/303.

share|improve this answer
Thanks, this is very helpful. – Siow Hwee Sep 13 '11 at 8:54

to change the url being picked by FB on diff pages you should use open graph tags.. specifically the tag see documentaion here: http://developers.facebook.com/docs/opengraph/

share|improve this answer

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