Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

octahedroid/gatsby-remark-slideshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

gatsby-remark-slideshare

Embed SlideShare presentations in Gatsby markdown.

Install

npm install --save @weknow/gatsby-remark-slideshare

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: "gatsby-transformer-remark",
    options: {
      plugins: ["@weknow/gatsby-remark-slideshare"]
    }
  }
];

Usage

# 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.

How this looks like

screenshot of slideshare embed

View a live demo here

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published