toastnz/open-graph-meta

Silverstripe Open Graph Module

Maintainers

Package info

github.com/toastnz/open-graph-meta

Type:silverstripe-module

pkg:composer/toastnz/open-graph-meta

Statistics

Installs: 8 186

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 1

2.0.0 2017-07-07 04:19 UTC

This package is not auto-updated.

Last update: 2026-03-01 02:33:07 UTC


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