toastnz / twitter-card-meta
Silverstripe Twitter Card Module
Installs: 10 268
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 2
Open Issues: 1
Type:silverstripe-module
Requires
- composer/installers: *
- silverstripe/cms: ~4.0
- silverstripe/framework: ~4.0
Requires (Dev)
- phpunit/phpunit: ~4.8
README
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