toastnz / open-graph-meta
Silverstripe Open Graph Module
Installs: 8 109
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 3
Open Issues: 1
Type:silverstripe-module
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