haassie / yoast_news

Integrate Yoast SEO for TYPO3 in EXT:news
6 stars 22 forks source link

TYPO3 v11 and v12 compatibility #23

Open cdaecke opened 3 years ago

cdaecke commented 3 years ago

ATTENTION GeorgRinger\News\ViewHelpers\ImageSizeViewHelper has change in ext:news v9, so the Opengraph.html partial was adapted.

ext:news < v9 NO parameter "image" is used:

<n:metaTag property="og:image:width" content="{n:imageSize(property:'width')}" />

ext:news >= v9 parameter "image" is required:

<n:metaTag property="og:image:width" content="{n:imageSize(property:'width', image:'{ogImagePath}')}" />

Note: Final stable version 9 of ext:news is not out yet.

cdaecke commented 3 years ago

See commit with change ImageSizeViewHelper:

https://github.com/georgringer/news/commit/9cff656435c57a7cbc8909098304d26565622a30#diff-538fb20baf322621868a47930d269bb81bee0f9404c2ed2edb201ba166f92633

cdaecke commented 3 months ago

I have just added compatibility for TYPO3 v12