Embed SlideShare presentations in Gatsby markdown.
npm install --save @weknow/gatsby-remark-slideshare
// In your gatsby-config.js
plugins: [
{
resolve: "gatsby-transformer-remark",
options: {
plugins: ["@weknow/gatsby-remark-slideshare"]
}
}
];
# Blog post title
This is an example of embedding a slideshare presentation.
Add any markdown as you normally do, and then insert a valid
Slideshare link anywhere to automatically transform it into an
embed iframe.
http://www.slideshare.net/haraldf/business-quotes-for-2011
NOTE: Make sure to copy the Slideshare link instead of the embed code, also we recomend the use of
gatsby-remark-responsive-iframe
with this plugin, just make sure you add it after this plugin in your gatsby-config.
MIT