toastnz/twitter-card-meta

Silverstripe Twitter Card Module

Installs: 10 206

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 5

Forks: 2

Open Issues: 1

Type:silverstripe-module

2.0.0 2017-07-07 04:36 UTC

This package is not auto-updated.

Last update: 2024-07-20 17:18:55 UTC


README

Total Downloads License Build Status

Silverstripe Twitter Card Module

Simple Module to add Twitter Cards to your site

Installation

Get the goodness just like so:

 composer require toastnz/twitter-card-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 TwitterCardMeta %>

Step 4: Profit