https://github.com/workarea-commerce/workarea-share
https://github.com/workarea-commerce/workarea-share
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-share
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T19:55:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-03-02T14:31:04.000Z (4 months ago)
- Last Synced: 2026-03-02T17:52:41.362Z (4 months ago)
- Language: Ruby
- Size: 578 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea Share
================================================================================
A Workarea Commerce plugin that provides functionality for sharing a product via social media or email.
Overview
--------------------------------------------------------------------------------
* Simple configuration and view customization
* Injected Style Guide to help aide development
* Uses reCAPTCHA to protect from misuse
Getting Started
--------------------------------------------------------------------------------
Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-share'
# ...
```
Update your application's bundle.
```bash
cd path/to/application
bundle
```
Features
--------------------------------------------------------------------------------
### Easy customizability
Change the maximum length of the message of the sent email via Admin configuration page. Customize the sharable offerings by editing `views/workarea/storefront/shares/_share_buttons.html.haml`
Workarea Commerce Documentation
--------------------------------------------------------------------------------
See [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.
License
--------------------------------------------------------------------------------
Workarea Share is released under the [Business Software License](LICENSE)