How to hide the share button

As described in How to hide the like button, it's possible to use MasterPage CSS in the developer framework to hide certain features within Interact. In pretty much the exact same way, you can hide the Share button, effectively removing the ability for users to share content from within the page.

#btnShare { display : none; }

Adding the code above will remove the Share button throughout the application.

It's important to note though that this doesn't stop users from referencing content using Interacts @mentioning feature