What is the correct implementation of the Open Graph “article” type?

Have a look at the Facebook developers page: https://developers.facebook.com/docs/reference/opengraph/object-type/article It looks like your examples 2 and 3 have incorrect formatting. None of the “article” properties should begin with “og:” Here’s what I have on one of my sites, and I get no errors from the FB debugger: <meta property=’og:type’ content=”article” /> <meta property=’article:author’ content=”https://www.facebook.com/YOUR-NAME” /> … Read more

How to use the ‘og’ (Open Graph) meta tag for Facebook share

Use: <!– For Google –> <meta name=”description” content=”” /> <meta name=”keywords” content=”” /> <meta name=”author” content=”” /> <meta name=”copyright” content=”” /> <meta name=”application-name” content=”” /> <!– For Facebook –> <meta property=”og:title” content=”” /> <meta property=”og:type” content=”article” /> <meta property=”og:image” content=”” /> <meta property=”og:url” content=”” /> <meta property=”og:description” content=”” /> <!– For Twitter –> <meta name=”twitter:card” … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)