HomeCustomise & extendHide the share button

Hide the share button

Use custom CSS to hide the share button on content pages throughout Interact.

Before you start

  • You need access to the Control Panel with permission to manage the Developer Framework.

Note: This example is a sample, not officially supported by Interact Technical Support. Review and test it with your development team before use.

Overview

As described in Hide the like button, you can use MasterPage CSS in the Developer Framework to hide certain features within Interact. In the same way, you can hide the share button, which removes the ability for users to share content from within the page.

#btnShare { display : none; }

Adding the code above removes the share button throughout the application.

Note: This does not stop users from referencing content using Interact's @mentioning feature.

Section: Customise & extend