https://github.com/motdotla/riversideio-plugin
Embeddable script for accepting memberships for Riverside.io. Interfaces with victoria-club
https://github.com/motdotla/riversideio-plugin
Last synced: 7 months ago
JSON representation
Embeddable script for accepting memberships for Riverside.io. Interfaces with victoria-club
- Host: GitHub
- URL: https://github.com/motdotla/riversideio-plugin
- Owner: motdotla
- Created: 2013-06-06T03:05:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T22:48:38.000Z (over 11 years ago)
- Last Synced: 2025-01-24T04:36:59.112Z (9 months ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPRECATED: Kept for posterity reasons. See for up to date technology.
# riversideio-plugin
This plugin lets you add a membership join/login form. It also comes with the ability to create and update your credit card. You can embed it on any webpage anywhere.
## Example Usage
Save the build/riversideio-plugin.min.js to your website. And then add the following script tag where you want it displayed.
```html
```
## Browser Support
* Firefox
* Chrome
* Safari
* IE 10 and greaterNote: I spent an afternoon getting the JavaScript to work with IE8 and IE9. There are so many conditionals that will clutter up the code - different AJAX approach, different event handler bindings (attachEvent), and other small quirks. For the sake of keeping this a workable repo we are dropping support for IE9 and below.
## Contributing to this repository
Install node (comes with npm) at [nodejs.org](http://nodejs.org/).
Then install grunt globally.
```bash
npm install grunt grunt-cli -g
```Then run grunt.
```bash
grunt
```Visit [localhost:3000](http://localhost:3000)
Make changes to the code and repeat.
Edit the files living under /src. The other files are built automatically.