Closed pettazz closed 5 years ago
Facebook's open graph parser actually html-entity-izes symbols in the strings pulled from meta tags so we end up with like
<meta property="og:image" content="https://warrantynowvoid.com/assets/img/lol/thumbs/BabaYaga@2x.png" />
which obviously doesn't work and the OG image object doesn't get populated.
Why the fuck does it do this?
Oh good this didn't fix the Facebook problem cool. Still probably good to do anyway.
Facebook's open graph parser actually html-entity-izes symbols in the strings pulled from meta tags so we end up with like
which obviously doesn't work and the OG image object doesn't get populated.
Why the fuck does it do this?