We are also having issues with this .. now all it shows is text with the oal.lu words that are clickable to the original url.
The image, title and description no longer appear.
This is despite the og meta tags being populated correctly. See the source code of the link posted onto FB earlier .. to me the meta tags look fine.
https://markethive.com/group/cryptocoin/blog/digital-currency-mining-may-look-much-different-in-2025This is a major issue for us ... please investigate and let us know how to resolve it.
Answers
Please go to this page:
https://developers.facebook.com/tools/debug/sharing/
Then enter your URL in the field and click on Debug.
Then you will see the following warnings:
Warnings That Should Be Fixed Inferred Property The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags. Missing Properties The following required properties are missing: og:url, og:type, og:title, og:image, og:description, fb:app_id SSL Error Can't validate SSL Certificate. Either it is self-signed (which will cause browser warnings) or it is invalid.
You need to fix these issues or Facebook will not pickup the og tags.
<meta itemprop="name" content="Digital Currency Mining May Look Much Different in 2025" /> <meta itemprop="description" content="Digital Currency Mining May Look Much Different in 2025 ..." /> <meta property="og:image" content="http://dreams-inn.com/wp-content/uploads/2017/09/725_Ly9jb2ludGVsZWdyYXBoLmNvbS9zdG9yYWdlL3VwbG9hZHMvdmlldy83NDNlZmVkMzkxYjdiODM0NzA4YzY4ZTQ2MzgyYjc0MC5qcGc.jpg" /> <meta property="og:image:secure_url" content="http://dreams-inn.com/wp-content/uploads/2017/09/725_Ly9jb2ludGVsZWdyYXBoLmNvbS9zdG9yYWdlL3VwbG9hZHMvdmlldy83NDNlZmVkMzkxYjdiODM0NzA4YzY4ZTQ2MzgyYjc0MC5qcGc.jpg" /> <meta property="og:image:type" content="image/jpg" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:title" content="Digital Currency Mining May Look Much Different in 2025" /> <meta property="og:description" content="Digital Currency Mining May Look Much Different in 2025 ..." /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://markethive.com/group/cryptocoin/blog/digital-currency-mining-may-look-much-different-in-2025" />
So whether the SSL certificate is really the cause of this is debatable.