I am new to TYPO3 and creating a TYPO3 extension. Extension can be added to a given place by the BE using the wizard. No problem.
My question is how can I add/call extension manually any place I want. For example among text.
What i mean is like Joomlas Mambots. Call the extension inside {myextentionName}
among text for example.
Please any idea/help with an example is kindly appreciate.
You can find the TypoScript
definition for each plugin below tt_content.list.20.<plugin-key>
.
On top of that, most plugins provide a fully working version below plugin.<ext-key>
.
If all fails, you can use the USER
object to call the plugin directly. You will find an example in one of the above paths, because that is what the plugins to after all.
You can use typoscript tree and plugin keyword with the extension name for example plugin.xxxx.pi1.