firebrandhq / silverstripe-hail-opengraph
OpenGraph Extension for the SilverStripe Hail module
Installs: 258
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
README
This module is not needed anymore for Silverstripe Hail version 4.4 and up, Open Graph is directly integrated into it.
OpenGraph module for SilverStripe Hail
Silverstripe 4 module to add OpenGraph support for the Hail module
Features
- Automatically adds OpenGraph support to your website and your Hail content using the silverstripe-opengraph module
- No configuration needed, everything is automatic
Requirements
Installation
Run the following command:
composer require firebrandhq/silverstripe-hail-opengraph "^1.0"
Perform a dev/build (from sake or from a browser)
Contributing
Versioning
This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.
All methods, with public
visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected
methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.
Reporting Issues
Please create an issue for any bugs you've found, or features you're missing.