Skip to content

Instantly share code, notes, and snippets.

@markhowellsmead
Last active August 29, 2015 14:01
Show Gist options
  • Save markhowellsmead/f4b0851dccecce9e28f2 to your computer and use it in GitHub Desktop.
Save markhowellsmead/f4b0851dccecce9e28f2 to your computer and use it in GitHub Desktop.
Include a TYPO3 ExtBase plugin via TypoScript using AddThis extension as an example
# Include a TYPO3 ExtBase plugin via TypoScript using AddThis extension as an example
# www.mhm.li | m@mhm.li | 5/2014 | Free use, no credit required
lib.share = USER
lib.share {
userFunc = tx_extbase_core_bootstrap->run
extensionName = Addthis
pluginName = Pi1
stdWrap {
wrap = <section class="share">|</section>
required = 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment