gatsby-remark-spotify
v1.0.2
Published
Embed a Spotify Track or Album to in your Markdown
Downloads
9
Maintainers
Readme
gatsby-remark-spotify
Embed a Spotify Track or Album to in your Markdown
Install
- Install plugin to your site:
yarn add gatsby-remark-spotify
- Add following to your
gatsby-config.js
:
plugins: [
{
resolve: "gatsby-transformer-remark",
options: {
plugins: [
{
resolve: "gatsby-remark-spotify",
options: {
width: 800,
height: 400,
}
}
]
}
},
- Restart gatsby.
Usage
`spotify:https://open.spotify.com/track/5K2ZAJ7GezwevGYBuh9rct`
`spotify: https://open.spotify.com/album/2Fb37JsRMVPASJcl3wwDOa`
License
MIT