For our website, we are including the following open graph metatag to provide a description for Facebook shares.
<meta property="og:description" content="User provides optional content here..." />
For the description, we include some user supplied data. However, this data field is optional. What we have found is that if we leave the content attribute as an empty string, Facebook appears to ignore the metatag altogether and uses the first paragraph tag in the document. I wouldn't expect Facebook to do this.
We would prefer to not provide a default description in these cases. Is there a workaround for this or are we doing something else wrong? Anyone else experience this issue?