Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

TypoScript is a descriptive language which defines how a website in the CMS TYPO3 is rendered. Typoscript mainly defines configuration values that are passed to the systems php code. It is object-based and organized in a tree-like system.

learn more… | top users | synonyms

0
votes
3answers
673 views

TypoScript: Text content of current page

I am trying to generate the og:description tag, required by Facebook, dynamically out of the content of the shown page. My idea is to use the content-text of the page if there is no meta description ...