# Better Sharing WP

This WordPress plugin is to be used with your CloudSponge account.

## Requirements

- WordPress
- Node / NPM
- Composer

## Installation

- Install using one our pre-zipped releases  
  \- **OR** -
- Clone repo into `wp-content/plugins`
- Run `npm install && composer install && npm run build`
- Activate plugin via WordPress admin

## Plugin Build

Need to build the plugin to install on a WordPress site? run `npm run build:plugin` and follow the prompts

## Development

Follow Installation instructions then run `npm run start`

## AddOns

Instructions in [Wiki](https://github.com/cloudsponge/better-sharing-wp/wiki/Creating-an-AddOn)
