gatsby-plugin-makerwidget

1.0.11 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i gatsby-plugin-makerwidget

      Weekly Downloads

      11

      Version

      1.0.11

      License

      MIT

      Unpacked Size

      2.08 kB

      Total Files

      4

      Last publish

      Collaborators

      • deadcoder0904