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 have special offerings gallery site (lets say example.com) and each offering has a "Like" button. "Like" button has example.com/45 url which directs original offering site (lets say superoffer.com). The problem is that my like button shows superoffer.com "likes" and not my redirect url likes. How can i pass this problem.

share|improve this question

1 Answer

up vote 1 down vote accepted

You can't. Facebook does not allow you to create likes for pages that do redirects. You should make example.com/45 a landing page that links the user to the destination page. This way Facebook will send the user to your site, then the user can click a link to go to the next site.

share|improve this answer
thanks! case closed :) – Bob0101 Nov 13 '10 at 18:51

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.