Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadcoder0904/gatsby-plugin-makerwidget
Gatsby plugin to add maker widget onto a site
https://github.com/deadcoder0904/gatsby-plugin-makerwidget
gatsby gatsby-plugin gatsbyjs indie-hacker maker maker-widget makerwidget
Last synced: 4 months ago
JSON representation
Gatsby plugin to add maker widget onto a site
- Host: GitHub
- URL: https://github.com/deadcoder0904/gatsby-plugin-makerwidget
- Owner: deadcoder0904
- Created: 2018-10-10T08:48:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T07:26:21.000Z (over 6 years ago)
- Last Synced: 2024-10-01T15:59:51.581Z (4 months ago)
- Topics: gatsby, gatsby-plugin, gatsbyjs, indie-hacker, maker, maker-widget, makerwidget
- Language: JavaScript
- Homepage: https://npm.im/gatsby-plugin-makerwidget/
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-plugin-makerwidget
> Loads the [Maker Widget](https://makerwidget.com) Script on your Gatsby website
See a live demo on [my website](https://akshaykadam.me)
## Install
`npm install --save gatsby-plugin-makerwidget`
## How to use
```javascript
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-makerwidget`,
options: {
// Set position of widget
position: `right`,
// Specify widget id
widget: `2hc0aqfnigsyxkf5-aewnonydaddchdgj-vwoc6njlwhycxyw6`
}
}
];
```