Loads the Twitter JavaScript for embedding tweets. Let's you add tweets to markdown and in other places.
Note: when copying the embed code, just copy the blockquote section and not the script.
npm install --save gatsby-plugin-twitter
// In your gatsby-config.js
plugins: [`gatsby-plugin-twitter`];