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.
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.
|
|
|
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. |
|||
|
|