OK, I have an ":" in the page title so I use the HTML5 character entity for it viz. :
Facebook's og scraper doesn't seem to recognize it and converts it to a :
Here's an example:
How do I fix it ?
OK, I have an ":" in the page title so I use the HTML5 character entity for it viz. :
Facebook's og scraper doesn't seem to recognize it and converts it to a :
Here's an example:
How do I fix it ?
I fixed by not converting :
to its html5 entity. Only converting quotes(double & single) might be enough in most cases.