Provides a LinkedIn sharing button and sharing icon for use with SilverWare.
Installation is via Composer:
$ composer require silverware/linkedin
As with all SilverStripe modules, configuration is via YAML. Extensions are applied to ContentController
for LinkedIn integration. An extension is also applied to site configuration which
adds a tab for LinkedIn settings to the SilverWare Services tab.
By default, the LinkedIn sharing button will use English. However, if you would like to force the button to use a particular language, you can do so using site configuration. Go to Settings > SilverWare > Services > LinkedIn, and select the desired language from the dropdown field.
Provided is a LinkedInSharingButton
which is used with the SharingComponent
from the SilverWare Social Module. Simply add this button as a child of
SharingComponent
using the site tree, and your pages will now
be able to be shared via LinkedIn.
For more information, see the LinkedIn documentation.
Please use the GitHub issue tracker for bug reports and feature requests.
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Colin Tucker | Praxis Interactive |
BSD-3-Clause © Praxis Interactive