silverware / linkedin
SilverWare LinkedIn Module.
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=5.6.0
- silverware/silverware: ^1.5
- silverware/social: ^1.1
This package is not auto-updated.
Last update: 2024-10-25 14:22:29 UTC
README
Provides a LinkedIn sharing button and sharing icon for use with SilverWare.
Contents
Requirements
Installation
Installation is via Composer:
$ composer require silverware/linkedin
Configuration
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.
LinkedIn Language
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.
Usage
LinkedIn Sharing Button
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.
Issues
Please use the GitHub issue tracker for bug reports and feature requests.
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Maintainers
License
BSD-3-Clause © Praxis Interactive