This module is not needed anymore for Silverstripe Hail version 4.4 and up, Open Graph is directly integrated into it.
Silverstripe 4 module to add OpenGraph support for the Hail module
- Automatically adds OpenGraph support to your website and your Hail content using the silverstripe-opengraph module
- No configuration needed, everything is automatic
Run the following command:
composer require firebrandhq/silverstripe-hail-opengraph "^1.0"
Perform a dev/build (from sake or from a browser)
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.
Please create an issue for any bugs you've found, or features you're missing.