Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Remark plugin to embed card about link.

👀 You can preview the description of the link!

Build Status semantic-release npm version

Twitter: JbeeLjyhanll

🗂 Use Case

🚚 Install

$ npm install --save gatsby-remark-link-card
# or
$ yarn add gatsby-remark-link-card

🚀 How to use

👉 This plugin requires gatsby-transformer-remark.

in Markdown

[$card](https://github.com/JaeYeopHan/gatsby-remark-link-card)

with Config

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        {
          resolve: `gatsby-remark-link-card`,
          options: {
            //...
          }
        }
      ]
    }
  }
];

⚙ Options

Property Type Default Description
delimiter string $card Title of the link to create a card
image string data-uri Default og image path
favicon string data-uri Default favicon image path
error Object - Default config when error

Author

👤 JaeYeopHan (Jbee)

Inspiration

gatsby-remark-embedder

Show your support

Give a ⭐️ if this project helped you!

Written by @Jbee

© 2023 Gatsby, Inc.