Ross |
|
---|---|
I installed it again and again - now it seems to work! I didn't change anything in my installation. Go guess... Added 38 minutes later: I found out the problem. It happened to be in my code.
The links of the images in my pages where like: <img src="../../../../images/folder/subfolder/image.jpg" and that was giving a mistaken in: <meta property="og:image" content="http://website.com/../../../../images/folder/subfolder/image.jpg"/> I fixed the links in <img src="images/folder/subfolder/image.jpg" so now it gives: <meta property="og:image" content="http://website.com/images/folder/subfolder/image.jpg"/> and it works.
|
|
Отредактировано: Ross (07.09.2012 08:15, 12 лет назад) |