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'f made a Facebook tab/app and published it on my facebook-page. Now if I post the link to the tab/app (e.g. https://www.facebook.com/MY-FACEBBOK-NAME?sk=APP-ID) it loads only my profile-image.

Is it possible to display the information from the meta property tags in the posting?

share|improve this question

1 Answer

Yes you can. However it's going to take some trickery to do it.

First, you will share the URL to a page on your website (off of facebook), that has the correct og meta tags defined.

Secondly, in that page where the og meta tags are defined, you will need to do a javascript redirect to the Facebook Page tab url.

Here's the secret magic that makes it work. Facebook's linter that reads the og meta tags will not run the javascript and hence will pick up the correct values. Yet a user who clicks the link will get redirected to the page tab.

share|improve this answer
Thank you! I also thought about this already. But my problem is, that the user did not know this "off facebook" url and will still post the tab url to share it. I would like to get the Information right out of the tab url, if possible. But this is a nice workaround, if only I will post the URL. – Ichse Mar 28 '12 at 7:55
You will need to be sure to only give out the off-facebook url to be shared. Otherwise you cannot spec out the og tags of a page tap app. – DMCS Mar 29 '12 at 20:36
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 21:20

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.