Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 682 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 682 Bytes

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