Skip to content

toastnz/open-graph-meta

Repository files navigation

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