DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Users manualΒΆ

  • Install the extension
  • Edit your news template:
    • Add {namespace jh=Tx_JhSocialshareprivacyNews_ViewHelpers} after {namespace n=Tx_News_ViewHelpers}
    • Add <jh:SocialSharePrivacy></jh:SocialSharePrivacy> where you want to see the socialshareprivacy-bar
      • If you want to provide a static uri, your line may look like this: <jh:SocialSharePrivacy href="www.your-static- link.com"></jh:SocialSharePrivacy>
      • If you want to use the socialshareprivacy-bar in a list view you will need to add a uid-tag like this: <jh:SocialSharePrivacy uid="{newsItem.uid}"></jh:SocialSharePrivacy>
      • If you use more than one news-view on a single page you will need to add a prefix to the uid-tag like this for the list- view: <jh:SocialSharePrivacy uid="list-{newsItem.uid}"></jh:SocialSharePrivacy> and this one for the details view: <jh:SocialSharePrivacy uid="details-{newsItem.uid}"></jh:SocialSharePrivacy> this prevents the socialshareprivacy-bar from destroing the output.
  • All settings are done via typoscript setup.