Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aremu-smog/gatsby-plugin-sharpspring
https://github.com/aremu-smog/gatsby-plugin-sharpspring
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aremu-smog/gatsby-plugin-sharpspring
- Owner: aremu-smog
- License: bsd-2-clause
- Created: 2021-03-22T11:22:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-16T12:01:08.000Z (over 3 years ago)
- Last Synced: 2024-08-10T23:25:03.699Z (4 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Plugin SharpSpring
Easily add SharpSpring Marketing Automation to your GastbyJS website. Enables
- Tracking
- Chatbots
- And every other feature that comes out of the box with the SharpSpring Tracking Code## How to install
```npm
npm install gatsby-plugin-sharpspring
```## How to use
```javascript
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-sharpspring`,
options: {
trackingId: `YOUR_SITE_TRACKING_ID`,
domainId: `YOUR_SITE_DOMAIN_ID`
// You can get your domain id from the following line in your Tracking Code Script
// _ss.push(['_setDomain', 'https://DOMAIN_ID.marketingautomation.services/net']);
// Your domain ID is all the characters after https:// before you get to .marketingautomation.services/net
}
}
]```
#### Side Notes
Considering that [SharpSpring](https://sharpspring.com) is a high-end marketing tool, I am curious if anybody would use this plugin at all. If you found it useful, please feel to give me a shout out on [Twitter](https://twitter.com/aremu_smog) | [Youtube](https://youtube.com/webboss) | [Instagram](https://instagram.com/aremu_smog)