diff --git a/typo3/sysext/seo/Documentation/Configuration/Index.rst b/typo3/sysext/seo/Documentation/Configuration/Index.rst index fcad0494bd04ccf8d594c7681bb47020f12d357c..b880d9ee01a294a64f1bfc1b812e3263b1993cd1 100644 --- a/typo3/sysext/seo/Documentation/Configuration/Index.rst +++ b/typo3/sysext/seo/Documentation/Configuration/Index.rst @@ -156,13 +156,23 @@ If you want to have a fallback og:image or twitter:image, you can use this littl page { meta { - og:image.stdWrap.cObject = IMG_RESOURCE + og:image.stdWrap.cObject = TEXT og:image.stdWrap.cObject { - file = EXT:your_extension/Resources/Public/Backend/OgImage.svg + stdWrap.typolink { + parameter.stdWrap.cObject = IMG_RESOURCE + parameter.stdWrap.cObject.file = EXT:your_extension/Resources/Public/Backend/OgImage.svg + returnLast = url + forceAbsoluteUrl = 1 + } } - twitter:image.stdWrap.cObject = IMG_RESOURCE + twitter:image.stdWrap.cObject = TEXT twitter:image.stdWrap.cObject { - file = EXT:your_extension/Resources/Public/Backend/TwitterCardImage.svg + stdWrap.typolink { + parameter.stdWrap.cObject = IMG_RESOURCE + parameter.stdWrap.cObject.file = EXT:your_extension/Resources/Public/Backend/TwitterCardImage.svg + returnLast = url + forceAbsoluteUrl = 1 + } } } }