1.0.3 • Published 5 years ago

gatsby-remark-soundcloud v1.0.3

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

gatsby-remark-soundcloud

Embed a Soundcloud Track or Playlist to in your Markdown

npm

Install

  1. Install plugin to your site:
yarn add gatsby-remark-soundcloud
  1. Add following to your gatsby-config.js:
    plugins: [      
      {
        resolve: "gatsby-transformer-remark",
        options: {
          plugins: [
          {
            resolve: "gatsby-remark-soundcloud",
            options: {
              width: 800,
              height: 400, 
            }
          }
          ]
        }
      },

other options

  1. Restart gatsby.

Usage

`soundcloud:https://soundcloud.com/zhu/waters-of-monaco`
`soundcloud:https://soundcloud.com/zhu/sets/ringos-desert-1` 

License

MIT

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago