I have a problem that's been bugging me for a while now. I have a page with a Facebook Like button on it. When the visitor clicks on it, everything is working as it should. The user first logs in her Facebook account, and the right information is showing in the little iFrame that pops up. It has correct headline, url, image, and the possibility to add some text to the post.
But once posted on Facebook, the wall post doesn't show the description, instead it shows four rows with the text n/a. How come?
Some additional information:
I have set the followwing fields in the head section of the html, and the
Facebook debugger toolscrapes the correct information:og:title,og:description,og:image,og:url,og:locale,og:typeAlso, it always works for me and some others when liking it, but not when person X or Y tries to share it, so it's kind of sporadic...
I use the
Facebook js sdk.In the
Facebook debugger toolI get this warning:fb:admins and fb:app_id tags are missing. These tags are necessary for Facebook to render a News Feed story that generates a high click-through rate.But I have read somewhere that this shouldn't be necessary in my case.The description sometimes contains characters like
Å,ÄandÖ.
Has anyone else experienced this behavior?
Thanks in advance!