Skip to content

Latest commit

 

History

History
 
 

gatsby-plugin-twitter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

gatsby-plugin-twitter

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.

Install

npm install --save gatsby-plugin-twitter

How to use

// In your gatsby-config.js
plugins: [
  `gatsby-plugin-twitter`,
]