Hello, please use og:image meta tag, instead of og:image:url becose Facebook developer tools doesnt support this and linkedin dont show the image if I post n url from website.

For example this code from our url cannot show the image at Linkedin:

<link rel="shortcut icon" href="http://www.radkaloja.cz/sites/default/files/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="description" content="Určeno: Cílovou skupinou jsou všichni, kteří si chtějí více pamatovat, mít větší užitek z informací, chtějí rozvíjet svoji paměť, více" />
<meta name="robots" content="follow, index" />
<link rel="image_src" href="http://www.radkaloja.cz/sites/default/files/frontpage_white.old.jpg" />
<link rel="canonical" href="http://www.radkaloja.cz/kurzy/jak-vice-vyuzivat-mozek-efektivni-uceni-prace-s-informacemi-trenink-pameti" />
<meta property="fb:admins" content="100000945773481" />
<meta property="og:site_name" content="Ing. Bc. Radka Loja" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.radkaloja.cz/kurzy/jak-vice-vyuzivat-mozek-efektivni-uceni-prace-s-informacemi-trenink-pameti" />
<meta property="og:title" content="Jak více využívat mozek - efektivní učení, práce s informacemi, trénink paměti" />
<meta property="og:description" content="Určeno: Cílovou skupinou jsou všichni, kteří si chtějí více pamatovat, mít větší užitek z informací, chtějí rozvíjet svoji paměť, více" />
<meta property="og:image:url" content="http://www.radkaloja.cz/sites/default/files/frontpage_white.old.jpg" />
<meta property="og:image:secure_url" content="https://www.radkaloja.cz/sites/default/files/frontpage_white.old.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="931" />
<meta property="og:image:height" content="437" />
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mpark created an issue. See original summary.

mpark’s picture

Status: Active » Fixed

Solved by Path metatags module, thanks.

DamienMcKenna’s picture

Title: use og:image instead og:image:url » Retire og:image:url?
Priority: Major » Normal
Status: Fixed » Active

The module makes both the og:image and og:image:url meta tags available, and both the OpenGraph specifications and Facebook documentation say both are valid. If anything we should probably note that og:image is preferred, and that some meta tag parsers will not accept og:image:url.

DamienMcKenna’s picture

Version: 7.x-1.14 » 7.x-1.x-dev
Status: Active » Needs review
FileSize
826 bytes

This updates the message for og:image:url.

DamienMcKenna’s picture

  • DamienMcKenna committed 8b0fc4b on 7.x-1.x
    Issue #2710377: Updated the message for og:image:url to make it clear it...
DamienMcKenna’s picture

Status: Needs review » Fixed

Committed.

  • DamienMcKenna committed 5fb6385 on 7.x-1.x
    Issue #2710377 by DamienMcKenna: Updated the message for og:image:url to...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.