Facebook, like a button that doesn't display og: description

I created a similar button on my website, http://www.divecerts.com .

Screen shots of the problem found at http://www.divecerts.com/screen.html

The top screenshot shows the Like button, pressed with the FB popup and properly cleared information. The bottom screenshot shows what the actual post on Facebook looks like. There you can see that everything is correct, except that the description is empty.

I cleared the cache when using the Facebook debugging tool (linter) several times, no luck in solving the problem. The debugger perfectly describes the description, but it does not appear in the Facebook post. I tried to browse / love different Facebook accounts on different computers using different browsers with the same results.

Here is my meta code

<head> <meta property="og:title" content="DiveCerts.com | Diver Certification Record Search" /> <meta property="og:description" content="Search for SCUBA diving certifications records from the major training agencies in one click."/> <meta property="og:url" content="http://www.divecerts.com" /> <meta property="og:type" content="website" /> <meta property="og:image" content="http://www.divecerts.com/img/logofb.jpg" /> <meta property="og:image:width" content="300"> <meta property="og:image:height" content="300"> 

Any help would be greatly appreciated.

+4
source share

Source: https://habr.com/ru/post/1500330/


All Articles