Skip to content

toastnz/twitter-card-meta

Repository files navigation

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