Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jammeryhq/gridsome-plugin-remark-embed

Gridsome remark plugin to embed external stuff into your gridsome site.
https://github.com/jammeryhq/gridsome-plugin-remark-embed

codepen codesandbox embed facebook giphy gist github gridsome gridsome-plugin jsfiddle plugin soundcloud spotify templates twitter vimeo youtube

Last synced: about 1 month ago
JSON representation

Gridsome remark plugin to embed external stuff into your gridsome site.

Awesome Lists containing this project

README

        




Fast-track your JAMstack development & learning



# About this plugin

Gridsome remark plugin to embed external stuff into your gridsome site.

# Installation

```bash
npm install @jammeryhq/gridsome-plugin-remark-embed

# or

yarn add @jammeryhq/gridsome-plugin-remark-embed
```

## Key features

* Support for
* Codepen
* Code Sandbox
* Facebook Post
* Facebook Video
* Giphy
* Github Gist
* JSFiddle
* Soundcloud
* Spotify
* Twitter
* Vimeo
* Youtube
* Custom templates
* Configuable

# How to use

```js
//gridsome.config.js

module.exports = {
plugins: [
{
use: '@gridsome/source-filesystem',
options: {
path: 'blog/**/*.md',
route: '/blog/:year/:month/:day/:slug',
remark: {
plugins: [
[ '@jammeryhq/gridsome-plugin-remark-embed', {
'enabledProviders' : ['Youtube', 'Twitter', 'Gist'],
}]
]
}
}
}
]
}
```

# Documentation

You can find the complete documentation here: https://webstone.info/documentation/gridsome-plugin-remark-embed