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'm trying to redirect the user to a specific URL when he clicks on the title of my object.

So I tried to do this :

<meta property="og:url" content="http://www.mywebsite.com/myPage" /> 

Instead of this :

<meta property="og:url" content="<?php echo strip_tags(curPageURL());?>" /> 

But Facebook can't get the meta data because it seems to use this URL.

Is there a way to redirect to any other URL? I can't add meta data on the specific page because it is not mine.

share|improve this question
Redirect via JavaScript; or redirect via HTTP, after checking if the requesting client is not the Facebook scraper. – CBroe Sep 17 '12 at 15:39

1 Answer

Yes, you can use the tool here:

Facebook/Open Graph Like Button Generator

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.