Phoca Open Graph problem

Phoca plugins - support for all Phoca plugins except Phoca Gallery plugins
thierry_24h
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 04 Jan 2016, 22:49

Phoca Open Graph problem

Post by thierry_24h »

Hi,

My problem
Nothing in Facebook when i copied a joomla link in Facebook - No image - no text - Only website title

My configuration
joomla 3.8.8
phoca open graph plugin 3.1.2
phoca site plugin 3.0.2

Exemple
my joomla page http://www.les24heures.fr/le-mans-2018/ ... -speciales

the source
<meta name="og:title" content="24h du Mans 2018 Deux Porsche 911 RSR spéciales" />
<meta name="og:type" content="sport" />
<meta name="og:image" content="http://www.les24heures.fr/images/phocag ... di-032.JPG" />
<meta name="og:url" content="http://www.les24heures.fr/le-mans-2018/ ... -speciales" />
<meta name="og:site_name" content="les24heures.fr" />
<meta name="og:description" content="Les Porsche d'usine portant les numéros 91 et 92 arboreront des livrées Le Mans des années 1970 et 1980 dont celle de la fameuse 917 Pink Pig, le cochon rose, des 24 heures du Mans 1971." />
<meta name="fb:app_id" content="127023874095439" />

Facebook debug inform problem on og:url, og:type, og:title, og:image, og:description, fb:app_id

Can you help me ?

Thanks

Thierry
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Open Graph problem

Post by Jan »

Hi, did you try to change the "name" to "property" in options and did you try to recache the site in Facebook developer site?

Jan
If you find Phoca extensions useful, please support the project
thierry_24h
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 04 Jan 2016, 22:49

Re: Phoca Open Graph problem

Post by thierry_24h »

I change 'name' with property - I change to last picture of the page - I delete Cache
The problem is the same

Thierry


Debug Facebook (sorry it is in French)
Alertes nécessitant une action

Propriété déduite
La propriété og :image doit être spécifiée de manière explicite, même si une valeur peut être déduite à partir d’autres balises.
Propriétés manquantes Les propriétés requises suivantes manquent : og:url, og:type, og:title, og:image, og:description, fb:app_id
Curl Error Curl error: 61 (BAD_CONTENT_ENCODING)

Quand et comment nous avons collecté l’URL la dernière fois
Dernière analyse Il y a 3 secondes
Code de réponse 206
URL recherchée http://www.les24heures.fr/le-mans-2018/ ... -speciales
URL canonique http://www.les24heures.fr/le-mans-2018/ ... -speciales

À partir des balises brutes, nous avons construit les propriétés suivantes Open Graph
og:url http://www.les24heures.fr/le-mans-2018/ ... -speciales
og:type website
og:title www.les24heures.fr
og:description
ia:markup_url
ia:markup_url_dev
ia:rules_url
ia:rules_url_dev
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Open Graph problem

Post by Jan »

Hi, the meta tags are rendered correctly on your site, so maybe this should be a question on Facebook developers, becasue on your site, it seems, everything is OK (and there is nothing to change) :idea:

Code: Select all

<meta property="og:title" content="24h du Mans 2018 Deux Porsche 911 RSR spéciales" />
	<meta property="og:type" content="sport" />
	<meta property="og:image" content="http://www.les24heures.fr/images/phocagallery/2018-td/thumbs/phoca_thumb_m_24hdumans2018-td-samedi-032.JPG" />
	<meta property="og:url" content="http://www.les24heures.fr/le-mans-2018/266-2018-histoire/2210-24h-du-mans-2018-deux-porsche-911-rsr-speciales" />
	<meta property="og:site_name" content="les24heures.fr" />
	<meta property="og:description" content="Les Porsche d'usine portant les numéros 91 et 92 arboreront des livrées Le Mans des années 1970 et 1980 dont celle de la fameuse 917 Pink Pig, le cochon rose, des 24 heures du Mans 1971." />
If you find Phoca extensions useful, please support the project
thierry_24h
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 04 Jan 2016, 22:49

Re: Phoca Open Graph problem

Post by thierry_24h »

Thank you Jan
Post Reply