Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`
}
}
];
```