Simple Module to add Twitter Cards to your site
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