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've looked through different posts here and couldn't find the answer..
check the source of http://he.thenamestork.com

<meta property="og:title" content="האתר שינחש את השם של תינוקך העתידי" />
<meta property="og:image" content="http://he.thenamestork.com/gfx/FBthumb.png" />
<meta property="og:url" content="http://he.thenamestork.com" />

this is generated by php. from some reason, fb totally ignores these meta tages when clicking share. the WEIRED thing is - a. the exact same code worked just fine before b. when clicking 'share' from he.thenamestork.com/names/something - the meta tags DOES get read by fb, even though both the meta tags and the share button are generated by the SAME PHP FILES and implemented in the SAME WAY.

what's wrong?

share|improve this question
I've just tried to use a share button on your site and it's working as expected... – Juicy Scripter Oct 4 '11 at 0:46

1 Answer

up vote 0 down vote accepted

Seems the problem was facebook's cache of previous share properties. All I had to do was waiting.

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.