https://github.com/morewings/ingo-reg
https://github.com/morewings/ingo-reg
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/morewings/ingo-reg
- Owner: morewings
- Created: 2013-08-22T17:14:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-06T15:31:59.000Z (almost 13 years ago)
- Last Synced: 2025-03-12T02:01:54.076Z (over 1 year ago)
- Language: CSS
- Size: 340 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Verson: 0.2
Plugin working with jquery version >= 1.7.2.
It is JQuery plugin to install it on sites of our parthers.
To install:
1. Add plugin styles in ``:
```html
```
2. Add jquery and plugin scripts: at the bottom of your page (right before `` tag):
```html
....
$(function() {
$('YOUR BUTTON SELECTOR NAME').ingo({
ingoId: '', //INSERT INGO_ID HERE
manual: '' //INSERT LINK FOR MANUAL REGISTRATION HERE
});
});
```
Supported options:
`linkedin` (true|false, default - true) - enable linkedin button
`facebook` (true|false, default - true) - enable facebook button
`google` (true|false, default - false) - enable google button
`manual` (string, default - false) - this should be a url of registration page
`headerText` (string, default - 'Speed up registration with') - text for popup header
`smallPopup` (true|false, default - false) - if 'true', hides top and bottom parts op popup
`ingoId` (string, __requred__ and no default) - it is id of conference in InGo, it is __required__ to make plugin working!
That information can be used to autofill the registration form.