Closed (works as designed)
Project:
Open Graph meta tags
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
21 Jan 2011 at 02:16 UTC
Updated:
9 Apr 2011 at 12:10 UTC
This is a very useful module, thanks for creating it.
Feature request: in the title and body there are often HTML encoded entities such as “, and ". It would be nice to filter those out, or better yet, replace them with regular quotes etc.
Example from http://www.dutchinamerica.com/2011/01/19/three-centuries-hudson-river:
<meta property="og:title" content=""Three Centuries on the Hudson River"" />
<meta property="og:description" content="&#8220;Three Centuries on the Hudson River&#8221; is a book about Hoogebergh, a 1696 family homestead in upstate New York, and the eleven generations of the Staats family who have lived&nbsp;there.
Th" />
Comments
Comment #1
hiddentao commentedThese encoded entities should get automatically replaced with their normal text equivalents when e.g. sharing on Facebook. Is this not happening?
Comment #2
guusbosman commentedYes, you're right. They are correctly being replaced by Facebook so this is not really a problem. I'll close it.