Community Plugin
View plugin on GitHubGatsby Remark plugin to embed card about link.
👀 You can preview the description of the link!
🗂 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)
- Github: @JaeYeopHan
- Twitter: @JbeeLjyhanll
Inspiration
Show your support
Give a ⭐️ if this project helped you!