Thank you Liran Kurtz !
Following the documentation I have read, I inserted quotation marks (") at the begining and at the end of the description, and it worked !
However, I found out that in titles of the links, it doesn’t work with this method, or anything else. Do you have any tricks on how to do this ?
The link is : https://www.vudecypres.com/album/20-mille-lieues-sous-l-hiver
Hi Gardet. That is ‘common’. Web browsers are not capable of interpreting certain text characters correctly, such as spaces, quotation marks and apostrophes. That is why in urls you’ll see e.g. %20 for a space. WIX converts space to something else. I am very familiar with french ‘issues’, not only in url’s.
So even if you would escape it, in a url it wont work. I think what WIX does here is perfect instead of ‘unfriendly’ %20. If you want to use a aprostrophe in an url, you’ld have to use %27
What are you trying to achive with a aprostrophe, except the right spelling, in an URL?
Ah I saw it under manage site. But I don’t know if it’s fast enough. I have seen frameworks with dynamic data not load meta tags fast enough for the facebook scrapper. HERE you can see exactly what facebook sees and says what og metatags have what. Maybe a WIX person can help saying where to change what.
Et c’est enfin l’hiver. J’attendais avec beaucoup de hâte cette période où on s’emmitoufle dans ses couvertures, au coin du feu, où on met ses gros vêtements bien chauds, où on aime entendre le bruit familier de la neige ou le craquement délicieux de la flaque glacée qui vient de se briser sous notre poids.
Hélàs, cette année, l’hiver a décidé de prendre ses quartiers en Amérique. De ce côté de l’Atlantique, point de tempête de froid, point de stalactites, point de bout du nez tout rouge.
Imaginez mon excitation lorsque les météorologues ont enfin prévu enfin des températures négatives, qui sont de surcroît bien arrivées ! À peine le jour levé, j’ouvre un œil, puis j’en ouvre deux, et découvre enfin ce que j’attendais : un paysage blanchi par le gel. Ni une, ni deux, me voilà déjà au bord de l’étang.
L’hiver me ravit enfin de son atmosphère si calme et si froide. Baigné d’une lumière chaude et délicate, l’étang partiellement gelé semble complètement différent. La pâquerette se pare d’une élégante robe de cristaux alors que la glace borde l’eau avec de jolies courbes raffinées, sur lesquelles viennent se refléter quelques rayons de soleil aux reflets dorés. Tout semble silencieux, endormi, seuls les oiseaux brisent le silence de leur chant mélodieux.
Hi Gardet.
As you stated yourself, the issue is it’s missing in the e.g. facebook title and not in the url. So this means it’s missing in the “og” tags. Personally, I say that is something else then missing in the links. Now in php your solution would be:
I don’t know how this works in the WIX meta tags. Did you already try changing a meta tag to see if actually works per default? You can add meta tags somewhere in you site management dashboard. A tip, a quote symbol ( " ) doesn’t work in og:title. Read here for that. If you scrape that url in facebook debugger you won’t see a quote in the title. That doesn’t mean an apostrophe doesn’t work, but be sure to use one, for that is different then a quote. A quote is ascii ['] and an apostrophe is [ ’]. Have you verified the data uses the apostrophe and not the quote? My experience is that sometimes they look the same (depends on the font too).
You are a genius. You found the solution !
Wherever I wrote ‘Code unicode apostrophe’, I didn’t work or indicate the same caracter for both apostrophe and quote. But you gave me the right ascii code to use, and I FINALLY found the right caracter to use ! Here is the one : ’ (correct) and the other one ’ (incorrect, the one my keyboard doesn’t want to give me).
THANKS A LOT !
Have a wonderful day !
Vincent