toastnz / open-graph-meta
Silverstripe Open Graph Module
Package info
github.com/toastnz/open-graph-meta
Type:silverstripe-module
pkg:composer/toastnz/open-graph-meta
2.0.0
2017-07-07 04:19 UTC
Requires
- composer/installers: *
- silverstripe/cms: ~4.0
- silverstripe/framework: ~4.0
README
Silverstripe Open Graph Module
Simple Module to add Open Graph meta information to your site
Installation
Get the goodness just like so:
composer require toastnz/open-graph-meta
And ensure you have the following in the <head> of your template:
$MetaTags
If you are not using $MetaTags, you can use the following template code:
<% include OpenGraphMeta %>
Step 4: Profit