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 implemented Facebook Open Graph Protocol Full Integration following the http://developers.facebook.com/docs/opengraph/ and http://www.websitedesign411.com/blog/facebook-open-graph-protocol-full-integration-walkthrough.

The Like buttons work and show in the Facebook feeds except for one page www.giantmango.com/contest. I have tried several alternatives like manually entering the content for the meta tags and an else statement for pages, but I am unable to get Facebook to recognize this page. Any ideas?

<?php } elseif (is_page()) { ?>
        <meta property="og:title" content="「I LIKE CREATORS」 アートチャリティー&コンテストへようこそ!" />
        <meta property="og:type" content="article" />
        <meta property="og:description" content="「I LIKE CREATORS」 アートチャリティー&コンテストへようこそ! 売上の一部は児童養護施設に寄付いたします。2011年2月21日(月)から2月28日(月)好きな作品に投票をして、抽選で10名様にアメリカ生まれのナチュラルケアブランド「バーツビーズ」の福袋またはハンドサルヴが当たります。" />
share|improve this question
It's working just fine, check the Facebook URL Linter – ifaour Feb 21 '11 at 14:31
@ifaour: When I type in the url in a message in Facebook, links usually have a description. Other links on giantmango.com have descriptions too, but this page giantmango.com/contest does not show one. – tokyowp Feb 21 '11 at 14:36
@ifaour: Thank you. It works now! – tokyowp Feb 21 '11 at 14:42
@tokyowp: it's showing the description: i53.tinypic.com/2qdo57p.png – ifaour Feb 21 '11 at 14:46
Then it's a caching problem and URL Linter solved it. ;-) – ifaour Feb 21 '11 at 14:49
show 6 more comments

1 Answer

up vote 1 down vote accepted

As mentioned in the comments of this answer, it's a caching problem and quoting from Facebook (Editing Meta Tags):

For the changes to be reflected on Facebook, you must force your page to be scraped. The page is scraped when an admin for the page clicks the Like button or when the URL is entered into the Facebook URL Linter.

So basically when I tested your page in the URL Linter, Facebook grabbed (scraped) the current data for the open graph meta tags.

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.