silverware / open-graph
SilverWare Open Graph Module.
Installs: 354
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=5.6.0
- silverware/silverware: ^1.0
This package is not auto-updated.
Last update: 2024-10-25 22:59:23 UTC
README
Works in conjunction with SilverWare to add Open Graph metadata to pages.
Contents
Requirements
Installation
Installation is via Composer:
$ composer require silverware/open-graph
Configuration
As with all SilverStripe modules, configuration is via YAML. Within the config.yml
file you will
find a series of Open Graph types, namespaces, and metadata mappings. Everything should work out of
the box, however you can expand upon these items if you wish.
Usage
Open Graph tags are automatically added to a page's metadata using the PageExtension
. This module
works in conjuction with SilverWare's metadata and site configuration extensions to automatically
populate Open Graph tags for pages within your site tree.
Issues
Please use the GitHub issue tracker for bug reports and feature requests.
To-Do
- Tests
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