views:

17

answers:

1

Strangest thing:

I'm trying to get facebook to recognize the "&" sign within the <meta property='og:title' content="data"/> field.

I have content being extracted from a db where I urlencode: & becomes &amp; but facebook doesn't pick up the encoding.. Except, when I just plainly add a &amp; to the code itself, it picks it up.. It seems as though it's specifically having an issue with reading the php conversion of the symbols.

Any idea? Been stuck on this for too long. I've been using the facebook linter to test this.

A: 

If nobody else gives you an exact fix, I think you might benefit from looking at the raw HTTP traffic. There are lots of tools, the lowest level is wire shark.

Gabriel