Official Plugin
View plugin on GitHubgatsby-plugin-twitter
Loads the Twitter JavaScript for embedding tweets, timelines, share and follow buttons. Lets you add tweets to markdown and in other places.
Note: when copying the embed code, just copy the blockquote section and not the script.
Install
npm install --save gatsby-plugin-twitter
How to use
// In your gatsby-config.js
plugins: [`gatsby-plugin-twitter`]
Edit this page on GitHub