Thanks for answering. I'll try to explain better.
Defautl OG tags are perfectly ok.
<meta property="og:type" content="website"/>
<meta property="og:title" content="Italiacosplay"/>
<meta property="og:image" content="
www.italiacosplay.it/images/italiacosplay-square.png"/>
<meta property="og:site_name" content="Italiacosplay"/>
<meta property="og:description" content="La Community dei cosplayer italiani. Nuovi amici, foto, video, eventi, gruppi, notizie e tutto ciò che è legato al mondo del cosplay."/>
<meta property="og:url" content="http://www.italiacosplay.it"/>
<meta property="fb:app_id" content="128656463926234"/>
<meta property="og:locale" content="it_IT" />
When I add overrides to pages they are overridden by local tags so, if i look at page source it shows:
<meta property="og:title" content="Profile at Italiacosplay"/>
<meta property="og:image" content="
www.italiacosplay.it/images/avatar/USERAVATAR.jpg"/>
<meta property="og:description" content="This is a description override..."/>
<meta property="og:url" content="
www.italiacosplay.it/USERPROFILE"/>
<meta property="og:image" content="
www.italiacosplay.it/images/DEFAULT.jpg"/>
og:image appears twice (this is strange)
Og tags are correctly overridden, but facebook doesn't read them. I tried also the Linter, refreshed many times, but no luck. Just once it showed what I want, a local override, then again default values.
Do you think I should make a live override so you can see directly on my website?
Thank you.