1.0.11 • Published 6 years ago

gatsby-plugin-makerwidget v1.0.11

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

gatsby-plugin-makerwidget

Loads the Maker Widget Script on your Gatsby website

See a live demo on my website

Install

npm install --save gatsby-plugin-makerwidget

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-makerwidget`,
    options: {
      // Set position of widget
      position: `right`,
      // Specify widget id
      widget: `2hc0aqfnigsyxkf5-aewnonydaddchdgj-vwoc6njlwhycxyw6`
    }
  }
];
1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago