[TYPO3-dev] Re: place og:image in header

Philipp philippwrann at gmx.at
Wed Sep 4 12:07:16 CEST 2013


Quote: Philipp (majpay) wrote on Wed, 04 September 2013 12:02
----------------------------------------------------
> Any of you got an example to get a processed image from FAL as path in a meta tag in your header?
> 
> Do i have to write a userfunction for that purpose or can i handle it using Typoscript?
----------------------------------------------------

Ahhhh 1 min after posting i managed it
40 = TEXT
		40.value = <meta property="og:image" content="
        50 = IMG_RESOURCE
        50 {
            file {
				width = 250c
				height = 250c
				import = uploads/media/
				import.data = levelmedia: -1,slide
				treatIdAsReference = 1
				import.listNum = 0
			}
        }
		60 = TEXT
		60.value = "/>



More information about the TYPO3-dev mailing list